bjl.css 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423
  1. @charset "utf-8";
  2. /* CSS Document */
  3. * {
  4. margin: 0;
  5. padding: 0;
  6. -moz-box-sizing: border-box;
  7. /*火狐浏览器*/
  8. -webkit-box-sizing: border-box;
  9. /*火狐浏览器*/
  10. box-sizing: border-box;
  11. /*padding和border算在盒子内*/
  12. }
  13. body,
  14. html {
  15. height: 100%;
  16. width: 100%;
  17. font-family: "微软雅黑";
  18. color: #333;
  19. }
  20. @font-face {
  21. font-family: my;
  22. /*字体名称*/
  23. src: url(../font/Digital-7Mono.ttf);
  24. /*字体源文件*/
  25. }
  26. .bgimg {
  27. position: fixed;
  28. top: 0;
  29. left: 0;
  30. width: 100%;
  31. height: 100%;
  32. min-width: 1000px;
  33. z-index: -10;
  34. zoom: 1;
  35. background-color: #00061d;
  36. background: url(../img/bj.jpg) no-repeat;
  37. background-size: cover;
  38. -webkit-background-size: cover;
  39. -o-background-size: cover;
  40. background-position: center 0;
  41. }
  42. b {
  43. font-weight: normal
  44. }
  45. i {
  46. font-style: normal
  47. }
  48. a,
  49. a:hover,
  50. a:active {
  51. text-decoration: none;
  52. color: #333;
  53. }
  54. input,
  55. textarea,
  56. select {
  57. outline: none
  58. }
  59. img {
  60. border: none;
  61. vertical-align: top;
  62. }
  63. li {
  64. list-style: none;
  65. }
  66. .c {
  67. width: 1200px;
  68. margin: 0 auto;
  69. }
  70. .fl {
  71. float: left
  72. }
  73. .fr {
  74. float: right
  75. }
  76. .cl {
  77. clear: both
  78. }
  79. .clearfix::after {
  80. content: "";
  81. display: table;
  82. clear: both;
  83. }
  84. body {
  85. background-color: #fff7f7;
  86. }
  87. .contant {
  88. height: calc(100% - 100px);
  89. position: relative;
  90. }
  91. .dtk {
  92. width: 240px;
  93. padding: 20px;
  94. background-color: #fff;
  95. border-radius: 6px;
  96. -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.2);
  97. box-shadow: 0 3px 9px rgba(0, 0, 0, 0.2);
  98. -webkit-background-clip: padding-box;
  99. background-clip: padding-box;
  100. outline: 0;
  101. height: 100%;
  102. position: absolute;
  103. top: 0;
  104. left: 0;
  105. }
  106. .title {
  107. margin-bottom: 0;
  108. position: relative;
  109. }
  110. .title .title_content {
  111. margin-left: 14px;
  112. font-weight: 600;
  113. color: #27274A;
  114. }
  115. .modal-number-card .modal-body .card-content .card-content-title {
  116. font-size: 12px;
  117. color: #27274A;
  118. font-weight: 600;
  119. }
  120. .title .title_border {
  121. display: inline-block;
  122. width: 4px;
  123. height: 18px;
  124. background: #c7301e;
  125. position: absolute;
  126. top: 0;
  127. bottom: 0;
  128. margin: auto;
  129. }
  130. .box-list {
  131. border-bottom: 1px solid #E6E6E6;
  132. padding-bottom: 10px;
  133. }
  134. .box-list a {
  135. display: block;
  136. float: left;
  137. width: 33px;
  138. height: 33px;
  139. color: #B4B6BD;
  140. padding-bottom: 15px;
  141. background: #F1F3F8;
  142. line-height: 33px;
  143. position: relative;
  144. margin: 0 3px 6px;
  145. border-radius: 2px 2px 0 0;
  146. text-align: center;
  147. }
  148. a.red {
  149. color: #fff;
  150. background-color: #c7301e;
  151. }
  152. .card-content-title {
  153. font-size: 12px;
  154. color: #27274A;
  155. font-weight: 600;
  156. padding-bottom: 12px;
  157. padding-top: 20px;
  158. }
  159. .modal-footer {
  160. position: absolute;
  161. bottom: 0;
  162. padding: 10px 20px 10px 0px;
  163. background-color: #fff;
  164. border: unset;
  165. right: 0;
  166. width: 100%;
  167. box-shadow: 0 -2px 10px 0 rgba(58, 62, 81, 0.10);
  168. text-align: right;
  169. }
  170. .icon-box {
  171. width: 10px;
  172. height: 10px;
  173. display: inline-block;
  174. margin-right: 2px;
  175. background: #fff;
  176. }
  177. .s2 {
  178. background-color: #C7301E;
  179. }
  180. .s1 {
  181. background-color: #F1F3F8;
  182. }
  183. .icon-label {
  184. font-size: 12px;
  185. color: #656577;
  186. }
  187. .mian {
  188. max-height: 100%;
  189. width: 100%;
  190. margin-left: 0px;
  191. position: relative;
  192. background-color: #fff;
  193. float: left;
  194. border-radius: 6px;
  195. overflow: auto;
  196. border: 1px #dedede solid;
  197. }
  198. .qustion {
  199. padding: 20px;
  200. }
  201. .h {
  202. background-color: #dedede;
  203. margin: 20px 0px;
  204. height: 1px;
  205. width: 100%;
  206. }
  207. .time {
  208. width: 100%;
  209. padding: 20px 0px;
  210. background-color: #F1F3F8;
  211. border-radius: 6px;
  212. text-align: center;
  213. margin-bottom: 20px;
  214. }
  215. .time p {
  216. margin-top: 10px;
  217. font-size: 28px;
  218. font-weight: 500;
  219. color: #C7301E;
  220. }
  221. .tit {
  222. font-size: 18px;
  223. line-height: 25px;
  224. padding: 18px 20px;
  225. background: #FAFAFA;
  226. border-bottom: 1px solid #DEDEDE;
  227. }
  228. .qustion h2 {
  229. font-size: 16px;
  230. line-height: 22px;
  231. margin-bottom: 10px;
  232. }
  233. .qustion h2 strong {
  234. color: #C7301E;
  235. }
  236. .qustion li {
  237. width: 100%;
  238. padding: 10px 15px 10px 5px;
  239. line-height: 20px;
  240. border-radius: 4px;
  241. cursor: pointer;
  242. margin: 0;
  243. position: relative;
  244. min-height: 40px;
  245. }
  246. .qustion li:hover {
  247. background-color: #f5f5f5;
  248. }
  249. .btn {
  250. width: 200px;
  251. height: 40px;
  252. cursor: pointer;
  253. background-color: #C7301E;
  254. color: #fff;
  255. line-height: 40px;
  256. border-radius: 8px;
  257. text-align: center;
  258. margin: 0 auto;
  259. margin-bottom: 20px;
  260. }
  261. .btn:hover {
  262. background-color: #932001;
  263. }
  264. #top {
  265. height: 80px;
  266. background-color: #c7301e;
  267. margin-bottom: 20px;
  268. }
  269. #top .login,
  270. #top .login a {
  271. color: #fff;
  272. line-height: 80px;
  273. }
  274. label {
  275. line-height: 20px;
  276. display: inline-block;
  277. margin-left: 5px;
  278. margin-right: 15px;
  279. color: #777;
  280. }
  281. .radio_type {
  282. width: 22px;
  283. height: 22px;
  284. appearance: none;
  285. position: relative;
  286. }
  287. .radio_type[type="radio"]:before {
  288. content: '';
  289. width: 20px;
  290. height: 20px;
  291. border: none;
  292. display: inline-block;
  293. border-radius: 50%;
  294. vertical-align: middle;
  295. background-color: none;
  296. }
  297. .radio_type[type="radio"]:checked:before {
  298. content: '';
  299. width: 20px;
  300. height: 20px;
  301. border: 1px solid #c7301e;
  302. background: #c7301e;
  303. display: inline-block;
  304. border-radius: 50%;
  305. vertical-align: middle;
  306. }
  307. .radio_type[type="radio"]:checked:after {
  308. content: '';
  309. width: 10px;
  310. height: 5px;
  311. border: 2px solid white;
  312. border-top: transparent;
  313. border-right: transparent;
  314. text-align: center;
  315. display: block;
  316. position: absolute;
  317. top: 6px;
  318. left: 5px;
  319. vertical-align: middle;
  320. transform: rotate(-45deg);
  321. }
  322. .radio_type[type="radio"]:checked+label {
  323. color: #333333;
  324. }
  325. .radio_type[type="checkbox"]:before {
  326. content: '';
  327. width: 20px;
  328. height: 20px;
  329. border:none;
  330. display: inline-block;
  331. border-radius: 2px;
  332. vertical-align: middle;
  333. background-color: none;
  334. }
  335. .radio_type[type="checkbox"]:checked:before {
  336. content: '';
  337. width: 20px;
  338. height: 20px;
  339. border: 1px solid #c7301e;
  340. background: #c7301e;
  341. display: inline-block;
  342. border-radius: 2px;
  343. vertical-align: middle;
  344. }
  345. .radio_type[type="checkbox"]:checked:after {
  346. content: '';
  347. width: 10px;
  348. height: 5px;
  349. border: 2px solid white;
  350. border-top: transparent;
  351. border-right: transparent;
  352. text-align: center;
  353. display: block;
  354. position: absolute;
  355. top: 6px;
  356. left: 5px;
  357. vertical-align: middle;
  358. transform: rotate(-45deg);
  359. }
  360. .radio_type[type="checkbox"]:checked+label {
  361. color: #333333;
  362. }