receiving-status.wxss 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. @charset "UTF-8";
  2. .text-center.data-v-0b799036 {
  3. text-align: center;
  4. }
  5. .font-weight.data-v-0b799036 {
  6. font-weight: bold;
  7. }
  8. .page-width.data-v-0b799036 {
  9. width: 100%;
  10. }
  11. .goods-hover-class.data-v-0b799036 {
  12. opacity: .9;
  13. background-color: #f7f7f7;
  14. }
  15. .background-image.data-v-0b799036 {
  16. background-repeat: no-repeat;
  17. background-size: 100% 100%;
  18. background-position: center;
  19. }
  20. /*全局文字大小*/
  21. /* 屏幕宽度*/
  22. page.data-v-0b799036 {
  23. font-size: 32rpx;
  24. background: #f7f7f7;
  25. }
  26. .page-width.data-v-0b799036 {
  27. width: 100%;
  28. }
  29. .u-hover-class.data-v-0b799036 {
  30. opacity: .9;
  31. background-color: #f7f7f7;
  32. }
  33. .safe-area-inset-bottom.data-v-0b799036 {
  34. padding-bottom: 0;
  35. padding-bottom: constant(safe-area-inset-bottom);
  36. padding-bottom: env(safe-area-inset-bottom);
  37. }
  38. .receiving-status.data-v-0b799036 {
  39. height: 110rpx;
  40. padding: 0 8rpx;
  41. }
  42. .receiving-status .item.data-v-0b799036 {
  43. padding: 0 28rpx;
  44. margin-right: 16rpx;
  45. height: 62rpx;
  46. line-height: 62rpx;
  47. font-size: 24rpx;
  48. color: #353535;
  49. border-radius: 38rpx;
  50. border: 1rpx solid #bbbbbb;
  51. }
  52. .u-bottom-fixed.data-v-0b799036 {
  53. position: fixed;
  54. bottom: 0;
  55. left: 0;
  56. width: 100%;
  57. z-index: 1500;
  58. background-color: #ffffff;
  59. }