zutuan.css 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344
  1. .zutuanbox{
  2. background: #a1ce00;
  3. position: absolute;
  4. top: 0;
  5. right: 0;
  6. bottom: 0;
  7. left: 0;
  8. z-index: 1;
  9. overflow-y: auto;
  10. -webkit-overflow-scrolling: touch;
  11. }
  12. .zutuanbox .ban{
  13. height: 7.04rem;
  14. width: 100%;
  15. background: url(../images/zutuan/zt_ban.png) no-repeat center top / 100% 7.04rem;
  16. }
  17. .zutuanbox .gz_txt {
  18. background: #96C200;
  19. border-radius: 4px;
  20. margin: 20px 15px;
  21. padding: 20px 15px;
  22. color: #fff;
  23. font-size: 14px;
  24. line-height: 22px;
  25. }
  26. .zutuanbox .gz_txt p+p{
  27. margin-top: 5px;
  28. }
  29. .zutuanbox .gz_txt .gz{
  30. width: 85px;
  31. height: 30px;
  32. border:1px solid #fff;
  33. text-align: center;
  34. line-height: 28px;
  35. font-size: 14px;
  36. margin:0 auto 15px !important;
  37. }
  38. .zutuan_nr{
  39. margin-bottom: 20px;
  40. background: #fff;
  41. margin-left: 15px;
  42. margin-right: 15px;
  43. padding: 20px 15px 15px 15px;
  44. }
  45. .zutuan_nr .Tinfo .pic{
  46. margin-right: 0.37rem;
  47. }
  48. .zutuan_nr .Tinfo .pic img{
  49. width: 1.78rem;
  50. height: 1.78rem;
  51. }
  52. .zutuan_nr .Tinfo .title{
  53. font-size: 17px;
  54. color: #333333;
  55. }
  56. .zutuan_nr .Tinfo .info{
  57. font-size: 14px;
  58. color: #999999;
  59. }
  60. .zutuan_nr .Tinfo .info span{
  61. color: red;
  62. }
  63. .zutuan_nr .Tinfo .info span i{
  64. font-style: normal;
  65. font-size: 22px;
  66. }
  67. .zutuan_nr .Tinfo .info del{
  68. margin-left: 20px;
  69. color: #999999;
  70. }
  71. .weui-loadmore_line {
  72. border-top: 1px solid #E5E5E5;
  73. margin-top: 2.4em;
  74. }
  75. .weui-loadmore {
  76. width: 100%;
  77. margin: 1.5em auto;
  78. line-height: 1.6em;
  79. font-size: 14px;
  80. text-align: center;
  81. }
  82. .weui-loadmore__tips {
  83. display: inline-block;
  84. vertical-align: middle;
  85. position: relative;
  86. top: -0.9em;
  87. padding: 0 .55em;
  88. background-color: #FFFFFF;
  89. color: #999999;
  90. }
  91. .zutuan_nr .weui-loadmore_line{
  92. margin: 40px 0 0px;
  93. }
  94. .zutuan_item{
  95. font-size: 0;
  96. margin: 0 -5px;
  97. }
  98. .zutuan_item .pic{
  99. width: 20%;
  100. display: inline-block;
  101. text-align: center;
  102. font-size: 0;
  103. margin-top: 15px;
  104. position: relative;
  105. }
  106. .zutuan_item .pic span{
  107. display: block;
  108. width: 44px;
  109. height: 18px;
  110. line-height: 18px;
  111. text-align: center;
  112. font-size: 12px;
  113. color: #5F3400;
  114. background: #FFCC00;
  115. border-radius: 9px;
  116. position: absolute;
  117. bottom: -5px;
  118. left: 50%;
  119. margin-left: -22px;
  120. }
  121. .zutuan_item .pic img{
  122. width: 0.96rem;
  123. height: 0.96rem;
  124. display: inline-block;
  125. border-radius: 50px;
  126. }
  127. /*.zutuan_item .pic:nth-child(5n+0){
  128. text-align: right;
  129. }
  130. .zutuan_item .pic:nth-child(5n+1){
  131. text-align: left;
  132. }*/
  133. .zutuan_nr{
  134. position: relative
  135. }
  136. .zutuan_nr .btn_yaoqing{
  137. background: #FFCC00;
  138. box-shadow: 0 1px 6px 0 rgba(255,133,0,0.50);
  139. border-radius: 100px;
  140. font-size: 15px;
  141. color: #5F3400;
  142. width: 4.13rem;
  143. height: 0.8rem;
  144. line-height: 0.8rem;
  145. text-align: center;
  146. margin: 0.6rem auto 0.3rem;
  147. display: block;
  148. }
  149. .zutuan_nr .btn_kaituan {
  150. border: 1px solid #FFCC00;
  151. border-radius: 52px;
  152. height: 0.58rem;
  153. width: 1.78rem;
  154. text-align: center;
  155. line-height: 0.58rem;
  156. color: #FFCC00;
  157. font-size: 14px;
  158. display: block;
  159. margin: 20px auto 0;
  160. }
  161. .zutuan_nr .tipstxt{
  162. text-align: center;
  163. font-size: 13px;
  164. color: #999999;
  165. }
  166. .zutuanbox .title_zutuan{
  167. width: 2.66rem;
  168. height: 1.08rem;
  169. background: url(../images/zutuan/title_bg.png) center center / 2.66rem 1.08rem;
  170. margin: 0.64rem auto 0.26rem;
  171. line-height: 0.68rem;
  172. text-align: center;
  173. font-size: 16px;
  174. color: #603400;
  175. }
  176. .zutuanbox .zekouma{
  177. font-size: 15px;
  178. color: #F6A623;
  179. text-align: center;
  180. margin: 0.5rem auto 0.28rem;
  181. }
  182. .zutuanbox .zekouma span{
  183. font-size: 29px;
  184. }
  185. .zutuanbox .ztcgpic{
  186. position: absolute;
  187. bottom: 1.55rem;
  188. right: -15px;
  189. }
  190. .zutuanbox .ztcgpic img{
  191. width: 2.11rem;
  192. height: 1.64rem;
  193. }
  194. .kaituan_info,.kaituan_yq{
  195. overflow: inherit;
  196. }
  197. .kaituan_yq{
  198. background-color: transparent ;
  199. }
  200. .kaituan_info .close,.kaituan_yq .close{
  201. position: absolute;
  202. right: 0;
  203. width: 21px;
  204. height: 21px;
  205. top: -36px;
  206. }
  207. .kaituan_yq p.txt{
  208. text-align: center;
  209. font-size: 19px;
  210. color: #FFFFFF;
  211. line-height: 29px;
  212. text-shadow: 0 1px 2px rgba(0,0,0,0.50);
  213. margin-top: 15px;
  214. }
  215. .kaituan_info .infobox{
  216. padding: 0 20px 20px 20px;
  217. }
  218. .kaituan_info .title{
  219. height: 1.14rem;
  220. border-bottom: 1px solid #e6e6e6;
  221. font-size: 14px;
  222. color: #666666;
  223. line-height: 1.14rem;
  224. }
  225. .kaituan_info .infobox input{
  226. border: none;
  227. margin: 0;
  228. padding: 0 10px;
  229. border-bottom: 1px solid #e6e6e6;
  230. height: 34px;
  231. font-size: 15px;
  232. color: #333333;
  233. }
  234. .kaituan_info .infobox .dc_flex{
  235. margin-top: 15px;
  236. }
  237. .kaituan_info .infobox .dc_flex .type{
  238. margin-right: 15px;
  239. font-size: 15px;
  240. color: #333333;
  241. }
  242. .kaituan_info .infobox .tj_btn{
  243. background: #FFCC00;
  244. box-shadow: 0 1px 6px 0 rgba(255,133,0,0.50);
  245. width: 2.94rem;
  246. height: 0.68rem;
  247. line-height: 0.68rem;
  248. border-radius: 0.34rem;
  249. text-align: center;
  250. display: block;
  251. font-size: 15px;
  252. color: #5F3400;
  253. margin-top: 0.6rem;
  254. margin-left:auto ;
  255. margin-right:auto ;
  256. }
  257. .zutuanbox .step_kt .jt img{
  258. width: 0.52rem;
  259. }
  260. .zutuanbox .step_kt .dc_flex_icon .dc_hd{
  261. width: 1.25rem;
  262. height: 0.56rem;
  263. text-align: center;
  264. line-height: 0.56rem;
  265. font-size: 14px;
  266. color: #FFFFFF;
  267. background: url(../images/zutuan/stepbg.png) no-repeat center center / 1.25rem 0.56rem;
  268. margin: 0 15px;
  269. }
  270. .zutuanbox .dc_flex_txt {
  271. margin-top: 10px;
  272. }
  273. .zutuanbox .dc_flex_txt .dc_hd{
  274. font-size: 14px;
  275. color: #5F3300;
  276. text-align: center;
  277. }
  278. .zt_youhuibox{
  279. padding-top: 15px;
  280. padding-bottom: 50px;
  281. }
  282. .zt_youhuibox .zt_ing{
  283. height: 10px;
  284. width: 100%;
  285. background: url(../images/zt_ing.png) no-repeat center center /100% 10px;
  286. position: relative;
  287. }
  288. i{
  289. font-style: normal;
  290. }
  291. .kd{
  292. width: 36px;
  293. line-height: 2;
  294. height: 34px;
  295. text-align: center;
  296. color: #fff;
  297. font-size: 13px;
  298. background: url(../images/zt_zb.png) no-repeat center center / 36px 34px;
  299. position: absolute;
  300. top: 0;
  301. margin-left: -18px;
  302. z-index: 10;
  303. }
  304. .kd_yh{
  305. width: 60px;
  306. text-align: center;
  307. font-size: 12px;
  308. color: #666666;
  309. text-align: center;
  310. line-height: 20px;
  311. position: absolute;
  312. top: 0px;
  313. padding-top: 30px;
  314. }
  315. .kd_yh:after{
  316. height: 20px;
  317. width: 2px;
  318. background: #FFCC00;
  319. position: absolute;
  320. left: 50%;
  321. top: 0;
  322. content: '';
  323. margin-left: -1px;
  324. }
  325. .zt_txt2{
  326. font-size: 14px;
  327. color: #999999;
  328. line-height: 22px;
  329. text-align: center;
  330. }
  331. .zt_txt1{
  332. font-size: 15px;
  333. color: #F6A623;
  334. text-align: center;
  335. margin-top: 20px;
  336. margin-bottom:10px ;
  337. }
  338. .zt_txt1 span{
  339. font-size: 29px;
  340. }