style.css 4.8 KB

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