logistics.wxss 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. @charset "UTF-8";
  2. .text-center.data-v-06151328 {
  3. text-align: center;
  4. }
  5. .font-weight.data-v-06151328 {
  6. font-weight: bold;
  7. }
  8. .page-width.data-v-06151328 {
  9. width: 100%;
  10. }
  11. .goods-hover-class.data-v-06151328 {
  12. opacity: .9;
  13. background-color: #f7f7f7;
  14. }
  15. .background-image.data-v-06151328 {
  16. background-repeat: no-repeat;
  17. background-size: 100% 100%;
  18. background-position: center;
  19. }
  20. /*全局文字大小*/
  21. /* 屏幕宽度*/
  22. page.data-v-06151328 {
  23. font-size: 32rpx;
  24. background: #f7f7f7;
  25. }
  26. .page-width.data-v-06151328 {
  27. width: 100%;
  28. }
  29. .u-hover-class.data-v-06151328 {
  30. opacity: .9;
  31. background-color: #f7f7f7;
  32. }
  33. .safe-area-inset-bottom.data-v-06151328 {
  34. padding-bottom: 0;
  35. padding-bottom: constant(safe-area-inset-bottom);
  36. padding-bottom: env(safe-area-inset-bottom);
  37. }
  38. .logistics.data-v-06151328 {
  39. width: 100%;
  40. background-color: #ffffff;
  41. padding: 28rpx 24rpx;
  42. }
  43. .logistics .icon.data-v-06151328 {
  44. width: 12rpx;
  45. height: 20rpx;
  46. }
  47. .logistics .font.data-v-06151328 {
  48. font-size: 24rpx;
  49. }
  50. .logistics .margin.data-v-06151328 {
  51. margin-bottom: 15rpx;
  52. }