css.less 6.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278
  1. .car-select {
  2. .select-step {
  3. display: flex;
  4. border: 1px solid rgba(225, 225, 225, 1);
  5. .select-step-item {
  6. font-size: 14px;
  7. font-family: PingFangSC-Medium, PingFang SC;
  8. font-weight: 500;
  9. padding: 10px 0;
  10. color: rgba(153, 153, 153, 1);
  11. width: 240px;
  12. height: 20px;
  13. background: rgba(242, 242, 242, 1);
  14. position: relative;
  15. text-align: center;
  16. vertical-align: sub;
  17. > span {
  18. margin-right: 10px;
  19. width: 20px;
  20. height: 20px;
  21. border-radius: 50%;
  22. color: rgba(255, 255, 255, 1);
  23. display: inline-block;
  24. background: rgba(221, 221, 221, 1);
  25. }
  26. &.active {
  27. background: white;
  28. color: rgba(38, 150, 92, 1);
  29. > span {
  30. background-color: rgba(38, 150, 92, 1);
  31. }
  32. .indicator {
  33. &:after {
  34. border-color: transparent transparent transparent white;
  35. }
  36. }
  37. }
  38. .indicator {
  39. position: absolute;
  40. top: -1px;
  41. left: 240px;
  42. display: block;
  43. content: '';
  44. width: 0;
  45. height: 0;
  46. border: 21px solid;
  47. z-index: 10;
  48. border-color: transparent transparent transparent #E1E1E1;
  49. &:after {
  50. position: absolute;
  51. top: -20px;
  52. left: -22px;
  53. display: block;
  54. content: '';
  55. width: 0;
  56. height: 0;
  57. border: 20px solid;
  58. z-index: 9;
  59. border-color: transparent transparent transparent #F2F2F2;
  60. }
  61. }
  62. }
  63. }
  64. .select-container {
  65. .select-title {
  66. height: 30px;
  67. background: rgba(242, 242, 242, 1);
  68. line-height: 30px;
  69. padding-left: 15px;
  70. position: relative;
  71. font-size: 13px;
  72. font-family: PingFangSC-Medium, PingFang SC;
  73. font-weight: 500;
  74. color: rgba(0, 0, 0, 1);
  75. margin: 7px 0;
  76. &:before {
  77. width: 5px;
  78. height: 30px;
  79. display: block;
  80. content: '';
  81. background: rgba(39, 150, 93, 1);
  82. position: absolute;
  83. left: 0;
  84. }
  85. }
  86. .select-wrapper {
  87. display: flex;
  88. justify-content: space-between;
  89. flex-wrap: wrap;
  90. .select-item {
  91. margin: 7px 0;
  92. width: 310px;
  93. height: 40px;
  94. border: 1px solid rgba(225, 225, 225, 1);
  95. font-size: 13px;
  96. font-weight: 400;
  97. color: rgba(0, 0, 0, 1);
  98. line-height: 40px;
  99. text-align: center;
  100. cursor: pointer;
  101. &.selected {
  102. color: #26965C;
  103. border: 1px solid #26965C;
  104. }
  105. }
  106. }
  107. }
  108. }
  109. .add-template-main {
  110. padding: 20px;
  111. display: flex;
  112. .template-phone {
  113. width: 375px;
  114. height: 667px;
  115. background: rgba(247, 247, 247, 1);
  116. border: 1px solid rgba(238, 238, 238, 1);
  117. .template-phone-vip{
  118. background-size: contain;
  119. height: 90px;
  120. padding:15px 20px;
  121. color:rgba(255,255,255,1);
  122. &.vip-bg-blue{
  123. background: url("./image/bg_mob_vip_blue.png") no-repeat;
  124. }
  125. &.vip-bg-yellow{
  126. background: url("./image/bg_mob_vip_yellow.png") no-repeat;
  127. }
  128. &.vip-bg-green{
  129. background: url("./image/bg_mob_vip_green.png") no-repeat;
  130. }
  131. .template-phone-vip-title{
  132. font-size:15px;
  133. font-weight:500;
  134. }
  135. .template-phone-vip-info{
  136. padding-top: 10px;
  137. font-size:12px;
  138. >span{
  139. font-size: 24px;
  140. }
  141. }
  142. .template-phone-vip-footer{
  143. padding-top: 5px;
  144. font-size:12px;
  145. text-align: right;
  146. }
  147. }
  148. .template-phone-title {
  149. height: 62px;
  150. background: url("./image/djq_title.png") no-repeat;
  151. background-size: contain;
  152. border-bottom: 1px solid rgba(238, 238, 238, 1);
  153. }
  154. .template-phone-djq-list{
  155. background-color: #fff;
  156. padding:20px 10px;
  157. .template-phone-djq-list-item{
  158. background:rgba(255,255,255,1);
  159. box-shadow: 0px 0px 20px #f0f0f0;
  160. .template-phone-djq-list-item-t{
  161. display: flex;
  162. padding: 15px 20px;
  163. .djq{
  164. width:109px;
  165. background-color: #3F94F7;
  166. border-radius: 5px;
  167. position: relative;
  168. font-size:12px;
  169. font-weight:400;
  170. color:rgba(255,255,255,1);
  171. text-align: center;
  172. padding: 12px 0;
  173. >span{
  174. display: block;
  175. font-size:20px;
  176. font-weight:500;
  177. color:rgba(255,255,255,1);
  178. padding-bottom: 5px;
  179. }
  180. &:after{
  181. content: "";
  182. position: absolute;
  183. top: -20px;
  184. display: block;
  185. width: 10px;
  186. height: 100%;
  187. margin-top: 20px;
  188. background-size: 20px 10px;
  189. right: 0px;
  190. background-color: #3F94F7;
  191. background-position: 100% 15%;
  192. background-image: linear-gradient(-45deg, #fff 25%, transparent 25%, transparent),
  193. linear-gradient(-135deg, #fff 25%, transparent 25%, transparent),
  194. linear-gradient(-45deg, transparent 75%, #fff 75%),
  195. linear-gradient(-135deg, transparent 75%, #fff 75%);
  196. }
  197. }
  198. .djq-msg{
  199. padding: 10px 20px;
  200. >p{
  201. font-size:15px;
  202. font-weight:500;
  203. color:rgba(51,51,51,1);
  204. padding-bottom: 15px;
  205. }
  206. >span{
  207. font-size:12px;
  208. font-weight:400;
  209. color:rgba(153,153,153,1);
  210. }
  211. }
  212. }
  213. .template-phone-djq-list-item-b{
  214. border-top: 1px solid rgba(238, 238, 238, 1);
  215. text-align: right;
  216. padding-right: 16px;
  217. height: 40px;
  218. line-height: 40px;
  219. font-size:12px;
  220. font-weight:400;
  221. color:rgba(153,153,153,1)
  222. }
  223. }
  224. }
  225. }
  226. .template-info{
  227. margin-left: 40px;
  228. width:663px;
  229. height:627px;
  230. border:1px solid rgba(238,238,238,1);
  231. position: relative;
  232. padding: 20px;
  233. &:before{
  234. position: absolute;
  235. top: 120px;
  236. left: -22px;
  237. display: block;
  238. content: '';
  239. width: 40px;
  240. height: 40px;
  241. background: url("./image/info-jt.png") no-repeat;
  242. }
  243. .template-info-p{
  244. font-size:16px;
  245. font-weight:500;
  246. color:rgba(38,150,92,1);
  247. padding-left: 10px;
  248. position: relative;
  249. &:before{
  250. position: absolute;
  251. top: 5px;
  252. left: 3px;
  253. display: block;
  254. content: '';
  255. width:3px;
  256. height:13px;
  257. background:rgba(38,150,92,1);
  258. }
  259. }
  260. }
  261. }