129 lines
2.1 KiB
Plaintext
129 lines
2.1 KiB
Plaintext
.texttitle{
|
|
display: flex;
|
|
line-height: 80rpx;
|
|
align-items: center;
|
|
}
|
|
.bold{
|
|
font-weight: bold;
|
|
}
|
|
.order{
|
|
width: 18rpx;
|
|
height: 20rpx;
|
|
margin-left:8rpx;
|
|
}
|
|
.tobottom{
|
|
width: 12rpx;
|
|
height: 7rpx;
|
|
margin-left:8rpx;
|
|
transform: rotateZ(180deg)
|
|
}
|
|
.active .tobottom{
|
|
transform: rotateZ(0)
|
|
}
|
|
|
|
.text{
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.block-back{
|
|
position: fixed;
|
|
left: 0;
|
|
top: 0;
|
|
width: 100vw;
|
|
height: 100vh;
|
|
z-index: 1001;
|
|
background: rgba(0,0,0,0.5)
|
|
}
|
|
.inner{
|
|
position: fixed;
|
|
left: 0;
|
|
bottom: 0;
|
|
width: 100vw;
|
|
|
|
background: #fff;
|
|
z-index: 1002;
|
|
display: block;
|
|
}
|
|
.title{
|
|
text-align: center;
|
|
background: #fff;
|
|
width: 100%;
|
|
height: 100rpx;
|
|
line-height: 100rpx;
|
|
font-size: 32rpx;
|
|
color: #000;
|
|
font-weight: bold;
|
|
border-bottom: 1px solid #e8e8e8;
|
|
position: relative;
|
|
overflow: hidden
|
|
}
|
|
|
|
.btn-box{
|
|
border-top: 1px solid #e8e8e8;
|
|
padding: 40rpx 30rpx;
|
|
display: flex;
|
|
justify-content: space-between
|
|
}
|
|
.btn-box .btn{
|
|
display: inline-flex;
|
|
width: calc(50% - 15rpx);
|
|
background-color: rgb(188, 48, 46);
|
|
border:1px solid rgb(188, 48, 46);
|
|
color: #fff;
|
|
height: 88rpx;
|
|
align-items: center;
|
|
justify-content: center;
|
|
border-radius: 10rpx;
|
|
font-size: 28rpx;
|
|
}
|
|
.btn.cle{
|
|
background: #fff;
|
|
border-color: #e8e8e8;
|
|
color: #333;
|
|
}
|
|
.range{
|
|
height: 424rpx;
|
|
padding: 0 78rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-evenly;
|
|
}
|
|
.space{
|
|
margin: 0 30rpx;
|
|
}
|
|
.text{
|
|
font-size: 24rpx;
|
|
color: #666666;
|
|
margin: 0 30rpx;
|
|
|
|
}
|
|
input{
|
|
display: inline-flex;
|
|
justify-content: center;
|
|
border-radius: 10rpx;
|
|
background-color: rgb(240, 240, 240);
|
|
height: 80rpx;
|
|
width: 260rpx;
|
|
flex: 0 0 260rpx;
|
|
text-align: center
|
|
}
|
|
|
|
.placeholder{
|
|
color: #cccccc;
|
|
}
|
|
.close-box{
|
|
position: absolute;
|
|
right: -52rpx;
|
|
top: -52rpx;
|
|
width: 104rpx;
|
|
height: 104rpx;
|
|
border-radius: 50%;
|
|
background-color: rgb(188, 48, 46);
|
|
}
|
|
.close-box image{
|
|
position: absolute;
|
|
left: 24rpx;
|
|
bottom: 24rpx;
|
|
width: 16rpx;
|
|
height: 16rpx;
|
|
} |