index.wxss 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. @charset "UTF-8";
  2. /* 页面左右间距 */
  3. /* 文字尺寸 */
  4. /*文字颜色*/
  5. /* 边框颜色 */
  6. /*颜色*/
  7. /* 图片加载中颜色 */
  8. /* 行为相关颜色 */
  9. /* 功能栏字体大小 */
  10. /*功能栏左侧小图标*/
  11. page {
  12. background: #F2F2F2;
  13. height: 100%;
  14. padding-bottom: 25rpx;
  15. }
  16. .container {
  17. height: 100%;
  18. }
  19. .container .top {
  20. background-color: #FFFFFF;
  21. height: 88rpx;
  22. display: -webkit-box;
  23. display: -webkit-flex;
  24. display: flex;
  25. -webkit-box-align: center;
  26. -webkit-align-items: center;
  27. align-items: center;
  28. -webkit-box-pack: center;
  29. -webkit-justify-content: center;
  30. justify-content: center;
  31. font-size: 36rpx;
  32. font-weight: 500;
  33. color: #333333;
  34. }
  35. .container .swiper-box {
  36. height: 100%;
  37. }
  38. .container .swiper-box .list-scroll-content {
  39. height: 100%;
  40. }
  41. .scroll-list {
  42. width: 100%;
  43. overflow: hidden;
  44. white-space: nowrap;
  45. background-color: #ffffff;
  46. font-size: 32rpx;
  47. }
  48. .scroll-list .scoll-box {
  49. text-align: center;
  50. display: inline-block;
  51. margin: 0rpx 38rpx;
  52. padding: 15rpx 0rpx;
  53. }
  54. .scroll-list .scoll-box .scoll-img {
  55. width: 130rpx;
  56. height: 85rpx;
  57. -webkit-border-radius: 100%;
  58. border-radius: 100%;
  59. }
  60. .scroll-list .scoll-box .scoll-img image {
  61. width: 85rpx;
  62. height: 100%;
  63. -webkit-border-radius: 100%;
  64. border-radius: 100%;
  65. }
  66. .scroll-list .scoll-box .scoll-name {
  67. padding-top: 15rpx;
  68. }
  69. .scroll-list .scoll-box.active {
  70. color: #ef3d28;
  71. border-bottom: 6rpx solid #ef3d28;
  72. }
  73. .order-item {
  74. width: 100%;
  75. padding: 0rpx 25rpx;
  76. padding-top: 25rpx !important;
  77. }
  78. .order-item .list-cell {
  79. background-color: #ffffff;
  80. -webkit-border-radius: 20rpx;
  81. border-radius: 20rpx;
  82. width: 100%;
  83. -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.06);
  84. box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.06);
  85. }
  86. .order-item .list-cell .image {
  87. width: 100%;
  88. height: 300rpx;
  89. -webkit-border-top-left-radius: 25rpx;
  90. border-top-left-radius: 25rpx;
  91. -webkit-border-top-right-radius: 25rpx;
  92. border-top-right-radius: 25rpx;
  93. }
  94. .order-item .list-cell .list-tpl {
  95. padding: 25rpx 25rpx;
  96. padding-bottom: 35rpx !important;
  97. font-size: 34rpx;
  98. color: #222222;
  99. font-weight: 500;
  100. }