59 lines
898 B
Plaintext
59 lines
898 B
Plaintext
/* packageC/Myshaky/Registration/Registration.wxss */
|
|
|
|
.Registration-content {
|
|
width: 100%;
|
|
border-top: 2rpx solid rgba(235, 235, 235, 1);
|
|
background: #fff;
|
|
margin-bottom: 100rpx;
|
|
}
|
|
|
|
.list_box {
|
|
margin-left: 30rpx;
|
|
margin-top: 20rpx;
|
|
display: flex;
|
|
justify-content: flex-start;
|
|
height: 116rpx;
|
|
}
|
|
|
|
.user {
|
|
width: 96rpx;
|
|
height: 96rpx;
|
|
background: teal;
|
|
margin-right: 20rpx;
|
|
border-radius: 50%;
|
|
}
|
|
|
|
.user image {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.time {
|
|
flex: 1;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
border-bottom: 2rpx solid rgba(235, 235, 235, 1);
|
|
}
|
|
|
|
.list_box:last-child .time {
|
|
border-bottom: none;
|
|
}
|
|
|
|
.name {
|
|
font-size: 32rpx;
|
|
color: rgba(51, 51, 51, 1);
|
|
}
|
|
|
|
.calender {
|
|
font-size: 28rpx;
|
|
margin-right: 20rpx;
|
|
}
|
|
|
|
.blank {
|
|
text-align: center;
|
|
width: 100%;
|
|
background: #f5f5f5;
|
|
color: rgba(153, 153, 153, 1);
|
|
}
|