yuminge-app/yun-min-program-plugin-master/packageC/Myshaky/enroll/enroll.wxss

318 lines
4.7 KiB
Plaintext

/* packageC/Myshaky/enroll/enroll.wxss */
.enrollTop {
width: 100%;
/* height: 320rpx; */
background: #fff;
overflow: hidden;
border-top: 2rpx solid rgba(235, 235, 235, 1);
}
.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;
}
van-icon {
margin-top: -27rpx;
}
.verify {
width: 100%;
margin-top: 20rpx;
background: #fff;
}
.verifyTop {
margin: 0 30rpx;
height: 96rpx;
display: flex;
justify-content: space-between;
align-items: center;
}
.dsline {
width: 100%;
height: 2rpx;
background-color: rgba(235, 235, 235, 1);
}
.verifyBtom {
margin: 0 30rpx;
height: 78rpx;
display: flex;
justify-content: space-between;
align-items: center;
}
.verifyBtom view:nth-child(1) {
font-size: 32rpx;
color: rgba(51, 51, 51, 1);
}
.money {
font-size: 28rpx;
color: rgba(241, 83, 83, 1);
}
.verifyTop view:nth-child(1) {
font-size: 32rpx;
color: rgba(51, 51, 51, 1);
}
.vText {
color: rgba(153, 153, 153, 1);
font-size: 28rpx;
}
.count-num {
display: flex;
justify-content: flex-start;
align-items: center;
}
.count-num view {
width: 56rpx;
height: 56rpx;
display: flex;
background-color: #f7f8fa;
align-items: center;
justify-content: center;
margin-right: 2rpx;
font-size: 32rpx;
}
.user {
width: 100%;
background: #fff;
margin-top: 20rpx;
}
.username {
height: 86rpx;
display: flex;
justify-content: flex-start;
align-items: center;
}
.nameLeft {
/* width: 11rpx; */
height: 25rpx;
margin: 0 11rpx;
}
.nameRight {
flex: 1;
height: 86rpx;
font-size: 32rpx;
display: flex;
justify-content: flex-start;
align-items: center;
border-bottom: 2rpx solid rgba(235, 235, 235, 1);
}
.nameRight input {
margin-left: 133rpx;
}
.username:nth-child(2) .nameRight input {
margin-left: 70rpx;
}
.userPhoto {
width: 100%;
}
.as {
width: 100%;
height: 91rpx;
display: flex;
justify-content: flex-start;
align-items: center;
}
.as view:nth-child(1) {
margin: 0 11rpx;
height: 30rpx;
}
.as view:nth-child(2) {
font-size: 32rpx;
}
.addBox {
margin-left: 30rpx;
/* padding-bottom: 30rpx; */
overflow: hidden;
box-sizing: border-box;
display: flex;
justify-content: flex-start;
flex-wrap: wrap;
}
.inbox {
width: 160rpx;
height: 160rpx;
border-radius: 8rpx;
border: solid 1rpx rgba(229, 229, 229, 1);
text-align: center;
line-height: 185rpx;
margin-left: 20rpx;
}
.showBox {
border-radius: 8rpx;
margin-left: 20rpx;
}
.showBox image {
width: 160rpx;
height: 160rpx;
}
.immediately {
width: 690rpx;
height: 92rpx;
background-color: rgba(241, 83, 83, 1);
border-radius: 12rpx;
margin: 0 30rpx;
margin-top: 60rpx;
margin-bottom: 265rpx;
text-align: center;
line-height: 92rpx;
font-size: 36rpx;
color: rgba(255, 255, 255, 1);
}
.immbox {
width: 690rpx;
height: 92rpx;
background-color: rgba(153, 153, 153, 1);
border-radius: 12rpx;
margin: 0 30rpx;
margin-top: 60rpx;
margin-bottom: 265rpx;
text-align: center;
line-height: 92rpx;
font-size: 36rpx;
color: rgba(255, 255, 255, 1);
}
.deduct {
padding: 32rpx;
background-color: #fff;
margin-top: 32rpx;
margin-bottom: 20rpx;
padding-bottom: 0;
}
.deduct view {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 16rpx;
}
.van-switch view {
margin-top: 0;
}
.deduct .right {
color: #f15353;
}