survey.css 8.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381
  1. /*头部*/
  2. .header{
  3. width: 100%;
  4. height: 1.5rem;
  5. /*background: red;*/
  6. }
  7. .header .header-left{
  8. width: 25%;
  9. height: 1.05rem;
  10. color: white;
  11. /* border: 1px solid green;*/
  12. text-align: center;
  13. line-height: 1.05rem;
  14. }
  15. .header .header-center{
  16. width: 50%;
  17. height: 1.2rem;
  18. /*border: 1px solid red;*/
  19. /* background: url("../images/head.gif") no-repeat;
  20. background-size: 100% 100%;*/
  21. position: relative;
  22. }
  23. .header .header-center .header-title{
  24. text-align: center;
  25. color: #ffffff;
  26. font-size: .4rem;
  27. text-shadow: 0 0 .3rem #00d8ff;
  28. line-height: 1.05rem;
  29. }
  30. .header .header-img{
  31. background: url("../images/head.gif") no-repeat center center;
  32. background-size: 100%;
  33. height: 100%;
  34. width: 100%;
  35. position: absolute;
  36. top: .4rem;
  37. }
  38. .header .header-right{
  39. width: 25%;
  40. height: 1.05rem;
  41. /*border: 1px solid gold;*/
  42. }
  43. .header .header-bottom{
  44. width: calc(100% - .4rem);
  45. height: .16rem;
  46. background: url("../images/header.png") no-repeat;
  47. background-size: calc(100% - .2rem) 100%;
  48. padding: 0 .2rem;
  49. margin-left: .3rem;
  50. }
  51. /*
  52. 内容*/
  53. .center{
  54. padding: .1rem .2rem .1rem .2rem;
  55. }
  56. .center .center-left{
  57. width: 30%;
  58. padding: .1rem;
  59. /* border: 1px solid red;*/
  60. }
  61. .center .center-left .left-top{
  62. width: 100%;
  63. height: 1.8rem;
  64. margin-bottom: .4rem;
  65. /*background: url("../images/panel.png") no-repeat;
  66. background-size: 100% 100%;*/
  67. /*transform-style: preserve-3d;*/
  68. /* border: 0.01rem solid #217093;
  69. position: relative;
  70. overflow: hidden;*/
  71. }
  72. .center .center-left .left-top h1{
  73. color: white;
  74. font-size: .4rem;
  75. transform: rotateX(0deg);
  76. /*display: flex;*/
  77. align-items: center;
  78. margin-bottom: 8px;
  79. position: relative;
  80. -webkit-transform-style: preserve-3d;
  81. -moz-transform-style: preserve-3d;
  82. -ms-transform-style: preserve-3d;
  83. transform-style: preserve-3d;
  84. transform-origin: 50% 50%;
  85. /*transform: rotateX(0deg);*/
  86. /*width: 100%;*/
  87. transition: transform 500ms cubic-bezier(0.15, 0.52, 0.5, 0.9) 0s;
  88. /*height: 24px;*/
  89. /*过渡效果*/
  90. transition: all 1s;
  91. }
  92. /*.center .center-left .left-top h1:hover{
  93. transform: rotateX(360deg);
  94. transition: all 2s;
  95. }*/
  96. .title{
  97. width: 90%;
  98. height: 0.3rem;
  99. /* border: 1px solid gold;*/
  100. position: relative;
  101. top:.1rem;
  102. left: .25rem;
  103. color: white;
  104. padding-left: 0.12rem;
  105. line-height: 0.3rem;
  106. }
  107. .title:before{
  108. width: 0.05rem;
  109. height: 0.25rem;
  110. top: 0.02rem;
  111. position: absolute;
  112. content: "";
  113. background: #59ebe8;
  114. border-radius: 0.02rem;
  115. left: 0;
  116. }
  117. .top-list{
  118. margin-top: .3rem;
  119. padding-left: 2%;
  120. width: calc(100% - .2rem);
  121. }
  122. .top-list span{
  123. display: inline-block;
  124. text-align: center;
  125. padding: 0px 3%;
  126. color: #08faf6;
  127. letter-spacing: 1px;
  128. }
  129. .top-list span p{
  130. line-height: .3rem;
  131. color: #fff;
  132. }
  133. .center .center-left .left-cen{
  134. width: 100%;
  135. height: 2.4rem;
  136. margin-bottom: .4rem;
  137. /*background: url("../images/panel.png") no-repeat;
  138. background-size: 100% 100%;*/
  139. /*border: 0.01rem solid #217093;*/
  140. }
  141. .center .center-left .left-cen .banner{
  142. width: calc(100% - .2rem);
  143. height: calc(100% - .6rem);
  144. margin-left: .1rem;
  145. margin-top: .1rem;
  146. padding: .1rem;
  147. box-sizing: border-box;
  148. overflow: hidden;
  149. }
  150. .center .center-left .left-cen .banner ul{
  151. /*width: calc(100% - .2rem) !important;*/
  152. height: 100%;
  153. }
  154. .center .center-left .left-cen .banner li{
  155. color: white !important;
  156. width: 6rem;
  157. float:left;
  158. height: 100%;
  159. margin-top: .1rem;
  160. }
  161. .center .center-left .left-cen .banner li .list{
  162. color: white !important;
  163. width: 100%;
  164. float:left;
  165. height: 100%;
  166. }
  167. .center .center-left .left-cen .banner li .list .listTxt{
  168. color: white !important;
  169. /*width: 80%;*/
  170. float:left;
  171. height: 100%;
  172. }
  173. .center .center-left .left-cen .banner li .list .listTxt p{
  174. color: #a9e2ff;
  175. font-size: 14px;
  176. line-height: 25px;
  177. }
  178. .center .center-left .left-cen .banner li .list .listImg{
  179. color: white !important;
  180. /*width: 20%;*/
  181. float:left;
  182. height: 100%;
  183. }
  184. .center .center-left .left-cen .banner li .list .listImg img{
  185. width: .6rem;
  186. height: .6rem;
  187. }
  188. /*.center .center-left .left-cen .company .wodryRX0 span{
  189. background: red;
  190. }*/
  191. .center .center-left .left-bottom{
  192. width: 100%;
  193. height: 3.2rem;
  194. margin-bottom: .4rem;
  195. /*background: url("../images/panel.png") no-repeat;
  196. background-size: 100% 100%;*/
  197. /*border: 0.01rem solid #217093;*/
  198. }
  199. .center .center-left .bottom-b{
  200. width: calc(100% - 0.2rem);
  201. height: 2.6rem;
  202. margin-left: 0.1rem;
  203. margin-top: 0.1rem;
  204. }
  205. .center .center-cen{
  206. width: 40%;
  207. padding: .1rem;
  208. }
  209. .center .center-cen .cen-top{
  210. width: 100%;
  211. height: 6.8rem;
  212. /*background: url("../images/a.png") no-repeat;
  213. background-size: 100% 100%;*/
  214. /*border: 0.01rem solid #217093;*/
  215. margin-bottom: .4rem;
  216. position: relative;
  217. }
  218. .center .center-cen .cen-top .top-title{
  219. position: absolute;
  220. width: 35%;
  221. height: 1.5rem;
  222. /*border: 1px solid red;*/
  223. left: .5rem;
  224. top:.5rem;
  225. }
  226. .center .center-cen .cen-top .top-title li{
  227. float: left;
  228. width: 50%;
  229. height: 1rem;
  230. /*border: 1px solid green;*/
  231. }
  232. .center .center-cen .cen-top .top-title li p,
  233. .center .center-cen .cen-top .top-title li span,
  234. .center .center-cen .cen-top .top-title li b{
  235. color: #ffffff;
  236. }
  237. .center .center-cen .cen-top .top-title li p{
  238. padding: .1rem;
  239. }
  240. .center .center-cen .cen-top .top-title li span{
  241. text-align: center;
  242. display: inline-block;
  243. width: .35rem;
  244. height: .45rem;
  245. background: #37a9ea;
  246. margin-left: .1rem;
  247. line-height: .4rem;
  248. font-size: .3rem;
  249. margin-top: .1rem;
  250. }
  251. .center .center-cen .cen-top .top-bottom{
  252. width: 100%;
  253. height: 4.8rem;
  254. /*border: 1px solid red;*/
  255. position: absolute;
  256. top:1.6rem;
  257. padding: .2rem;
  258. /*overflow: hidden;*/
  259. }
  260. .center .center-cen .cen-bottom{
  261. width: 100%;
  262. height: 3.2rem;
  263. /*border: 0.01rem solid #217093;*/
  264. }
  265. .center .center-cen .bottom-b{
  266. width: calc(100% - 0.2rem);
  267. height: 2.6rem;
  268. margin-left: 0.1rem;
  269. margin-top: 0.1rem;
  270. }
  271. .center .center-right{
  272. width: 30%;
  273. padding: .1rem;
  274. }
  275. .center .center-right .right-top{
  276. width: 100%;
  277. height: 3.2rem;
  278. margin-bottom: .4rem;
  279. /*border: 0.01rem solid #217093;*/
  280. }
  281. .center .center-right .right-top .right-top-cent{
  282. width: calc(100% - 0.2rem);
  283. height: 2.6rem;
  284. margin-left: 0.1rem;
  285. margin-top: 0.1rem;
  286. }
  287. .center .center-right .right-cen{
  288. width: 100%;
  289. height: 3.2rem;
  290. margin-bottom: .4rem;
  291. /*border: 0.01rem solid #217093;*/
  292. border:1px solid #0bc4e9;
  293. background: rgba(0,72,115,0.28);
  294. transition: all 1s;
  295. cursor: pointer;
  296. position: relative;
  297. }
  298. .center .center-right .right-cen .right-cen-cent{
  299. width: calc(100% - 0.2rem);
  300. height: 2.6rem;
  301. margin-left: 0.1rem;
  302. margin-top: 0.1rem;
  303. }
  304. .center .center-right .right-bottom{
  305. width: 100%;
  306. height: 3.2rem;
  307. /*border: 0.01rem solid #217093;*/
  308. }
  309. .center .center-right .right-bottom .chat{
  310. /* width: calc(100% - .2rem);
  311. height: calc(100% - .6rem);
  312. margin-top: .1rem;
  313. margin-left: .1rem;
  314. padding: .1rem;*/
  315. width: calc(100% - 0.2rem);
  316. height: 2.6rem;
  317. margin-left: 0.1rem;
  318. margin-top: 0.1rem;
  319. /*overflow: hidden;*/
  320. }
  321. .popup{
  322. width: 0;
  323. height: 0;
  324. /*background: #061f3e;*/
  325. background: rgba(25,127,170,.9);
  326. border: 1px solid #197faa;
  327. margin: 40px auto 0;
  328. box-shadow: 0px 0px 10px #197faa inset;
  329. position: absolute;
  330. top: 50%;
  331. left: 50%;
  332. z-index: 999;
  333. border-radius: 8px;
  334. display: block;
  335. -webkit-transform: translate(-50%,-50%);
  336. -moz-transform: translate(-50%,-50%);
  337. -ms-transform: translate(-50%,-50%);
  338. -o-transform: translate(-50%,-50%);
  339. transform: translate(-50%,-50%);
  340. }
  341. .popup .popupClose{
  342. display: block;
  343. width: 44px;
  344. height: 44px;
  345. background: url(../images/s_ico3.png);
  346. background-size: 100 100%;
  347. position: absolute;
  348. top: -22px;
  349. right: -22px;
  350. display: none;
  351. transition: 0.3s;
  352. }
  353. .popup .popupClose:hover{
  354. transform: rotate(180deg);
  355. }