Files
barter-app/手太欠/优迪尔-小程序/pages/teaClass-select/index.wxss
张慢慢 1d6e2451a7 [上传]
2021-06-02 17:25:52 +08:00

50 lines
801 B
Plaintext

/*
* 手太欠
* 愿这世界都如故事里一样 美好而动人~
*/
/* 列表 */
.selectFoot {
background-color: white;
}
.selectList {
position: relative;
width: 100%;
padding: 30rpx;
box-sizing: border-box;
}
.selectList-icon {
background-color: #f13a26;
width: 40rpx;
height: 40rpx;
line-height: 40rpx;
border-radius: 8rpx;
text-align: center;
color: #fff;
font-size: 24rpx;
}
.selectList-cont {
position: absolute;
padding: 30rpx 30rpx 30rpx 90rpx;
left: 0;
top: 0;
width: 100%;
height: 100%;
line-height: 40rpx;
box-sizing: border-box;
display: flex;
}
.selectList-name {
flex: 1;
margin-right: 40rpx;
font-weight: 600;
}
.selectList-more {
color: #3c90ce;
font-size: 28rpx;
}