home.wxss 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  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 0;
  53. text-align:center;
  54. }
  55. .li-item-bgc{
  56. text-align:center;
  57. line-height:108rpx;
  58. width:108rpx;
  59. height:108rpx;
  60. background:rgba(204,228,255,1);
  61. border-radius:45rpx;
  62. padding:10rpx;
  63. }
  64. .li-item-bgc1{
  65. text-align:center;
  66. line-height:108rpx;
  67. width:108rpx;
  68. height:108rpx;
  69. background:rgba(255,215,203,1);
  70. border-radius:45rpx;
  71. padding:10rpx;
  72. }
  73. .li-item-bgc2{
  74. text-align:center;
  75. line-height:108rpx;
  76. width:108rpx;
  77. height:108rpx;
  78. background:rgba(255,209,224,1);
  79. border-radius:45rpx;
  80. padding:10rpx;
  81. }
  82. .li-item {
  83. display:inline-block;
  84. width:33.333%;
  85. text-align: left;
  86. cursor: pointer;
  87. height: 110rpx;
  88. }
  89. .item-Tops{
  90. color:#41414C;
  91. font-size:36rpx;
  92. margin:30rpx 0;
  93. font-weight:700;
  94. }
  95. .li-item-icon {
  96. width: 90rpx;
  97. height: 90rpx;
  98. }
  99. .li-item-text {
  100. text-align:center;
  101. font-size: 28rpx;
  102. color: #41414C;
  103. height: 40rpx;
  104. width:120rpx;
  105. }
  106. .li-circles{
  107. color: #41414C;
  108. }
  109. .footer-box-btn{
  110. color: #41414C;
  111. }