index.css 1.5 KB

123456789101112131415161718
  1. .ddinfo{background: #fff;padding: 0 20rpx;margin: 30rpx;border-radius: 10rpx;}
  2. .ddinfo .li{padding: 30rpx 0;border-bottom: 2rpx solid #E5E5E5;}
  3. .ddinfo .li:last-child{border-bottom: none;}
  4. .ddinfo .li text{display: block;font-size: 28rpx;color: ##000000;}
  5. .ddinfo .li view{flex: 1;-webkit-flex: 1;font-size: 28rpx;color: #333;text-align: right;}
  6. .ddinfo .li view.quan{color: #FE0419;margin-right: 12rpx;}
  7. .ddinfo .li input{flex: 1;-webkit-flex: 1;font-size: 28rpx;color: #333;text-align: right;}
  8. .textarea{background: #f5f5f5;border-radius: 10rpx;margin-top: 20rpx;width: 100%;padding: 15rpx;box-sizing: border-box;height: 120rpx;font-size: 28rpx;color: #333;}
  9. .placeholder{color: #ccc;}
  10. .confirmation-bar{position: fixed;z-index: 100;left: 0;right: 0;bottom: 0;background: #fff;border-radius: 20rpx 20rpx 0 0;padding: 35rpx 0rpx 50rpx;}
  11. .pop-title{font-size:30rpx;padding:10rpx 50rpx 20rpx 50rpx;color:#263343;border-bottom:1rpx solid #eeeeee;}
  12. .pop-close{position: absolute;right: 40rpx;top: 25rpx;font-size: 40rpx;}
  13. .pop-content{padding:20rpx 50rpx 20rpx 50rpx;}
  14. .confirmation-bar .pop-btn{display:flex; justify-content:space-around; position: relative;bottom:0;}
  15. .pop-btn-cancal{flex:0 0 40%;border-radius: 40rpx;background-color: #fff;height: 80rpx;line-height: 80rpx;color: #666;text-align: center;border:1rpx solid #666;}
  16. .pop-btn-submit{flex:0 0 40%;border-radius: 40rpx;background-color: #009AFF;height: 80rpx;line-height: 80rpx;color: #fff;text-align: center;border:1rpx solid #009AFF;}
  17. .mask{background-color:#000;opacity: 0.68;width: 100vw;height: 100vh;z-index: 80;}