62 lines
1.2 KiB
Plaintext
62 lines
1.2 KiB
Plaintext
/* pages/AddClassify/AddClassify.wxss */
|
|
.add-class .box .name,
|
|
.add-class .box .recommend {
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
height: 88rpx;
|
|
border-bottom: solid 2rpx #ebebeb;
|
|
font-size: 32rpx;
|
|
padding: 0 28rpx;
|
|
background: #fff;
|
|
}
|
|
|
|
.add-class .box .name .li:first-child,
|
|
.add-class .box .recommend .li:first-child {
|
|
width: 220rpx;
|
|
text-align: left;
|
|
}
|
|
|
|
.add-class .box .name .li,
|
|
.add-class .box .recommend .li {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.add-class .box .name .li van-radio-group,
|
|
.add-class .box .recommend .li van-radio-group {
|
|
display: flex;
|
|
align-items: center;
|
|
width: 200rpx;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.add-class .box .name icon,
|
|
.add-class .box .recommend icon {
|
|
font-size: 24rpx;
|
|
color: #f15353;
|
|
margin-right: 12rpx;
|
|
}
|
|
|
|
.add-class .box .bottom {
|
|
border-top: solid 2rpx #ebebeb;
|
|
width: 100%;
|
|
position: fixed;
|
|
bottom: 0;
|
|
background-color: #fff;
|
|
padding: 0 28rpx;
|
|
font-size: 32rpx;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.add-class .box .bottom .button {
|
|
color: #fff;
|
|
width: 100%;
|
|
height: 80rpx;
|
|
line-height: 80rpx;
|
|
border-radius: 6rpx;
|
|
background-color: #f15353;
|
|
border: none;
|
|
margin: 12rpx 0;
|
|
text-align: center;
|
|
}
|