home.wxss 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. /* parents//pages/main/main.wxss */
  2. @import '../../../templates/footer/footer.wxss';
  3. @import '../../../templates/loading/loading.wxss';
  4. page{
  5. background: #fff;
  6. }
  7. .list {
  8. /* width: 100%; */
  9. padding: 0 40rpx 98rpx 40rpx;
  10. }
  11. .li-header {
  12. padding: 20rpx 0;
  13. align-items: center;
  14. }
  15. .li-header-search {
  16. flex: 1;
  17. padding: 12rpx 20rpx 14rpx 20rpx;
  18. background:#F6F5FB;
  19. border-radius: 100rpx;
  20. text-align: center;
  21. margin: 40rpx 0;
  22. cursor: pointer;
  23. }
  24. .li-header-search-icon {
  25. width: 28rpx;
  26. height: 28rpx;
  27. margin-right: 14rpx;
  28. vertical-align: middle;
  29. }
  30. .li-header-search-text {
  31. font-size: 28rpx;
  32. color: #999;
  33. vertical-align: middle;
  34. }
  35. .li-header-address-icon {
  36. width: 30rpx;
  37. height: 34rpx;
  38. }
  39. .li-header-scan-icon {
  40. width: 30rpx;
  41. height: 30rpx;
  42. }
  43. .li-carousel{
  44. margin: 0;
  45. }
  46. .li-carousel-img{
  47. height: 324rpx;
  48. width: 100%;
  49. border-radius: 30rpx;
  50. }
  51. .li-items {
  52. margin: 40rpx 10rpx;
  53. text-align:center;
  54. display: flex;
  55. justify-content: flex-start;
  56. }
  57. .li-item-bgc{
  58. text-align:center;
  59. line-height:108rpx;
  60. width:108rpx;
  61. height:108rpx;
  62. background:rgba(204,228,255,1);
  63. border-radius:45rpx;
  64. padding:10rpx;
  65. }
  66. .li-item-bgc1{
  67. text-align:center;
  68. line-height:108rpx;
  69. width:108rpx;
  70. height:108rpx;
  71. background:rgba(255,215,203,1);
  72. border-radius:45rpx;
  73. padding:10rpx;
  74. }
  75. .li-item-bgc2{
  76. text-align:center;
  77. line-height:108rpx;
  78. width:108rpx;
  79. height:108rpx;
  80. background:rgba(255,209,224,1);
  81. border-radius:45rpx;
  82. padding:10rpx;
  83. }
  84. .li-item {
  85. /* display:inline-block;
  86. width:33.333%;
  87. text-align: left; */
  88. cursor: pointer;
  89. margin-right:76rpx;
  90. }
  91. .item-Tops{
  92. color:#41414C;
  93. font-size:36rpx;
  94. margin:30rpx 0;
  95. font-weight:700;
  96. }
  97. .li-item-icon {
  98. width: 64rpx;
  99. height: 64rpx;
  100. }
  101. .li-item-text {
  102. text-align:center;
  103. font-size: 28rpx;
  104. color: #41414C;
  105. width:120rpx;
  106. margin:20rpx 0;
  107. font-weight:500;
  108. }
  109. .li-circles{
  110. color: #41414C;
  111. }
  112. .footer-box-btn{
  113. color: #41414C;
  114. }