vipcard.css 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294
  1. .vipcard .panel{
  2. background: #FFFFFF;
  3. border: 1px solid #E6E6E6;
  4. box-shadow: 0 0 3px 1px rgba(0,0,0,0.05);
  5. border-radius: 3px;
  6. margin: 10px 15px;
  7. padding: 15px;
  8. }
  9. .btnweizhi{
  10. margin: 10px 15px;
  11. height: 54px;
  12. line-height: 54px;
  13. background-image: linear-gradient(90deg, #7ED0FF 0%, #48A3FE 100%);
  14. border-radius: 3px;
  15. color: #fff;
  16. font-size: 15px;
  17. padding: 0 15px;
  18. }
  19. .btnweizhi .dc_hd{
  20. overflow: hidden;
  21. text-overflow: ellipsis;
  22. white-space: nowrap;
  23. padding: 0 10px;
  24. }
  25. .vipcard .vipinfo .pic{
  26. border: 1px solid #A6C7E7;
  27. border-radius: 50%;
  28. width: 52px;
  29. height: 52px;
  30. overflow: hidden;
  31. margin-right: 12px;
  32. }
  33. .vipcard .vipinfo .name{
  34. font-size: 17px;
  35. color: #333333;
  36. line-height: 24px;
  37. }
  38. .vipcard .vipinfo .other{
  39. font-size: 13px;
  40. color: #666666;
  41. height: 20px;
  42. line-height: 20px;
  43. margin-top: 5px;
  44. }
  45. .vipcard .vipinfo .other span{
  46. display: inline-block;
  47. background: #FFFFFF;
  48. border: 1px solid #48A3FE;
  49. border-radius: 10px;
  50. height: 20px;
  51. padding: 0 5px;
  52. font-size: 12px;
  53. line-height: 18px;
  54. color: #48A3FE;
  55. margin-left: 5px;
  56. }
  57. .vipcard .vipinfo .other span i{
  58. font-size: 12px;
  59. }
  60. .vipcard .vipinfo .txt{
  61. background: #FCFEFF;
  62. border: 1px solid #A6C7E7;
  63. border-radius: 4px;
  64. padding: 15px;
  65. font-size: 15px;
  66. color: #333333;
  67. line-height: 24px;
  68. position: relative;
  69. margin-top: 15px;
  70. position: relative;
  71. }
  72. .vipcard .vipinfo .txt:before{
  73. position: absolute;
  74. content: '';
  75. width: 13px;
  76. height: 8px;
  77. background: url(../images/dialog_upicon.png) no-repeat center center / 13px 8px;
  78. left: 14px;
  79. top:-8px;
  80. }
  81. /*.vipcard .vipinfo .txt .arrow {
  82. position: absolute;
  83. width: 0;
  84. height: 0;
  85. border-color: transparent;
  86. border-bottom-color: transparent;
  87. border-style: solid;
  88. top: 0;
  89. left: 50%;
  90. margin-left: -5px;
  91. border-width: 0 5px 5px;
  92. border-bottom-color: #A6C7E7;
  93. }*/
  94. .vipcard .panel .Ttitle{
  95. margin: -15px -15px 0;
  96. font-size: 15px;
  97. color: #48A3FE;
  98. border-bottom: 1px solid #E6E6E6;
  99. height: 54px;
  100. line-height: 54px;
  101. text-align: center;
  102. }
  103. .vipcard .panel .Ttitle i{
  104. display: inline-block;
  105. width: 21px;
  106. height: 21px;
  107. text-align: center;
  108. line-height: 21px;
  109. color: #fff;
  110. font-size: 15px;
  111. font-style: normal;
  112. background: url(../images/xh.png) no-repeat center center / 21px 21px;
  113. margin-right: 5px;
  114. }
  115. .vipcard .lineform{
  116. margin-top: 15px;
  117. }
  118. .vipcard .lineform .type{
  119. font-size: 14px;
  120. color: #666666;
  121. margin-right: 18px;
  122. }
  123. .vipcard .lineform input,.vipcard .lineform select{
  124. background-color: #F8F8F8;
  125. border: 1px solid #CCCCCC !important;
  126. border-radius: 4px;
  127. height: 38px;
  128. padding: 0 10px;
  129. margin: 0;
  130. font-size: 14px;
  131. position: relative;
  132. }
  133. .vip2typeselect{
  134. font-size: 16px;
  135. color: #CCCCCC;
  136. margin: 20px auto 15px;
  137. }
  138. .vip2typeselect .active{
  139. color: #48A3FE;
  140. }
  141. .vip2typeselect .active .icon-vip-xz {
  142. background: url(../images/icon-vip-xz1.png) no-repeat center center/0.4rem 0.4rem;
  143. }
  144. .vipcard .panelbttom{
  145. padding: 15px;
  146. }
  147. .vipcard .panelbttom .txt-tiaokuan{
  148. margin-bottom: 10px;
  149. }
  150. .locationbox .Ttitle{
  151. height: 38px;
  152. line-height: 38px;
  153. padding: 0 15px;
  154. font-size: 15px;
  155. color: #999999;
  156. }
  157. .locationbox .Ttitle i.iconfont{
  158. margin-right: 5px;
  159. }
  160. .locationbox .panel{
  161. background: #fff;
  162. }
  163. .locationbox .panel .list{
  164. position: relative;
  165. padding: 15px;
  166. }
  167. .locationbox .panel .list .dc_hd{
  168. font-size: 15px;
  169. color: #333333;
  170. line-height: 21px;
  171. }
  172. .locationbox .panel .list .dc_time{
  173. font-size: 12px;
  174. color: #999999;
  175. margin-left: 18px;
  176. }
  177. .locationbox .panel .list .addr{
  178. font-size: 12px;
  179. color: #999999;
  180. margin-top: 10px;
  181. }
  182. .locationbox .panel .list+.list:after{
  183. position: absolute;
  184. content: '';
  185. left:15px;
  186. right: 0px;
  187. top: 0;
  188. height: 1px;
  189. background: #e6e6e6;
  190. -webkit-transform: scaleY(.5);
  191. transform: scaleY(.5);
  192. }
  193. .vipcard .panel .infobox{
  194. background: #F8F8F8;
  195. border-radius: 4px;
  196. padding: 0 10px;
  197. margin-top: 10px;
  198. }
  199. .vipcard .panel .infobox .T{
  200. font-size: 13px;
  201. color: #999999;
  202. padding: 9px 0;
  203. line-height: 18px;
  204. border-bottom: 1px solid #E6E6E6;
  205. }
  206. .vipcard .panel .infobox .dc_flex{
  207. padding: 15px 0;
  208. }
  209. .vipcard .panel .infobox .dc_flex .pic,.vipcard .panel .infobox .dc_flex .pic img{
  210. height: 54px;
  211. width: 54px;
  212. border-radius: 50%;
  213. overflow: hidden;
  214. }
  215. .vipcard .panel .infobox .dc_flex .dc_hd{
  216. font-size: 14px;
  217. color: #333333;
  218. line-height: 25px;
  219. margin-left: 15px;
  220. }
  221. .vipcard .lineform select,.vipcard .lineform input[disabled='disabled']{
  222. appearance:none;
  223. -moz-appearance:none;
  224. -webkit-appearance:none;
  225. background:#F8F8F8 url(../images/downicon.png) no-repeat center right / 18px 6px;
  226. padding-right: 18px;
  227. }
  228. .viptypeshow .list .mui-numbox{
  229. display: none;
  230. }
  231. .viptypeshow .list.active .mui-numbox{
  232. display: block;
  233. width: 100px;
  234. padding: 0 30px;
  235. }
  236. .viptypeshow .list .mui-numbox .mui-input-numbox{
  237. color: #333;
  238. }
  239. .viptypeshow .list .mui-numbox{
  240. height: 30px;
  241. }
  242. .viptypeshow .mui-numbox [class*=btn-numbox]{
  243. width: 30px;
  244. }
  245. .search_c{
  246. background: #fff;
  247. border-bottom: 1px solid #e6e6e6;
  248. }
  249. .search_c .so_txt{
  250. margin-left: 10px;
  251. margin-right: 3px;
  252. font-size: 17px;
  253. color: #3399FF;
  254. display: none;
  255. }
  256. .search_c .so_txt span{
  257. display: inline-block;
  258. height: 34px;
  259. line-height: 34px;
  260. padding: 0 5px;
  261. }
  262. .search_c {
  263. padding: 12px 15px;
  264. background: #FAFAFA;
  265. }
  266. .search_c input {
  267. height: 34px;
  268. line-height: 32px;
  269. border-radius: 17px;
  270. border: none;
  271. border: 1px solid #E6E6E6;
  272. font-size: 13px;
  273. padding-left: 35px;
  274. background: #F3F3F3 url(../images/so_icon.png) no-repeat 10px center / 15px 15px;
  275. margin: 0;
  276. }
  277. .read_so_nolsit {
  278. padding: 120px 0;
  279. }
  280. .read_so_nolsit img {
  281. width: 1.48rem;
  282. margin: 0 auto;
  283. }