scoreAccumulate.wxss 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. @charset "UTF-8";
  2. /* 页面左右间距 */
  3. /* 文字尺寸 */
  4. /*文字颜色*/
  5. /* 边框颜色 */
  6. /*颜色*/
  7. /* 图片加载中颜色 */
  8. /* 行为相关颜色 */
  9. /* 功能栏字体大小 */
  10. /*功能栏左侧小图标*/
  11. page {
  12. background-color: #fff;
  13. height: auto;
  14. min-height: 100%;
  15. }
  16. .top-bg {
  17. background-color: #ee2f72;
  18. height: 180rpx;
  19. width: 750rpx;
  20. }
  21. .yue-wrap {
  22. width: 670rpx;
  23. height: 320rpx;
  24. margin: -160rpx auto 30rpx;
  25. background: linear-gradient(-70deg, #FF77A7, #FF4A8A);
  26. box-shadow: 0px 15rpx 22rpx 6rpx rgba(238, 47, 114, 0.1);
  27. border-radius: 25rpx;
  28. color: #fff;
  29. font-size: 26rpx;
  30. padding: 50rpx 75rpx;
  31. flex-direction: column;
  32. justify-content: space-between;
  33. align-items: flex-start;
  34. }
  35. .yue-wrap .yue-num {
  36. width: 100%;
  37. justify-content: space-between;
  38. }
  39. .yue-wrap .yue-num .yue {
  40. font-size: 76rpx;
  41. font-weight: bold;
  42. }
  43. .yue-wrap .yue-num .cz image {
  44. width: 13rpx;
  45. margin-left: 10rpx;
  46. }
  47. .yue-wrap .lj-wrap {
  48. width: 100%;
  49. justify-content: space-between;
  50. font-size: 24rpx;
  51. }
  52. .jl {
  53. width: 670rpx;
  54. margin: 0 auto 20rpx;
  55. padding: 35rpx 30rpx;
  56. background: #FFFFFF;
  57. box-shadow: 0px 0px 28px 0px rgba(48, 48, 48, 0.1);
  58. border-radius: 8px;
  59. }
  60. .jl .jl-tit {
  61. width: 100%;
  62. font-size: 28rpx;
  63. font-weight: bold;
  64. color: #333333;
  65. }
  66. .jl .jl-tit .tit {
  67. max-width: 450rpx;
  68. }
  69. .jl .jl-tit .price {
  70. font-size: 38rpx;
  71. font-weight: bold;
  72. }
  73. .jl .jl-tit .add {
  74. color: #EE2F72;
  75. }
  76. .jl .jl-tit .add::before {
  77. content: '+';
  78. font-size: 28rpx;
  79. color: #EE2F72;
  80. }
  81. .jl .jl-tit .jian {
  82. color: #808080;
  83. }
  84. .jl .jl-tit .jian::before {
  85. content: '-';
  86. font-size: 28rpx;
  87. }
  88. .jl .jl-mark {
  89. padding-top: 20rpx;
  90. width: 100%;
  91. font-size: 24rpx;
  92. font-weight: 500;
  93. color: #808080;
  94. align-items: flex-start;
  95. }
  96. .jl .jl-mark .mark {
  97. max-width: 470rpx;
  98. }