main.css 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308
  1. html,body {
  2. margin:0;
  3. padding:0;
  4. }
  5. .backs {
  6. width:100%;
  7. float:left;
  8. overflow:hidden;
  9. }
  10. .backs_left {
  11. float:left;
  12. width: 13%;
  13. height:2900px;
  14. background-color: #015D98;
  15. padding-top:88px;
  16. }
  17. .backs_right {
  18. width:100%;
  19. overflow:hidden;
  20. display:inline-grid;
  21. }
  22. .backs_score {
  23. width:100%;
  24. height: 56px;
  25. text-indent: 26%;
  26. font-size:15px;
  27. line-height: 56px;
  28. color:#ffffff;
  29. /* background-color:rgba(19,69,111,1); */
  30. }
  31. /* .backs_score:after {
  32. float:right;
  33. width:17px;
  34. height:17px;
  35. margin-top:12px;
  36. margin-right:10px;
  37. content:"";
  38. background:url('../img/reply/update.png');
  39. }
  40. */
  41. .backs_score>img {
  42. display:block;
  43. }
  44. .backs_scoretwo {
  45. width:100%;
  46. height: 56px;
  47. text-indent:15%;
  48. font-size:15px;
  49. line-height: 56px;
  50. color:#ffffff;
  51. margin-left: 37px;
  52. }
  53. .backs_li {
  54. width:16%;
  55. height:50px;
  56. font-size:12px;
  57. text-align:center;
  58. float:left;
  59. border:1px solid;
  60. font-size:14px;
  61. list-style-type:none;
  62. line-height:50px;
  63. white-space:nowrap;
  64. overflow:hidden;
  65. text-overflow:ellipsis;
  66. background-color:white;
  67. }
  68. .backs_ul {
  69. /* width:98%;
  70. */
  71. font-size:15px;
  72. margin-top:-16px;
  73. }
  74. .backs_content {
  75. width:20%;
  76. height:50px;
  77. text-align:center;
  78. float:left;
  79. font-size:15px;
  80. border:1px solid;
  81. list-style-type:none;
  82. line-height:50px;
  83. white-space:nowrap;
  84. overflow:hidden;
  85. text-overflow:ellipsis;
  86. background-color:white;
  87. }
  88. .backs_selet {
  89. border:1px solid;
  90. height: 19px;
  91. width: 158px;
  92. padding-left: 8px;
  93. margin-top: 10px;
  94. }
  95. .left {
  96. float:left;
  97. margin-left: 37px;
  98. margin-top: 13px;
  99. }
  100. .backs_user {
  101. float:left;
  102. margin-top:35px;
  103. margin-left: 12%;
  104. font-size:12px;
  105. color:black;
  106. }
  107. .backs_bigright {
  108. float:right;
  109. width: 87%;
  110. height: 1024px;
  111. background-color:rgba(242,242,242,1);
  112. }
  113. .backs_seletbtn {
  114. width: 56px;
  115. height: 23px;
  116. margin-left: 28px;
  117. }
  118. .backs_data {
  119. width: 868px;
  120. height:40px;
  121. float:left;
  122. margin-left:3%;
  123. font-size:12px;
  124. margin-top:35px;
  125. }
  126. .backs_p {
  127. float:left;
  128. /* margin-top:10px; */
  129. margin: 12px 2px;
  130. font-weight: bolder;
  131. font-size: 13px;
  132. }
  133. .backs_input {
  134. float:left;
  135. border: 1px solid;
  136. margin-top: 10px;
  137. height: 19px;
  138. width: 208px;
  139. margin-left: 6px;
  140. }
  141. .backs_databox {
  142. float:left;
  143. /* line-height:40px;
  144. */
  145. padding-left:20px;
  146. }
  147. .backs_pass {
  148. width:20.5%;
  149. height:30px;
  150. text-align:center;
  151. line-height:30px;
  152. margin:8px 6%;
  153. color:#fff;
  154. background-color:#217EC4;
  155. float:left;
  156. border-radius:5px;
  157. cursor: pointer;
  158. }
  159. .backs_span {
  160. float:left;
  161. }
  162. .backs_all {
  163. float:left;
  164. width:100%;
  165. }
  166. .backs_all_div {
  167. float:left;
  168. list-style-type:none;
  169. width:80px;
  170. height:30px;
  171. line-height:30px;
  172. text-align:center;
  173. font-size:22px;
  174. cursor:pointer;
  175. }
  176. .backs_all_no {
  177. float:left;
  178. list-style-type:none;
  179. margin-left:20px;
  180. width:80px;
  181. height:30px;
  182. line-height:30px;
  183. text-align:center;
  184. font-size:22px;
  185. color:#999999;
  186. cursor:pointer;
  187. }
  188. .backs_head {
  189. width:100%;
  190. float:left;
  191. }
  192. .backs_insert {
  193. position:absolute;
  194. left:570px;
  195. top:254px;
  196. width:300px;
  197. height:204px;
  198. border:1px solid;
  199. }
  200. .backs_inserttop {
  201. width:100%;
  202. height:35px;
  203. background:inherit;
  204. background-color:rgba(215,215,215,1);
  205. font-size:16px;
  206. line-height:35px;
  207. }
  208. .backs_insertbottom {
  209. background-color:#ffffff;
  210. width:100%;
  211. height:169px;
  212. }
  213. .backs_type {
  214. float:left;
  215. margin-left:4%;
  216. }
  217. .backs_x {
  218. float:right;
  219. margin-right:5%;
  220. }
  221. .backs_ok {
  222. width:90px;
  223. height:24px;
  224. float:left;
  225. background-color:#0098e0;
  226. margin-left:30px;
  227. border-radius:15%;
  228. margin-top:54px;
  229. text-align:center;
  230. color:#fff;
  231. }
  232. #backs_p {
  233. width:180px;
  234. height:38px;
  235. background-color:rgba(215,215,215,1);
  236. float:left;
  237. border:1px solid;
  238. line-height:40px;
  239. }
  240. .switch {
  241. float:right;
  242. margin-right:19%;
  243. }
  244. .switch>div {
  245. float:right;
  246. }
  247. .ellipse {
  248. width:51px;
  249. height:23px;
  250. border-radius:63px;
  251. background-color:#D7D7D7;
  252. float:right;
  253. position:relative;
  254. }
  255. .circle {
  256. width:16px;
  257. height:16px;
  258. border:1px solid;
  259. border-radius:50%;
  260. position:absolute;
  261. top:2px;
  262. left:5px;
  263. background-color:#fff;
  264. }
  265. .dustbin {
  266. float:right;
  267. width:17px;
  268. height:17px;
  269. margin-top: 21px;
  270. margin-right:10px;
  271. display:none;
  272. }
  273. .update {
  274. float:right;
  275. width:17px;
  276. height:17px;
  277. margin-top: 21px;
  278. margin-right:10px;
  279. display:none;
  280. }
  281. .dhl>li {
  282. background-color:#4995CF;
  283. color:white;
  284. border:1px solid black;
  285. border-top:0px;
  286. }
  287. .xh {
  288. width:7%;
  289. border-right:0px!important;
  290. /* border-bottom:0px!important;
  291. */
  292. }
  293. .yh {
  294. width:10%;
  295. border-right:0px!important;
  296. }
  297. .dhl {
  298. margin-top:21px;
  299. }
  300. .con {
  301. border-right:0px!important;
  302. }
  303. .ly {
  304. border-right:0px!important;
  305. }
  306. .sj {
  307. border-right:0px!important;
  308. }