mrr.sj.front/unpackage/dist/dev/mp-weixin/pages/selfOperated/agreement.wxss

53 lines
842 B
Plaintext
Raw Normal View History

2026-03-24 11:45:13 +08:00
.agreement {
padding-bottom: 200rpx;
}
.content {
padding: 24rpx 32rpx;
margin-bottom: 200rpx;
}
.text-p {
text-indent: 2em;
}
.text-weight {
font-weight: 700;
}
.you {
margin: 20rpx 0 0;
display: flex;
flex-flow: row nowrap;
justify-content: flex-end;
align-items: center;
text-align: right;
}
.image-container {
margin: 20rpx 0;
}
.clickable-image {
width: 100%;
height: auto;
border-radius: 8rpx;
}
.agreement-footer {
padding: 60rpx 30rpx;
position: fixed;
left: 0;
right: 0;
bottom: 0;
background: #fff;
}
.agreement-footer .agreement-btn {
width: 690rpx;
height: 78rpx;
background: #e8101e;
border-radius: 798rpx;
font-weight: 400;
font-size: 30rpx;
color: #ffffff;
text-align: center;
font-style: normal;
display: flex;
align-items: center;
justify-content: center;
}