index.less 7.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352
  1. @import "~@less/variables.less";
  2. .push-content-wrapper{
  3. // padding-top: 50px;
  4. padding: 0px 15px;
  5. line-height: 20px;
  6. width: @push-width;
  7. overflow: hidden;
  8. .push-content {
  9. width: 467px;
  10. overflow-y: scroll;
  11. }
  12. .vigilant{
  13. background: #FF8D54;
  14. overflow: hidden;
  15. margin: 1px;
  16. margin-bottom: 15px;
  17. line-height: 26px;
  18. padding: 20px 0;
  19. .title{
  20. color:#fff;
  21. font-size: 14px;
  22. float: left;
  23. margin: 0 10px 0 0;
  24. img {
  25. float: left;
  26. margin: 4px 2px 0 20px;
  27. width: 18px;
  28. height: 17px;
  29. }
  30. }
  31. .vigilantContent {
  32. float:left;
  33. width: 340px;
  34. span {
  35. font-size: 16px;
  36. color: #fff;
  37. display:inline-block;
  38. }
  39. }
  40. }
  41. .diagnose{
  42. padding-bottom: 15px;
  43. .doubt{
  44. border:1px solid #EAEDF1;
  45. h1{
  46. font-size: 14px;
  47. color: #000;
  48. padding: 4px 15px;
  49. background: #FAEBEC;
  50. font-weight: bold;
  51. img {
  52. float:left;
  53. margin-top: 0px;
  54. margin-right: 5px;
  55. }
  56. }
  57. div{
  58. font-size: 14px;
  59. padding:6px 0 6px 15px;
  60. span{
  61. cursor: pointer;
  62. }
  63. }
  64. }
  65. }
  66. .show {
  67. float: right;
  68. color: #58ACD7;;
  69. font-size: 14px;
  70. cursor: pointer;
  71. img {
  72. width: 12px;
  73. height: 12px;
  74. }
  75. }
  76. .close{
  77. float: right;
  78. text-align: right;
  79. color: #58ACD7;
  80. font-size: 14px;
  81. cursor: pointer;
  82. clear: both;
  83. img {
  84. width: 12px;
  85. height: 12px;
  86. }
  87. .close-modal {
  88. width: 40px;
  89. height: 40px;
  90. margin-right: -10px;
  91. }
  92. }
  93. .recommend {
  94. border:1px solid #EAEDF1;
  95. margin-bottom: 15px;
  96. h1{
  97. font-size: 14px;
  98. color: #000;
  99. padding: 8px 6px 8px 15px;
  100. background: #EAF7FA;
  101. font-weight: bold;
  102. img {
  103. float:left;
  104. margin-top: 0px;
  105. margin-right: 5px;
  106. }
  107. div{
  108. float: right;
  109. width: 50px;
  110. border: 1px solid #3B9ED0;
  111. text-align: center;
  112. padding:0px;
  113. border-radius: 4px;
  114. margin-top: -3px;
  115. cursor: pointer;
  116. font-weight: normal;
  117. height: 28px;
  118. line-height: 28px;
  119. font-size: 12px;
  120. }
  121. }
  122. div{
  123. font-size: 14px;
  124. padding:6px 0px 6px 15px;
  125. ul{
  126. .firstLi{
  127. border-bottom: 1px solid #DFDFDF;
  128. }
  129. .lastLi{
  130. padding-bottom: 0px;
  131. }
  132. li{
  133. padding: 10px 0px 4px 0px;
  134. overflow: hidden;
  135. .title{
  136. float: left;
  137. height: 26px;
  138. line-height: 26px;
  139. padding: 0px 0px 0px 0px;
  140. }
  141. .content{
  142. float: left;
  143. width: 359px;
  144. line-height: 26px;
  145. padding: 0px 0px 0px 0px;
  146. span{
  147. font-size: 14px;
  148. line-height: 14px;
  149. display: inline-block;
  150. margin: 6px;
  151. input[type='checkbox']{
  152. float: left;
  153. width: 14px;
  154. height: 14px;
  155. margin-right: 2px;
  156. background-color: #fff;
  157. -webkit-appearance:none;
  158. border: 1px solid #c9c9c9;
  159. border-radius: 2px;
  160. outline: none;
  161. cursor: pointer;
  162. }
  163. input[type=checkbox]:checked{
  164. background: url("../../common/images/checked.png")no-repeat center;
  165. background-size: 12px 12px;
  166. }
  167. }
  168. }
  169. }
  170. }
  171. }
  172. }
  173. .tips{
  174. border:1px solid #EAEDF1;
  175. h1{
  176. font-size: 14px;
  177. color: #000;
  178. padding: 8px 15px;
  179. background: #EAF7FA;
  180. font-weight: bold;
  181. img {
  182. float:left;
  183. margin-top: 0px;
  184. margin-right: 5px;
  185. }
  186. }
  187. .content{
  188. font-size: 14px;
  189. padding:6px 15px;
  190. .title {
  191. font-size: 14px;
  192. line-height: 18px;
  193. margin-bottom:10px;
  194. a{
  195. display: inline-block;
  196. font-size: 14px;
  197. color: #3B9ED0;
  198. width: 42px;
  199. /*height: 20px;
  200. line-height: 20px;*/
  201. text-align: center;
  202. border: 1px solid #3B9ED0;
  203. border-radius: 4px;
  204. margin-left: 10px;
  205. cursor: pointer;
  206. text-decoration: none;
  207. }
  208. .tips-details {
  209. display: inline-block;
  210. width: 42px;
  211. height: 20px;
  212. border: 1px solid #3B9ED0;
  213. border-radius: 4px;
  214. text-align: center;
  215. font-size: 14px;
  216. color: #3B9ED0;
  217. line-height: 18px;
  218. margin: 0 10px -2px;
  219. cursor: pointer;
  220. }
  221. }
  222. .warn{
  223. padding: 10px 0px 0px 0px;
  224. font-size: 10px;
  225. color: #979797;
  226. text-align: center;
  227. }
  228. }
  229. }
  230. .modal {
  231. .shade {
  232. position: fixed;
  233. left: 0;
  234. top:0;
  235. right: 0;
  236. bottom: 0;
  237. background: #000;
  238. opacity: 0.3;
  239. filter:alpha(opacity=30);
  240. -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=30);";
  241. z-index: 3000;
  242. }
  243. .content {
  244. position: fixed;
  245. left: 50%;
  246. top: 50%;
  247. margin: -150px 0px 0px -95px;
  248. width: 300px;
  249. height: 190px;
  250. border-radius: 5px;
  251. background: #fff;
  252. z-index: 3001;
  253. padding: 0px 10px;
  254. .close {
  255. height: 50px;
  256. img{
  257. float: right;
  258. cursor: pointer;
  259. }
  260. }
  261. .message {
  262. height: 70px;
  263. padding:10px 30px;
  264. text-align: center;
  265. font-size: 16px;
  266. }
  267. .btn {
  268. .initial {
  269. width: 90px;
  270. height: 30px;
  271. border: 1px solid #3B9ED0;
  272. float: left;
  273. border-radius: 4px;
  274. text-align: center;
  275. line-height: 30px;
  276. color: #3B9ED0;
  277. font-size: 14px;
  278. cursor: pointer;
  279. margin-left: 20px;
  280. }
  281. .repetition {
  282. width: 90px;
  283. height: 30px;
  284. border: 1px solid #3B9ED0;
  285. float: right;
  286. border-radius: 4px;
  287. text-align: center;
  288. line-height: 30px;
  289. color: #3B9ED0;
  290. font-size: 14px;
  291. cursor: pointer;
  292. margin-right: 20px;
  293. }
  294. }
  295. }
  296. }
  297. .tipsModal {
  298. .shade {
  299. position: fixed;
  300. left: 0;
  301. top:0;
  302. right:0;
  303. bottom: 0;
  304. background: #000;
  305. opacity: 0.6;
  306. filter:alpha(opacity=60);
  307. -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=60);";
  308. z-index: 2000;
  309. }
  310. .message{
  311. padding: 10px 20px;
  312. overflow: auto;
  313. }
  314. .content {
  315. position: fixed;
  316. left: 50%;
  317. top:65px;
  318. right:0;
  319. bottom: 65px;
  320. margin-left: -410px;
  321. width: 820px;
  322. z-index: 2001;
  323. background: #fff;
  324. padding: 0px;
  325. .close {
  326. padding: 10px 20px;
  327. border-bottom: 1px solid #EAEDF1;
  328. img{
  329. float: right;
  330. margin: -5px -14px 0px 0px;
  331. cursor: pointer;
  332. }
  333. }
  334. }
  335. }
  336. }
  337. .diag-item {
  338. display: inline-block;
  339. padding: 0px 10px 0px 0px;
  340. }
  341. .billing {
  342. color: #3B9ED0;
  343. }
  344. .disTips {
  345. padding: 10px 20px 0;
  346. font-size: 10px;
  347. color: #979797;
  348. text-align: center;
  349. }