41 lines
561 B
Plaintext
Executable File
41 lines
561 B
Plaintext
Executable File
|
|
page{
|
|
background: #fafafa;
|
|
}
|
|
|
|
.set-blcok{
|
|
border-top: solid 20rpx #fafafa;
|
|
background: white;
|
|
}
|
|
|
|
.set-btn{
|
|
height: 90rpx;
|
|
line-height: 90rpx;
|
|
position: relative;
|
|
padding: 0 30rpx;
|
|
font-size: 30rpx;
|
|
}
|
|
|
|
.set-btn-arrows{
|
|
position: absolute;
|
|
right: 30rpx;
|
|
top: calc(50% - 16rpx);
|
|
width: 32rpx;
|
|
height: 32rpx;
|
|
}
|
|
|
|
.set-btn::before{
|
|
position: absolute;
|
|
content: " ";
|
|
left: 30rpx;
|
|
bottom: 0;
|
|
right: 0;
|
|
height: 1rpx;
|
|
background: #ddd;
|
|
}
|
|
|
|
|
|
.set-btn:last-child::before{
|
|
display: none;
|
|
}
|