index.wxss 2.3 KB

1234567891011121314151617181920212223242526272829
  1. .my-order .header{height:260rpx;padding:0 30rpx;}
  2. .my-order .header .picTxt{height:190rpx;}
  3. .my-order .header .picTxt .text{color:rgba(255, 255, 255, 0.8);font-size:26rpx;font-family: 'Guildford Pro';}
  4. .my-order .header .picTxt .text .name{font-size:34rpx;font-weight:bold;color:#fff;margin-bottom:20rpx;}
  5. .my-order .header .picTxt .pictrue{width:122rpx;height:109rpx;}
  6. .my-order .header .picTxt .pictrue image{width:100%;height:100%;}
  7. .my-order .nav{background-color:#fff;width:690rpx;height:140rpx;border-radius:6rpx;margin:-73rpx auto 0 auto;}
  8. .my-order .nav .item{text-align:center;font-size:26rpx;color:#282828;padding:29rpx 0;}
  9. .my-order .nav .item.on{font-weight:bold;border-bottom:5rpx solid #e93323;}
  10. .my-order .nav .item .num{margin-top:18rpx;}
  11. .my-order .list{width:690rpx;margin:14rpx auto 0 auto;}
  12. .my-order .list .item{background-color:#fff;border-radius:6rpx;margin-bottom:14rpx;}
  13. .my-order .list .item .title{height:84rpx;padding:0 30rpx;border-bottom:1rpx solid #eee;font-size:28rpx;color:#282828;}
  14. .my-order .list .item .title .sign{font-size: 24rpx;padding: 0 7rpx;height: 36rpx;margin-right: 15rpx;}
  15. .my-order .list .item .item-info{padding:0 30rpx;margin-top:22rpx;}
  16. .my-order .list .item .item-info .pictrue{width:120rpx;height:120rpx;}
  17. .my-order .list .item .item-info .pictrue image{width:100%;height:100%;border-radius:6rpx;}
  18. .my-order .list .item .item-info .text{width:486rpx;font-size:28rpx;color:#999;margin-top:6rpx;}
  19. .my-order .list .item .item-info .text .name{width:306rpx;color:#282828;}
  20. .my-order .list .item .item-info .text .money{text-align:right;}
  21. .my-order .list .item .totalPrice{font-size:26rpx;color:#282828;text-align:right;margin:27rpx 0 0 30rpx;padding:0 30rpx 30rpx 0;border-bottom:1rpx solid #eee;}
  22. .my-order .list .item .totalPrice .money{font-size:28rpx;font-weight:bold;}
  23. .my-order .list .item .bottom{height:107rpx;padding:0 30rpx;}
  24. .my-order .list .item .bottom .bnt{width:176rpx;height:60rpx;text-align:center;line-height:60rpx;color:#fff;border-radius:50rpx;font-size:27rpx;}
  25. .my-order .list .item .bottom .bnt.cancelBnt{border:1rpx solid #ddd;color:#aaa;}
  26. .my-order .list .item .bottom .bnt~.bnt{margin-left:17rpx;}
  27. .noCart{margin-top:171rpx;padding-top: 0.1rpx;}
  28. .noCart .pictrue{width:414rpx;height:336rpx;margin:78rpx auto 56rpx auto;}
  29. .noCart .pictrue image{width:100%;height:100%;}