detail.wxss 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. @charset "UTF-8";
  2. .text-center.data-v-c201c4be {
  3. text-align: center;
  4. }
  5. .font-weight.data-v-c201c4be {
  6. font-weight: bold;
  7. }
  8. .page-width.data-v-c201c4be {
  9. width: 100%;
  10. }
  11. .goods-hover-class.data-v-c201c4be {
  12. opacity: .9;
  13. background-color: #f7f7f7;
  14. }
  15. .background-image.data-v-c201c4be {
  16. background-repeat: no-repeat;
  17. background-size: 100% 100%;
  18. background-position: center;
  19. }
  20. /*全局文字大小*/
  21. /* 屏幕宽度*/
  22. page.data-v-c201c4be {
  23. font-size: 32rpx;
  24. background: #f7f7f7;
  25. }
  26. .page-width.data-v-c201c4be {
  27. width: 100%;
  28. }
  29. .u-hover-class.data-v-c201c4be {
  30. opacity: .9;
  31. background-color: #f7f7f7;
  32. }
  33. .safe-area-inset-bottom.data-v-c201c4be {
  34. padding-bottom: 0;
  35. padding-bottom: constant(safe-area-inset-bottom);
  36. padding-bottom: env(safe-area-inset-bottom);
  37. }
  38. .rule.data-v-c201c4be {
  39. width: 750rpx;
  40. height: 90rpx;
  41. background-color: white;
  42. padding: 0 24rpx;
  43. box-sizing: border-box;
  44. }
  45. .rule .app-left.data-v-c201c4be {
  46. font-size: 26rpx;
  47. color: #353535;
  48. }
  49. .rule .app-right > text.data-v-c201c4be {
  50. font-size: 24rpx;
  51. color: #999999;
  52. margin-left: 30rpx;
  53. }
  54. .rule .app-icon.data-v-c201c4be {
  55. width: 12rpx;
  56. height: 22rpx;
  57. margin-left: 12rpx;
  58. }
  59. .more.data-v-c201c4be {
  60. margin-top: 20rpx;
  61. }