66 lines
896 B
Plaintext
66 lines
896 B
Plaintext
/* packageD/warranty/Add_Balance_manage/Add_Balance_manage.wxss */
|
|
.content {
|
|
text-align: left;
|
|
}
|
|
|
|
.button {
|
|
padding: 32rpx;
|
|
}
|
|
|
|
van-cell .van-cell__value {
|
|
color: #999;
|
|
}
|
|
|
|
/* .isPicker{
|
|
position: relative;
|
|
} */
|
|
|
|
/* picker{
|
|
position: absolute;
|
|
width: 40%;
|
|
height: 100%;
|
|
top: 0;
|
|
right: 0;
|
|
z-index: 999;
|
|
} */
|
|
|
|
/* 搜索 */
|
|
.search {
|
|
margin: 18rpx 70rpx 20rpx 70rpx;
|
|
background-color: #fafafa;
|
|
border-radius: 30rpx;
|
|
width: 610rpx;
|
|
height: 60rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.search icon {
|
|
margin-left: 15rpx;
|
|
color: #c9c9c9;
|
|
}
|
|
|
|
.search input {
|
|
margin-left: 27rpx;
|
|
}
|
|
|
|
.list {
|
|
height: 90rpx;
|
|
border-bottom: 1rpx solid #fcfcfc;
|
|
margin: 0 25rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.text {
|
|
margin-left: 29rpx;
|
|
font-size: 28rpx;
|
|
color: #000;
|
|
}
|
|
|
|
.list icon {
|
|
margin-right: 30rpx;
|
|
color: #ff2c29;
|
|
}
|