mall.scss 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147
  1. ::v-deep .u-sticky{
  2. // top: 153rpx !important;
  3. }
  4. ::v-deep .u-tabs__wrapper__nav__line{
  5. background: #F7790C!important;
  6. }
  7. .searchAndTab{
  8. background: white;
  9. // background: red;
  10. padding-top: 24rpx;
  11. position: fixed;
  12. width: 100%;
  13. top:173rpx;
  14. // top:152rpx;
  15. // box-shadow: 0px 0px 28px 0px #999;
  16. .searchBox{
  17. padding: 0 32rpx;
  18. }
  19. }
  20. .content{
  21. display: flex;
  22. .leftMenu{
  23. width: 212rpx;
  24. height: calc(100vh - 380rpx);
  25. background:#fff ;
  26. overflow-y: scroll;
  27. .item{
  28. height: 98rpx;
  29. font-size: 28rpx;
  30. font-family: PingFangSC-Regular, PingFang SC;
  31. font-weight: 400;
  32. color: #080F18;
  33. display: flex;
  34. align-items: center;
  35. justify-content: flex-start;
  36. padding: 0 20rpx;
  37. word-wrap: break-word;
  38. word-break: break-all;
  39. position: relative;
  40. }
  41. .halfCircle{
  42. position: absolute;
  43. right: 0rpx;
  44. top: 40rpx;
  45. z-index: 0;
  46. }
  47. .act{
  48. background: #F2F2F2;
  49. }
  50. }
  51. .rightDes2{
  52. width: 100%;
  53. background:#F2F2F2;
  54. padding: 48rpx 0rpx 52rpx 30rpx;
  55. overflow-y: scroll;
  56. box-sizing: border-box;
  57. height: calc(100vh - 380rpx);
  58. .con{
  59. width:100%;
  60. display: flex;
  61. flex-wrap: wrap;
  62. .item{
  63. width: 336rpx;
  64. background: #FFFFFF;
  65. border-radius: 24rpx;
  66. border: 2rpx solid #F1F1F1;
  67. margin-right: 16rpx;
  68. margin-bottom: 24rpx;
  69. .topBox{
  70. position: relative;
  71. // background: red;
  72. height: 292rpx;
  73. border-radius: 24rpx 24rpx 0 0;
  74. image{
  75. width: 100%;
  76. height: 292rpx;
  77. border-radius: 24rpx 24rpx 0 0;
  78. }
  79. }
  80. .bottom{
  81. display: flex;
  82. justify-content: center;
  83. align-items: center;
  84. height: 76rpx;
  85. .txt{
  86. width: 85%;
  87. overflow: hidden;
  88. text-overflow: ellipsis;
  89. white-space: nowrap;
  90. }
  91. }
  92. }
  93. }
  94. }
  95. .rightDes{
  96. width: 100%;
  97. background:#F2F2F2;
  98. padding: 48rpx 28rpx 52rpx 28rpx;
  99. overflow-y: scroll;
  100. box-sizing: border-box;
  101. height: calc(100vh - 380rpx);
  102. .item{
  103. .top{
  104. display: flex;
  105. align-items: center;
  106. justify-content: space-between;
  107. .name{
  108. }
  109. image{
  110. }
  111. }
  112. .bottom{
  113. display: flex;
  114. // justify-content: space-between;
  115. flex-wrap: wrap;
  116. margin-top: 32rpx;
  117. image{
  118. width: 136rpx;
  119. height: 136rpx;
  120. margin-right: 30rpx;
  121. margin-bottom: 30rpx;
  122. border-radius: 12rpx;
  123. }
  124. }
  125. }
  126. }
  127. }
  128. ::v-deep .uni-searchbar__box{
  129. justify-content: flex-start;
  130. }
  131. ::v-deep .uni-searchbar{
  132. padding: 0;
  133. }