You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

90 lines
1.5 KiB

page{
font-family: PingFang-SC-Bold;
background: #F3F3F3;
box-sizing:border-box;
}
view{
font-family: PingFang-SC-Bold;
border: 0;
font-size: 28rpx;
font: inherit;
vertical-align: baseline;
box-sizing:border-box;
}
button::after{
border: none;
}
.ad_popError{
background: #de352d;
color: #fff;
height: 58rpx;
line-height: 58rpx;
font-size: 24rpx;
text-align: center;
position: absolute;
left: 0;
top: 0;
width: 100%;
z-index:3;
}
.detailBox{
margin-top: 58rpx;
background:#fff;
}
.box{
background: #fff;
height: 100rpx;
line-height: 100rpx;
display:flex;
justify-content:space-between;
align-items:center;
}
.line{
height: 1px;
background: #eee;
margin-left:35rpx;
}
.text{
flex-direction: row;
color: #666;
font-size: 30rpx;
width: 22%;
padding-left: 35rpx;
}
.icon-note{
flex-direction: row;
float: right;
margin-right: 35rpx;
width: 78%;
display: flex;
justify-content:space-between;
align-items:center;
}
.note{
margin-right: 10rpx;
font-size: 28rpx;
color: #999999;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
width: 100%;
}
.code-note{
width: 58%;
}
.getCode{
border: 2rpx solid #1eba84;
border-radius: 10rpx;
color:#1eba84;
font-size: 24rpx;
width: 42%;
background: #fff;
}
.subBtn{
width: 90%;
margin: 40rpx auto;
text-align: center;
color: #fff;
background: #1eba84;
border-radius:5px;
}