index.module.less 8.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253
  1. .recommendation{
  2. &.follow{
  3. .head{
  4. background: url("/src/page-instrument/header-top/image/headImg1.png") no-repeat;
  5. background-size: 100% 100%;
  6. }
  7. .content{
  8. background: #ACDDEA;
  9. box-shadow: 0px 4px 0px 0px #5EA2B9;
  10. .conBox{
  11. background: #E3F3F5;
  12. }
  13. }
  14. }
  15. &.evaluating{
  16. .head{
  17. width: 394px;
  18. height: 62px;
  19. margin-bottom: -3px;
  20. background: url("/src/page-instrument/header-top/image/headImg2.png") no-repeat;
  21. background-size: 100% 100%;
  22. .headTit{
  23. bottom: 11px;
  24. }
  25. .closeImg{
  26. top: 2px;
  27. right: -26px;
  28. }
  29. }
  30. .content{
  31. background: #B0CDFF;
  32. box-shadow: 0px 4px 0px 0px #759CE4;
  33. .conBox{
  34. background: #EAF1FB;
  35. }
  36. }
  37. }
  38. .head{
  39. background: url("/src/page-instrument/header-top/image/headImg.png") no-repeat;
  40. background-size: 100% 100%;
  41. width: 372px;
  42. height: 57px;
  43. position: relative;
  44. .headTit{
  45. position: absolute;
  46. bottom: 8px;
  47. left: 50%;
  48. transform: translateX(-50%);
  49. width: 76px;
  50. height: 20px;
  51. }
  52. .closeImg{
  53. position: absolute;
  54. top: 0;
  55. right: -38px;
  56. width: 32px;
  57. height: 32px;
  58. cursor: pointer;
  59. }
  60. }
  61. .content{
  62. width: 354px;
  63. height: 284px;
  64. background: #B0D8FF;
  65. box-shadow: 0px 4px 0px 0px #7AAEE0;
  66. border-radius: 0px 0px 24px 24px;
  67. margin: 0 auto;
  68. padding: 10px;
  69. .conBox{
  70. width: 100%;
  71. height: 100%;
  72. background: #EAF2FB;
  73. border-radius: 12px;
  74. overflow-y: auto;
  75. padding: 10px;
  76. &::-webkit-scrollbar {
  77. width: 0;
  78. display: none;
  79. }
  80. .rowCon{
  81. display: flex;
  82. align-items: center;
  83. justify-content: space-between;
  84. .tit{
  85. margin-right: 2px;
  86. font-family: PingFangSC, PingFang SC;
  87. font-weight: 500;
  88. font-size: 13px;
  89. color: #B6C4D2;
  90. }
  91. }
  92. .dropdownMenu{
  93. width: 138px;
  94. position: relative;
  95. :global{
  96. .van-dropdown-menu__bar{
  97. height: 30px;
  98. background: #FFFFFF;
  99. border-radius: 15px;
  100. box-shadow: initial;
  101. .van-dropdown-menu__item{
  102. padding: 0 12px;
  103. }
  104. .van-dropdown-menu__title{
  105. --van-gray-4: #AAAAAA;
  106. font-weight: 500;
  107. font-size: 14px;
  108. color: #AAAAAA;
  109. padding: 0 10px 0 0;
  110. &::after{
  111. right: 0;
  112. opacity: initial;
  113. }
  114. }
  115. }
  116. .recommendationDropdownItem{
  117. top: 106px !important;
  118. left: 14px;
  119. width: 172px;
  120. .van-dropdown-item__content{
  121. margin: 6px 0 0 10px;
  122. width: 152px;
  123. max-height:162px;
  124. padding: 0 10px;
  125. background: #FFFFFF;
  126. box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.1);
  127. border-radius: 12px;
  128. .van-cell{
  129. margin-top: 6px;
  130. padding: 0;
  131. font-weight: 400;
  132. font-size: 13px;
  133. color: #777777;
  134. line-height: 32px;
  135. text-align: center;
  136. &::after{
  137. border: none;
  138. }
  139. &:last-child{
  140. margin-bottom: 6px;
  141. }
  142. &.van-dropdown-item__option--active{
  143. background: #F2FAFF;
  144. border-radius: 8px;
  145. color: #1CACF1;
  146. font-weight: 600;
  147. }
  148. .van-cell__value{
  149. display: none;
  150. }
  151. }
  152. }
  153. }
  154. }
  155. &.currItem{
  156. :global{
  157. .van-dropdown-menu__bar .van-dropdown-menu__title{
  158. color: #1CACF1;
  159. --van-gray-4:#1CACF1;
  160. }
  161. }
  162. }
  163. }
  164. .field{
  165. margin-top: 10px;
  166. height: 80px;
  167. background: #FFFFFF;
  168. border-radius: 12px;
  169. padding: 10px;
  170. :global{
  171. .van-field__control{
  172. font-weight: 500;
  173. font-size: 14px;
  174. color: #131415;
  175. caret-color: #1cacf1;
  176. &::placeholder {
  177. font-weight: 400;
  178. font-size: 14px;
  179. color: #AAAAAA;
  180. }
  181. }
  182. }
  183. }
  184. .uploader{
  185. margin-top: 10px;
  186. display: block;
  187. :global{
  188. .van-uploader__preview{
  189. margin: 0 8px 0 0;
  190. &:nth-child(5){
  191. margin-right: 0;
  192. }
  193. .van-uploader__preview-image{
  194. width: 56px;
  195. height: 56px;
  196. border-radius: 6px;
  197. }
  198. .van-uploader__preview-delete--shadow{
  199. width: 14px;
  200. height: 14px;
  201. border-radius: 50%;
  202. right: 3px;
  203. top: 3px;
  204. background:rgba(0,0,0,0.4);
  205. display: flex;
  206. justify-content: center;
  207. align-items: center;
  208. .van-uploader__preview-delete-icon{
  209. transform:initial;
  210. position:initial;
  211. font-size: 12px;
  212. }
  213. }
  214. }
  215. }
  216. .uploaderbox{
  217. width: 56px;
  218. height: 56px;
  219. background: #FFFFFF;
  220. border-radius: 6px;
  221. border: 1px dashed #D9D9D9;
  222. display: flex;
  223. flex-direction: column;
  224. justify-content: center;
  225. align-items: center;
  226. .img{
  227. width: 22px;
  228. height: 22px;
  229. margin-bottom: 2px;
  230. }
  231. >div{
  232. font-weight: 400;
  233. font-size: 10px;
  234. color: #777777;
  235. }
  236. }
  237. }
  238. .btnCon{
  239. margin-top: 16px;
  240. display: flex;
  241. justify-content: center;
  242. .img{
  243. cursor: pointer;
  244. width: 118px;
  245. height: 39px;
  246. &:first-child{
  247. margin-right: 20px;
  248. }
  249. }
  250. }
  251. }
  252. }
  253. }