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.
71 lines
1.2 KiB
71 lines
1.2 KiB
/* pages/activity/huawei/index.wxss */
|
|
.info-box {
|
|
position: absolute;
|
|
left: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
background: url(https://sz-qd.oss-cn-hangzhou.aliyuncs.com/xcxImages/huawei/bg.png);
|
|
background-size: 100% 100%;
|
|
background-repeat: no-repeat;
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: flex-end;
|
|
align-items: center;
|
|
}
|
|
.bg {
|
|
position: absolute;
|
|
left: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
top: 0;
|
|
}
|
|
.btnimg {
|
|
display: block;
|
|
width: 558rpx;
|
|
height: 104rpx;
|
|
margin-bottom: 23rpx;
|
|
}
|
|
.bottomtext {
|
|
color: #fff;
|
|
text-align: center;
|
|
font-size: 24rpx;
|
|
margin-bottom: 45rpx;
|
|
}
|
|
.rule-btn {
|
|
font-size: 27rpx;
|
|
color: #fff;
|
|
font-weight: 500;
|
|
width: 73rpx;
|
|
height: 73rpx;
|
|
border: 1rpx solid;
|
|
border-radius: 50%;
|
|
position: absolute;
|
|
right: 30rpx;
|
|
top: 30rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
box-sizing: border-box;
|
|
}
|
|
.tiptext {
|
|
color: #fff;
|
|
font-size: 25rpx;
|
|
margin-top: 20rpx;
|
|
}
|
|
.rule-box {
|
|
height: 50%;
|
|
overflow-y: auto;
|
|
font-size: 27rpx;
|
|
color: #010101;
|
|
padding: 0 50rpx;
|
|
width: 500rpx;
|
|
padding-bottom: 30rpx;
|
|
line-height: 46rpx;
|
|
}
|
|
.rule-title {
|
|
text-align: center;
|
|
font-size: 32rpx;
|
|
color: #000;
|
|
font-weight: 500;
|
|
line-height: 100rpx;
|
|
}
|