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.
36 lines
700 B
36 lines
700 B
|
4 years ago
|
.choiceness {
|
||
|
|
padding-right: 40rpx;
|
||
|
|
padding-top: 40rpx;
|
||
|
|
}
|
||
|
|
.choiceness .uni-searchbar {
|
||
|
|
border: 1px solid #11A8FD;
|
||
|
|
border-radius: 16rpx;
|
||
|
|
padding: 0;
|
||
|
|
}
|
||
|
|
.choiceness .uni-searchbar .uni-searchbar__box {
|
||
|
|
padding: 0;
|
||
|
|
border-radius: 16rpx !important;
|
||
|
|
}
|
||
|
|
.choiceness .choiceness-list {
|
||
|
|
display: flex;
|
||
|
|
}
|
||
|
|
.choiceness .choiceness-list .first-box {
|
||
|
|
border-radius: 16rpx;
|
||
|
|
font-size: 16px;
|
||
|
|
margin-top: 40rpx;
|
||
|
|
margin-left: 40rpx;
|
||
|
|
color: #fff;
|
||
|
|
line-height: 60rpx;
|
||
|
|
text-align: center;
|
||
|
|
height: 60rpx;
|
||
|
|
background-color: #11A8FD;
|
||
|
|
display: inline-block;
|
||
|
|
vertical-align: top;
|
||
|
|
}
|
||
|
|
.choiceness .choiceness-list image {
|
||
|
|
margin-top: 40rpx;
|
||
|
|
margin-left: 40rpx;
|
||
|
|
border-radius: 16rpx;
|
||
|
|
}
|
||
|
|
|