You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
176 lines
2.8 KiB
Plaintext
176 lines
2.8 KiB
Plaintext
|
2 years ago
|
.date-radio {
|
||
|
|
padding: 26rpx;
|
||
|
|
}
|
||
|
|
|
||
|
|
.date-radio label + label {
|
||
|
|
margin-left: 20rpx;
|
||
|
|
}
|
||
|
|
|
||
|
|
.row {
|
||
|
|
display: flex;
|
||
|
|
align-items: center;
|
||
|
|
padding: 0 30rpx;
|
||
|
|
}
|
||
|
|
|
||
|
|
.row-title {
|
||
|
|
flex: 1;
|
||
|
|
padding-top: 28rpx;
|
||
|
|
padding-bottom: 28rpx;
|
||
|
|
font-size: 34rpx;
|
||
|
|
color: #000;
|
||
|
|
}
|
||
|
|
.row-extra {
|
||
|
|
flex-basis: initial;
|
||
|
|
font-size: 14px;
|
||
|
|
color: #111;
|
||
|
|
}
|
||
|
|
|
||
|
|
.row-arrow {
|
||
|
|
width: 32rpx;
|
||
|
|
height: 32rpx;
|
||
|
|
margin-left: 16rpx;
|
||
|
|
}
|
||
|
|
|
||
|
|
input {
|
||
|
|
font-size: 16px;
|
||
|
|
color: #262626 !important;
|
||
|
|
}
|
||
|
|
.zbtn{
|
||
|
|
width: 100%;
|
||
|
|
position: absolute;
|
||
|
|
top: -23px;
|
||
|
|
left: 0;
|
||
|
|
z-index: 999;
|
||
|
|
opacity: 0;
|
||
|
|
}
|
||
|
|
.pr{
|
||
|
|
position: relative;
|
||
|
|
}
|
||
|
|
.f14s{
|
||
|
|
font-size: 14px;
|
||
|
|
}
|
||
|
|
.weui-cell:before {
|
||
|
|
-webkit-transform: scaleY(1);
|
||
|
|
transform: scaleY(1);
|
||
|
|
border-top: 1px solid rgba(0,0,0,0.08);
|
||
|
|
}
|
||
|
|
.weui-vcode-btn {
|
||
|
|
display: inline-block;
|
||
|
|
padding: 0 0.6em 0 0.7em;
|
||
|
|
line-height: 44px;
|
||
|
|
font-size: 16px;
|
||
|
|
height: auto;
|
||
|
|
}
|
||
|
|
.weui-cell{
|
||
|
|
padding-left: 20px;
|
||
|
|
}
|
||
|
|
.weui-label{
|
||
|
|
width:95px;
|
||
|
|
}
|
||
|
|
.form-row{
|
||
|
|
margin-bottom: 20px;
|
||
|
|
}
|
||
|
|
.form-row-label,input {
|
||
|
|
font-size: 16px;
|
||
|
|
}
|
||
|
|
input {
|
||
|
|
height: 50px;
|
||
|
|
line-height: 50px;
|
||
|
|
padding-left: 20px;
|
||
|
|
}
|
||
|
|
.tagsLi{
|
||
|
|
font-size: 16px;
|
||
|
|
font-weight: 400;
|
||
|
|
color: #555555;
|
||
|
|
line-height: 22px;
|
||
|
|
padding:1px 8px;
|
||
|
|
}
|
||
|
|
.mt50{
|
||
|
|
margin-top: 90px;
|
||
|
|
}
|
||
|
|
.fullBtn{
|
||
|
|
width: 260px;
|
||
|
|
height: 50px;
|
||
|
|
opacity: 1;
|
||
|
|
background-color: #027AFF;
|
||
|
|
border-radius: 25px;
|
||
|
|
font-size: 18px;
|
||
|
|
font-weight: 601;
|
||
|
|
color: #ffffff;
|
||
|
|
line-height: 50px;
|
||
|
|
}
|
||
|
|
.ml16{
|
||
|
|
margin-left: 16px;
|
||
|
|
}
|
||
|
|
.weui-dialog__title{
|
||
|
|
font-size: 18px;
|
||
|
|
font-weight: 400;
|
||
|
|
color: #333333;
|
||
|
|
line-height: 25px;
|
||
|
|
}
|
||
|
|
.weui-dialog__bd{
|
||
|
|
font-size: 16px;
|
||
|
|
font-weight: 400;
|
||
|
|
text-align: center;
|
||
|
|
color: #787878;
|
||
|
|
line-height: 22px;
|
||
|
|
margin-bottom: 20px;
|
||
|
|
/* border-bottom: 1rpx solid #e2e2e2; */
|
||
|
|
}
|
||
|
|
.weui-dialog__bd.bd1{
|
||
|
|
padding:0 40px 20px 40px;
|
||
|
|
border-bottom: 1rpx solid #e2e2e2;
|
||
|
|
}
|
||
|
|
.weui-dialog__bd .display-flex{
|
||
|
|
padding:0;
|
||
|
|
padding-bottom:20px;
|
||
|
|
border-bottom: 1rpx solid #e2e2e2;
|
||
|
|
}
|
||
|
|
.weui-dialog__hd {
|
||
|
|
padding: 32px 24px 20px;
|
||
|
|
}
|
||
|
|
.weui-dialog__bd input{
|
||
|
|
height: 40px;
|
||
|
|
text-align: left;
|
||
|
|
opacity: 1;
|
||
|
|
background: #f4f4f4;
|
||
|
|
border-radius: 6px;
|
||
|
|
}
|
||
|
|
.rightTime{
|
||
|
|
width: 120px;
|
||
|
|
text-align: center;
|
||
|
|
line-height: 40px;
|
||
|
|
}
|
||
|
|
|
||
|
|
|
||
|
|
.lflex{
|
||
|
|
font-size: 18px;
|
||
|
|
font-weight: 601;
|
||
|
|
text-align: center;
|
||
|
|
color: #027AFF;
|
||
|
|
line-height: 28px;
|
||
|
|
/* margin-top: 7px; */
|
||
|
|
padding:0 10px 0 30px;
|
||
|
|
}
|
||
|
|
.rflex{
|
||
|
|
flex:1;
|
||
|
|
padding:0 30px 0 10px;
|
||
|
|
}
|
||
|
|
.rflex button{
|
||
|
|
margin-top: 0;
|
||
|
|
margin-bottom: 0;
|
||
|
|
height: 40px;
|
||
|
|
opacity: 1;
|
||
|
|
background: #027AFF;
|
||
|
|
border-radius: 25px;
|
||
|
|
font-size: 18px;
|
||
|
|
font-weight: 601;
|
||
|
|
color: #ffffff;
|
||
|
|
line-height: 40px;
|
||
|
|
}
|
||
|
|
.pb16{
|
||
|
|
padding-bottom: 16px;
|
||
|
|
}
|
||
|
|
.pb20{
|
||
|
|
padding-bottom: 20px;
|
||
|
|
}
|