index.wxss 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. @charset "UTF-8";
  2. /**
  3. * 这里是uni-app内置的常用样式变量
  4. *
  5. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  6. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  7. *
  8. */
  9. /**
  10. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  11. *
  12. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  13. */
  14. /* 颜色变量 */
  15. /* 字体大小变量 */
  16. /* 行为相关颜色 */
  17. /* 文字基本颜色 */
  18. /* 背景颜色 */
  19. /* 边框颜色 */
  20. /* 尺寸变量 */
  21. /* 文字尺寸 */
  22. /* 图片尺寸 */
  23. /* Border Radius */
  24. /* 水平间距 */
  25. /* 垂直间距 */
  26. /* 透明度 */
  27. /* 文章场景相关 */
  28. .home.data-v-1524273d {
  29. background: url(https://static.caimei365.com/app/mini-hehe/icon/icon-index-bg.png) no-repeat top center;
  30. background-size: 750rpx auto;
  31. background-position-y: -50rpx;
  32. }
  33. .swiper-content.top.data-v-1524273d {
  34. padding-top: 120rpx;
  35. }
  36. .container-section.data-v-1524273d {
  37. width: 100%;
  38. padding: 12rpx 24rpx;
  39. background-color: #f7f7f7;
  40. box-sizing: border-box;
  41. }
  42. .container-section .product-list.data-v-1524273d {
  43. display: flex;
  44. justify-content: space-between;
  45. flex-wrap: wrap;
  46. }
  47. .container-section .product-list .product.data-v-1524273d {
  48. margin: 12rpx 0;
  49. }
  50. .container-section .floor-title.data-v-1524273d {
  51. display: flex;
  52. justify-content: space-between;
  53. align-items: center;
  54. padding: 12rpx 0;
  55. }
  56. .container-section .floor-title .title .name.data-v-1524273d {
  57. font-size: 34rpx;
  58. font-weight: bold;
  59. text-align: left;
  60. line-height: 49rpx;
  61. color: #333;
  62. }
  63. .container-section .floor-title .title .desc.data-v-1524273d {
  64. color: #999999;
  65. font-size: 26rpx;
  66. }
  67. .container-section .floor-title .more text.data-v-1524273d {
  68. font-size: 26rpx;
  69. text-align: right;
  70. line-height: 49rpx;
  71. color: #999999;
  72. }
  73. .container-section .floor-title .more .iconfont.data-v-1524273d {
  74. font-size: 30rpx;
  75. color: #999999;
  76. }
  77. .search-input.data-v-1524273d {
  78. width: 100%;
  79. padding: 24rpx;
  80. box-sizing: border-box;
  81. background: linear-gradient(180deg, #fa55bf 0%, #f8458b 100%);
  82. }
  83. .search-input.fixed.data-v-1524273d {
  84. position: fixed;
  85. top: 0;
  86. left: 0;
  87. z-index: 99;
  88. }
  89. .search-input .search-content.data-v-1524273d {
  90. display: flex;
  91. justify-content: flex-start;
  92. align-items: center;
  93. width: 702rpx;
  94. height: 66rpx;
  95. border-radius: 33rpx;
  96. color: #8a8a8a;
  97. background: #fff;
  98. box-sizing: border-box;
  99. padding: 0 24rpx;
  100. }
  101. .search-input .search-content .iconfont.data-v-1524273d {
  102. font-size: 34rpx;
  103. margin-right: 12rpx;
  104. }
  105. .search-input .search-content .search-text.data-v-1524273d {
  106. font-size: 24rpx;
  107. }