118 lines
1.8 KiB
Plaintext
118 lines
1.8 KiB
Plaintext
/* packageC/Myshaky/RegistrationDetail/RegistrationDetail.wxss */
|
|
.enrollTop {
|
|
width: 100%;
|
|
|
|
/* height: 320rpx; */
|
|
background: #fff;
|
|
overflow: hidden;
|
|
border-top: 2rpx solid rgba(235, 235, 235, 1);
|
|
margin-bottom: 30rpx;
|
|
}
|
|
|
|
.boxCen {
|
|
margin: 30rpx 30rpx;
|
|
margin-bottom: 5rpx;
|
|
height: 234rpx;
|
|
}
|
|
|
|
.CenTop {
|
|
width: 100%;
|
|
height: 180rpx;
|
|
display: flex;
|
|
justify-content: flex-start;
|
|
}
|
|
|
|
.CenTopLeft {
|
|
width: 203rpx;
|
|
height: 180rpx;
|
|
background-color: rgba(245, 245, 245, 1);
|
|
}
|
|
|
|
.CenTopLeft image {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.CenTopRight {
|
|
flex: 1;
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
|
|
.trTop {
|
|
/* width: 447rpx; */
|
|
|
|
/* height: 67rpx; */
|
|
font-size: 28rpx;
|
|
line-height: 40rpx;
|
|
overflow: hidden;
|
|
display: -webkit-box;
|
|
-webkit-box-orient: vertical;
|
|
-webkit-line-clamp: 2;
|
|
margin-left: 20rpx;
|
|
margin-top: 11rpx;
|
|
color: #333;
|
|
}
|
|
|
|
.trRight {
|
|
font-size: 28rpx;
|
|
}
|
|
|
|
.trRight view {
|
|
width: 216rpx;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
float: right;
|
|
color: rgba(153, 153, 153, 1);
|
|
}
|
|
|
|
.trRight view text {
|
|
margin: 0 18rpx;
|
|
}
|
|
|
|
.tr {
|
|
font-size: 32rpx;
|
|
color: #f15353;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.nistOne {
|
|
margin-left: 20rpx;
|
|
color: #f15353;
|
|
display: inline-block;
|
|
font-size: 24rpx;
|
|
}
|
|
|
|
.nisRight {
|
|
float: right;
|
|
font-size: 28rpx;
|
|
color: rgba(51, 51, 51, 1);
|
|
margin-top: 1rpx;
|
|
}
|
|
|
|
.nisRight text {
|
|
color: rgba(241, 83, 83, 1);
|
|
}
|
|
|
|
.CenBottm {
|
|
font-size: 24rpx;
|
|
font-weight: normal;
|
|
font-stretch: normal;
|
|
line-height: 60rpx;
|
|
letter-spacing: 0rpx;
|
|
color: #999;
|
|
margin-bottom: 4rpx;
|
|
display: flex;
|
|
justify-content: flex-start;
|
|
align-items: center;
|
|
}
|
|
|
|
.cenIcon {
|
|
/* width: 28rpx;
|
|
height: 28rpx;
|
|
margin-right: 10rpx; */
|
|
margin-right: 10rpx;
|
|
margin-top: 10rpx;
|
|
}
|