style.css 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264
  1. body{
  2. background-color: #F1F1F1;
  3. }
  4. .container{
  5. max-width: 750px;
  6. margin: 0 auto;
  7. padding: 0;
  8. overflow: hidden;
  9. }
  10. .header-box{
  11. width: 100%;
  12. height: 50px;
  13. line-height: 50px;
  14. text-align: center;
  15. color: #FFFFFF;
  16. font-family: Arial;
  17. font-size: 18px;
  18. /*background-color: #4f1f1d;*/
  19. background-color: #023894;
  20. }
  21. .swiper-box{
  22. width: calc(100% - 20px);
  23. height: 188px;
  24. margin:0 10px;
  25. margin-top: 5px;
  26. }
  27. .swiper-box .swiper{
  28. width: 100%;
  29. height: 100%;
  30. overflow: hidden;
  31. }
  32. .swiper-box .swiper img{
  33. width: 100%;
  34. height: 100%;
  35. margin-top: 5px;
  36. }
  37. .phone-box{
  38. width: calc(100% - 20px);
  39. height: 50px;
  40. line-height: 50px;
  41. text-align: center;
  42. margin: 10px;
  43. background-color: #023894;
  44. color: #ffffff;
  45. font-size: 18px;
  46. }
  47. .phone-box img{
  48. width: 30px;
  49. height: 30px;
  50. vertical-align: middle;
  51. margin-right: 20px;
  52. }
  53. .module-box{
  54. width: calc(100% - 20px);
  55. height: auto;
  56. overflow: hidden;
  57. margin: 0 10px;
  58. }
  59. .module-box .col-xs-4{
  60. height: 110px;
  61. margin-bottom: 10px;
  62. text-align: center;
  63. padding: 0 6px;
  64. }
  65. .module-box .row{
  66. margin-left: 0;
  67. margin-right: 0;
  68. }
  69. .module-box .module-info{
  70. width: 100%;
  71. height: 110px;
  72. display: inline-block;
  73. float: left;
  74. background-color: #fff;
  75. /*margin-left: 10px;*/
  76. /*text-align: center;*/
  77. overflow: hidden;
  78. }
  79. .module-box .module-info img{
  80. width: 60px;
  81. height: 60px;
  82. margin-top: 10px;
  83. }
  84. .module-box .module-info .name{
  85. width: 100%;
  86. color: #4f1f1d;
  87. font-size: 18px;
  88. margin-top: 10px;
  89. }
  90. .add-content-box{
  91. width: calc(100% - 20px);
  92. height: 200px;
  93. background-color: #FFFFFF;
  94. margin: 10px 10px 0 10px;
  95. border-radius: 20px;
  96. }
  97. .add-content-box textarea{
  98. width: calc(100% - 20px);
  99. height: calc(100% - 20px);
  100. border: none;
  101. padding: 10px;
  102. border-radius: 20px;
  103. }
  104. .add-img-box{
  105. width: calc(100% - 20px);
  106. height: auto;
  107. background-color: #FFFFFF;
  108. margin: 10px 10px 0 10px;
  109. border-radius: 20px;
  110. overflow: hidden;
  111. text-align: center;
  112. padding-top: 20px;
  113. }
  114. .add-contacts-info-box{
  115. width: calc(100% - 20px);
  116. height: auto;
  117. margin: 10px;
  118. background-color: #fff;
  119. border-radius: 20px;
  120. padding-left: 10px;
  121. padding-bottom: 20px;
  122. }
  123. .add-contacts-info-box .header-box{
  124. width: calc(100% - 10px);
  125. height: 50px;
  126. line-height: 50px;
  127. font-size: 18px;
  128. font-weight: bold;
  129. color: #023894 !important;
  130. text-align: left;
  131. background-color: #fff !important;
  132. border-radius: 20px;
  133. }
  134. .add-contacts-info-box .add-form-group{
  135. width: 100%;
  136. height: 50px;
  137. line-height: 50px;
  138. }
  139. .add-contacts-info-box .add-form-group .input-right{
  140. width: 60%;
  141. height: 50px;
  142. display: inline-block;
  143. float: right;
  144. margin-right: 10px;
  145. }
  146. .add-contacts-info-box .add-form-group .input-right input{
  147. width: 100%;
  148. height: 40px;
  149. border: none;
  150. float: right;
  151. text-align: right;
  152. outline: none;
  153. }
  154. .add-btn{
  155. width: 80%;
  156. height: 40px;
  157. line-height: 40px;
  158. color: #FFFFFF;
  159. font-size: 18px;
  160. text-align: center;
  161. margin: 0 auto;
  162. margin-top: 50px;
  163. background-color: #023894;
  164. border-radius: 20px;
  165. display: inherit;
  166. }
  167. .add-table-record-box{
  168. width: calc(100% - 10px);
  169. height: auto;
  170. /*background-color: #fff;*/
  171. margin: 30px 5px 0 5px;
  172. }
  173. .questionnaire-box{
  174. width: calc(100% - 20px);
  175. height: auto;
  176. background-color: #fff;
  177. border-radius: 10px;
  178. margin: 10px 10px 0 10px;
  179. padding-left: 10px;
  180. }
  181. .questionnaire-box a{
  182. text-decoration: none;
  183. color: #000;
  184. }
  185. .questionnaire-box .name{
  186. width: 100%;
  187. height: 50px;
  188. line-height: 50px;
  189. font-size: 18px;
  190. font-weight: bold;
  191. }
  192. .questionnaire-box .create-time{
  193. width: 100%;
  194. height: 30px;
  195. font-size: 16px;
  196. }
  197. .video-box{
  198. /*width: calc(100% - 20px);*/
  199. width: 100%;
  200. height: 220px;
  201. background-color: #fff;
  202. border-radius: 10px;
  203. /*margin: 10px 10px 0 10px;*/
  204. position: relative;
  205. z-index: 10;
  206. }
  207. .video-box video{
  208. width: 100%;
  209. height: 100%;
  210. position: absolute;
  211. z-index: 4;
  212. object-fit: fill;
  213. }
  214. .video-box .title{
  215. width: 100%;
  216. height: 30px;
  217. line-height: 30px;
  218. overflow: hidden;
  219. text-align: center;
  220. position: absolute;
  221. z-index: 6;
  222. bottom: 0;
  223. left: 0;
  224. right: 0;
  225. background: rgba(0,0,0,.7);
  226. color: #fff;
  227. font-size: 14px;
  228. }
  229. .success-txt{
  230. text-align: center;
  231. margin: 20px 0px;
  232. font-size: 18px;
  233. }
  234. .back-btn{
  235. width: 80%;
  236. height: 40px;
  237. line-height: 40px;
  238. background-color: #00A3D9;
  239. text-align: center;
  240. margin: 0 auto;
  241. border-radius: 10px;
  242. margin-top: 20px;
  243. color: #fff!important;
  244. }
  245. .back-a{
  246. text-decoration: none;
  247. color: #fff !important;
  248. }
  249. .success-img{
  250. width: 100%;
  251. height: auto;
  252. margin-top: 80px;
  253. text-align: center;
  254. }
  255. .success-img img{
  256. width: 40px;
  257. height: 40px;
  258. }