调整vip规则

This commit is contained in:
liuyuan
2025-03-13 11:29:12 +08:00
parent b4f9e13059
commit 14807d6b54
6 changed files with 309 additions and 342 deletions

View File

@@ -101,14 +101,13 @@ export default {
<style lang="scss" scoped>
.list_item {
width: 100%;
padding: 20rpx 30rpx;
padding: 20rpx;
font-size: 30rpx;
box-sizing: border-box;
border-bottom: 1rpx solid #e0e0e0;
display: flex;
align-items: center;
justify-content: space-between;
// position: relative;
}
.list_item :last-child(1) {
@@ -122,9 +121,6 @@ export default {
.rightArrow {
width: 40rpx;
height: 40rpx;
// position: absolute;
// right: 30rpx;
// top: 20rpx;
}
.scroll-Y {