index.css 1.1 KB

123456789101112131415161718
  1. /* components/refund-popup/index.wxss */
  2. /* 商品规格 */
  3. .popup{position: fixed;z-index: 100;left: 0;right: 0;bottom: 0;background: #fff;border-radius: 20rpx 20rpx 0 0;padding: 35rpx 30rpx 50rpx;}
  4. .pop{text-align: center;padding: 0 0 45rpx 0;}
  5. .popup .txt{ font-size: 30rpx;color: #333333;}
  6. .close{position: absolute;top: 30rpx;right: 30rpx;}
  7. .close .image{width: 42rpx;height: 42rpx;}
  8. .confirm{height: 80rpx;line-height: 80rpx;border-radius: 40rpx;font-size: 30rpx;color: #fff;text-align: center;margin-top: 24rpx;}
  9. .list1{margin: 20rpx 20rpx;background: #fff;border-radius: 10rpx;}
  10. .dpname{display: flex;display: -webkit-flex;align-items: center;font-size: 30rpx;color: #333;border-bottom: 2rpx solid #eee;padding: 35rpx 20rpx;font-weight: 500;}
  11. .li{display: flex;display: -webkit-flex;align-items: center;border-bottom: 2rpx solid #eee;}
  12. .li .image{width: 42rpx; height: 42rpx; margin: 42rpx 20rpx;float: left;}
  13. .li .cont{padding: 36rpx 0rpx;float: left;}
  14. .cont {font-size: 30rpx; color: #333333;}
  15. .cont .color{font-size: 24rpx;color: #999999;}
  16. .right{width: 38rpx;height: 38rpx;position: absolute;right: 6%;
  17. }