integral-detail.wxss 1.1 KB

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