/* president/pages/apply_bookform/apply_bookform.wxss */ @import '../../../templates/loading/loading.wxss'; .list { padding: 0rpx; } .li { display: flex; justify-content: space-between; align-items: center; padding: 30rpx; background: #fff; border-radius: 0; border-bottom: solid 1rpx #e6e6e6; margin: 0; } .li-label { font-size: 32rpx; color: #666; margin: 0; } .li-image { width: 60rpx; height: 60rpx; margin-top:80rpx; } .li-imageTip{ width: 100%; height: 100%; } .upload-text{ font-size:12px; color:#999999; } .upload-refrehtext{ font-size:12px; color:#ffff; } .uploadImg{ width:200rpx; height:220rpx; background-color:#ebebeb; margin:0 auto; text-align:center; line-height:30rpx; } .upload-Model{ width:100%; height:100%; background: rgba(155, 154, 154, 0.5); z-index: 1000; line-height:200rpx; position:relative; top:-216rpx; } .li-input, .li-picker, .li-text { width: 400rpx; font-size: 30rpx; color: #999; text-align: right; } .li-delete{ color: #FF542B; font-size: 28rpx; position: fixed; top: 118rpx; right: 30rpx; z-index: 19; } .li-main-active{ color: #FF542B; font-size: 32rpx; }