You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
86 lines
1.2 KiB
86 lines
1.2 KiB
.searchBox {
|
|
background: #fff;
|
|
padding: 24rpx 30rpx;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.searchInput {
|
|
width: 550rpx;
|
|
height: 68rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
padding-left: 24rpx;
|
|
background: #F5F8F7;
|
|
border-radius: 32rpx;
|
|
color: #909795;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.radioBox {
|
|
border-bottom: 1px solid #F5F8F7;
|
|
padding: 20px 0;
|
|
}
|
|
|
|
.custom {
|
|
max-height: 60vh;
|
|
overflow: auto;
|
|
padding: 20px 0;
|
|
}
|
|
|
|
.curBox {
|
|
background: #fff;
|
|
margin-top: 20px;
|
|
}
|
|
|
|
.curTitle {
|
|
padding: 30rpx;
|
|
display: flex;
|
|
border-bottom: 1px solid #F5F8F7;
|
|
}
|
|
|
|
.curImage {
|
|
width: 280rpx;
|
|
height: 164rpx;
|
|
border-radius: 10rpx;
|
|
margin: 0 20px 0 0;
|
|
background: #eee;
|
|
}
|
|
|
|
.Operation {
|
|
display: flex;
|
|
justify-content: space-around;
|
|
|
|
taro-view-core,
|
|
View {
|
|
padding: 20rpx 0;
|
|
flex: 1;
|
|
width: 100%;
|
|
text-align: center;
|
|
|
|
&:last-child {
|
|
border: 1px solid #F5F8F7;
|
|
}
|
|
}
|
|
}
|
|
|
|
.curList {
|
|
padding-bottom: 100px;
|
|
}
|
|
|
|
.add {
|
|
border-top: 1px solid #F5F8F7;
|
|
background: #FFFFFF;
|
|
text-align: center;
|
|
position: fixed;
|
|
bottom: 0;
|
|
padding-bottom: env(safe-area-inset-bottom);
|
|
width: 100%;
|
|
color: #45D4A8;
|
|
}
|
|
|
|
.addBatch {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
padding: 30rpx;
|
|
}
|
|
|