/* parents/pages/information/information.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; } .icon{ height: 35rpx; width: 12rpx; display:inline-block; margin-bottom:12rpx; } .image{ height: 35rpx; width: 12rpx; } .li-label { font-size: 30rpx; margin: 0; font-family:PingFang SC; font-weight:500; color:rgba(108,108,128,1); } .li-image { width: 60rpx; height: 60rpx; margin-top:80rpx; } .li-imageTip{ width: 100%; height: 100%; border-radius:50%; } .upload-text{ font-size:12px; color:#999999; } .upload-refrehtext{ font-size:12px; color:#ffff; } .uploadImg{ width:220rpx; height:220rpx; border-radius:50%; background-color:#ebebeb; margin:0 auto; text-align:center; line-height:30rpx; } .upload-Model{ width:100%; height:100%; border-radius: 50%; background: rgba(155, 154, 154, 0.5); z-index: 1000; line-height:200rpx; position:relative; top:-220rpx; } .li-input, .li-picker, .li-text { width: 400rpx; font-size: 30rpx; color: #999; text-align: right; }