details.wxss 945 B

1
  1. page{background-color:#f5f5f5}.details-wrap{width:100%;padding:30rpx;box-sizing:border-box}.details-wrap .steps-cont{background-color:#fff;width:100%;height:180rpx;border-radius:20rpx;padding-top:70rpx}.details-wrap .form-text-cont{background-color:#fff;width:100%;padding:20rpx;box-sizing:border-box;margin-top:40rpx}.details-wrap .form-text-cont .item-details{width:100%;height:100rpx;border-bottom:2rpx solid #ccc;display:flex;align-items:center;justify-content:space-between}.details-wrap .form-text-cont .item-details-file{width:100%;height:200rpx;border-bottom:2rpx solid #ccc;display:flex;align-items:center;justify-content:space-between}.details-wrap .form-text-cont .label-text{color:rgba(16,16,16,.8);font-size:32rpx;font-family:PingFangSC-regular}.details-wrap .form-text-cont .wrap-text{width:50%;color:#c9c9c9;font-family:PingFangSC-regular;font-size:28rpx;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:right}