This commit is contained in:
xiaozhiyong
2023-11-07 16:14:20 +08:00
parent cb566136ed
commit d4d20013f0
16 changed files with 1584 additions and 175 deletions

View File

@@ -91,19 +91,19 @@
seachValue: '',
styles: {},
seleindex: 0,
navigation: [{
text: '所有',
index: -1
},
{
text: '启用',
index: 1
},
{
text: '禁用',
index: 0
}
],
// navigation: [{
// text: '所有',
// index: -1
// },
// {
// text: '启用',
// index: 1
// },
// {
// text: '禁用',
// index: 0
// }
// ],
listData: []
}
},
@@ -265,20 +265,20 @@
align-items: center;
}
.form-item_body_left_bottom_text {
/* .form-item_body_left_bottom_text {
font-size: 24rpx;
color: #999999;
}
} */
.form-item_body_left {
display: flex;
align-items: center;
}
.form_body_item_body_container {
/* .form_body_item_body_container {
margin-left: 24rpx;
font-size: 28rpx;
}
} */
.form_body_item_body {
display: flex;
@@ -306,7 +306,7 @@
box-sizing: border-box;
}
.navigation_seleitem {
/* .navigation_seleitem {
width: 150rpx;
height: 59rpx;
background: #F0F2FF;
@@ -320,9 +320,9 @@
transition: all 0.3s;
position: relative;
bottom: -2px;
}
} */
.navigation_item {
/* .navigation_item {
width: 150rpx;
height: 59rpx;
border-top-left-radius: 11rpx;
@@ -334,14 +334,14 @@
align-items: center;
transition: all 0.3s;
bottom: -2px;
}
} */
.Navigation {
/* .Navigation {
display: flex;
position: absolute;
bottom: 0px;
transition: all .5s;
}
} */
.header_seach_butten {
font-size: 24rpx !important;
@@ -400,13 +400,4 @@
height: var(--status-bar-height);
}
.copy {
position: relative;
top: 7rpx;
display: inline-block;
margin-left: 15rpx;
width: 32rpx;
height: 32rpx;
background: url('../../static/copy.png') 100%/ 100%;
}
</style>