81 lines
1.2 KiB
Plaintext
Raw Normal View History

2024-02-21 17:43:11 +08:00
@import "/wxParse/wxParse.wxss";
.page {
height: 100%;
text-align: left;
font-size: 32rpx;
color: black;
box-sizing: border-box;
line-height: 60rpx;
overflow-y: auto;
/* padding-bottom: 100rpx; */
}
.lable {
padding: 0 40rpx;
background-color: #FFB84E;
font-size: 22rpx;
color: white;
border-radius: 50rpx;
height: 56rpx;
line-height: 56rpx;
position: relative;
position: absolute;
right: -5%;
top: 45%;
}
.circular {
display: inline-block;
background: white;
width: 14rpx;
height: 14rpx;
border-radius: 50%;
position: absolute;
top: 36%;
left: 10%;
}
.header {
position: relative;
padding: 20rpx 0;
}
.iconfont {
color: #E35659;
margin-right: 12rpx;
}
.information {
font-size: 11pt;
color: #666666;
position: relative;
/* padding: 4% 0; */
}
.information .iconfont {
color: #AFAFAF;
}
.wxParse {
padding: 4% 0;
}
.btnbox {
padding: 0 26rpx;
box-sizing: border-box;
width: 100%;
width: 100%;
position: fixed;
bottom: 24rpx;
}
.btn {
font-size: 34rpx;
width: 100% !important;
background-color: #4C84FF;
color: white;
text-align: center;
line-height: 100rpx;
border-radius: 8rpx;
}