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.
159 lines
2.5 KiB
159 lines
2.5 KiB
.sign_head {
|
|
display: flex;
|
|
flex-direction: row;
|
|
background: #CDA76E;
|
|
padding: 30rpx;
|
|
height: 530rpx;
|
|
border-radius: 0 0 20px 20px;
|
|
}
|
|
|
|
.sign_message {
|
|
display: flex;
|
|
flex-direction: column;
|
|
margin-left: 24rpx
|
|
}
|
|
|
|
.user_picture {
|
|
width: 100rpx;
|
|
height: 100rpx;
|
|
border-radius: 50%;
|
|
background: #ccc;
|
|
}
|
|
|
|
.user_message {
|
|
display: flex;
|
|
justify-content: space-between
|
|
}
|
|
|
|
.user_name {
|
|
font-size: 34rpx;
|
|
color: #111111;
|
|
font-weight: 700;
|
|
}
|
|
|
|
.activity_rule {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
color: white;
|
|
margin-left: 300rpx;
|
|
width: 120rpx;
|
|
height: 40rpx;
|
|
border-radius: 20rpx;
|
|
background: #BA9764;
|
|
}
|
|
|
|
.fs_12 {
|
|
font-size: 24rpx
|
|
}
|
|
|
|
.fs_10 {
|
|
font-size: 20rpx;
|
|
}
|
|
|
|
.back {
|
|
color: #ffffff;
|
|
height: 34rpx;
|
|
position: absolute;
|
|
font-size: 28rpx;
|
|
top: 80px;
|
|
left: 20px;
|
|
}
|
|
|
|
.sign_data {
|
|
width: 92%;
|
|
height: 790rpx;
|
|
background: #ffffff;
|
|
margin-left: 4%;
|
|
margin-top: -280rpx;
|
|
border-radius: 8rpx
|
|
}
|
|
|
|
|
|
/* ============ */
|
|
|
|
.title {
|
|
display: flex;
|
|
padding: 0 36rpx;
|
|
flex-direction: row;
|
|
background: #E6D3B6;
|
|
height: 80rpx;
|
|
align-items: center
|
|
}
|
|
|
|
.sign_time {
|
|
width: 50%;
|
|
}
|
|
|
|
.signData_box {
|
|
display: flex;
|
|
flex-direction: column
|
|
}
|
|
|
|
.signData_message {
|
|
display: flex;
|
|
margin: 0 36rpx;
|
|
flex-direction: row;
|
|
background: #ffffff;
|
|
height: 80rpx;
|
|
align-items: center;
|
|
border-bottom: #EEEEEE solid 1px;
|
|
font-size: 24rpx
|
|
}
|
|
|
|
.user_picture {
|
|
width: 100rpx;
|
|
height: 100rpx;
|
|
border-radius: 50%;
|
|
/* background: #ccc; */
|
|
}
|
|
|
|
.user_picture image {
|
|
width: 100rpx;
|
|
height: 100rpx;
|
|
border-radius: 50%;
|
|
}
|
|
|
|
.mask_form {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
background-color: rgba(1, 1, 1, 0.6);
|
|
}
|
|
|
|
.mask {
|
|
width:86%;
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
margin: auto;
|
|
z-index: 999999999999;
|
|
background-color: #fff;
|
|
font-size: 14px;
|
|
}
|
|
.rule_box{
|
|
width: 92%;
|
|
border-radius: 5px;
|
|
height: 800rpx;
|
|
background: #ffffff;
|
|
margin: auto;
|
|
margin-top: 61px;
|
|
position: relative;
|
|
}
|
|
.close_rule{
|
|
position: absolute;
|
|
top: 115%;
|
|
left: 46%;
|
|
border-radius: 50%;
|
|
background: #ccc;
|
|
width: 30px;
|
|
height: 30px;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
|
|
}
|