cate-two.wxss 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  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. .power-tags.data-v-7bce31c4 {
  17. font-size: 20rpx;
  18. color: #0EB5F1;
  19. margin: 20rpx auto;
  20. text-align: center;
  21. border-radius: 8rpx;
  22. background-color: #DDF6FF;
  23. height: 36rpx;
  24. line-height: 36rpx;
  25. }
  26. .cate-two .aside.data-v-7bce31c4 {
  27. width: 180rpx;
  28. flex: none;
  29. height: 100%;
  30. }
  31. .cate-two .aside .one-item.data-v-7bce31c4 {
  32. position: relative;
  33. text-align: center;
  34. padding: 26rpx 10rpx;
  35. }
  36. .cate-two .aside .one-item.active.data-v-7bce31c4 {
  37. color: #FF2C3C;
  38. font-size: 26rpx;
  39. font-weight: bold;
  40. }
  41. .cate-two .aside .one-item .active-line.data-v-7bce31c4 {
  42. position: absolute;
  43. width: 6rpx;
  44. height: 30rpx;
  45. left: 4rpx;
  46. top: 50%;
  47. -webkit-transform: translateY(-50%);
  48. transform: translateY(-50%);
  49. }
  50. .cate-two .main.data-v-7bce31c4 {
  51. height: 100%;
  52. flex: 1;
  53. }
  54. .cate-two .main .main-wrap.data-v-7bce31c4 {
  55. position: relative;
  56. padding: 20rpx 20rpx 0;
  57. }
  58. .cate-two .main .main-wrap .two-item.data-v-7bce31c4 {
  59. border-radius: 10rpx;
  60. }
  61. .cate-two .main .main-wrap .two-item .title.data-v-7bce31c4 {
  62. height: 90rpx;
  63. padding: 0 20rpx;
  64. }
  65. .cate-two .main .main-wrap .two-item .title .line.data-v-7bce31c4 {
  66. width: 40rpx;
  67. height: 1px;
  68. background-color: #BBBBBB;
  69. }
  70. .cate-two .main .main-wrap .two-item .three-list.data-v-7bce31c4 {
  71. align-items: flex-start;
  72. padding: 0 10rpx;
  73. }
  74. .cate-two .main .main-wrap .two-item .three-list .three-item.data-v-7bce31c4 {
  75. width: 33%;
  76. }
  77. .cate-two .main .main-wrap .two-item .three-list .three-item .text.data-v-7bce31c4 {
  78. text-align: center;
  79. }
  80. .cate-two .main .goods .item.data-v-7bce31c4 {
  81. border-radius: 14rpx;
  82. }