css.css 6.8 KB

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