mirror of
https://gitee.com/java110/WechatOwnerService.git
synced 2026-06-11 06:07:24 +08:00
31 lines
441 B
Plaintext
31 lines
441 B
Plaintext
.controls {
|
|
position: relative;
|
|
display: flex;
|
|
}
|
|
.cf_text_na{
|
|
|
|
font-size: 48rpx;
|
|
margin:80rpx 0rpx;
|
|
font-display: 700;
|
|
position: absolute;
|
|
top: 0rpx;
|
|
text-align: center;
|
|
width: 100%;
|
|
}
|
|
|
|
.cf_btn{
|
|
text-align: center;
|
|
width: 100%;
|
|
padding:40rpx 0;
|
|
background-color: #f8f8f8;
|
|
}
|
|
|
|
.cf_btn .cf_btn_v{
|
|
width: 80%;
|
|
margin: 0 auto;
|
|
}
|
|
.noticeTXT{
|
|
font-size: 10PX;
|
|
color: rgb(12, 242, 240);
|
|
text-align: center
|
|
} |