index.less 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543
  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: 436px;
  10. overflow-y: auto;
  11. }
  12. .vigilant{
  13. background: #FF8D54;
  14. overflow: hidden;
  15. padding: 10px 0;
  16. .title{
  17. color:#fff;
  18. font-size: 14px;
  19. font-weight: bold;
  20. float: left;
  21. margin: 10px 0px 0 0;
  22. img {
  23. float: left;
  24. margin: 1px 2px 0 20px;
  25. width: 18px;
  26. height: 17px;
  27. }
  28. }
  29. .vigilantContent {
  30. float:left;
  31. padding: 0 0 0 15px;
  32. span {
  33. font-size: 14px;
  34. color: #fff;
  35. display:inline-block;
  36. }
  37. }
  38. .push-diag-item {
  39. display: inline-block;
  40. margin-right: 10px;
  41. margin-top: 10px;
  42. cursor: pointer;
  43. }
  44. }
  45. .diagnose{
  46. padding-bottom: 15px;
  47. .doubt{
  48. border:1px solid #EAEDF1;
  49. h1{
  50. font-size: 14px;
  51. color: #000;
  52. padding: 4px 15px;
  53. background: #FAEBEC;
  54. font-weight: bold;
  55. img {
  56. float:left;
  57. margin-top: 0px;
  58. margin-right: 5px;
  59. }
  60. }
  61. div{
  62. font-size: 14px;
  63. padding:6px 0 6px 15px;
  64. span{
  65. cursor: pointer;
  66. }
  67. }
  68. }
  69. }
  70. .show {
  71. float: right;
  72. color: #58ACD7;;
  73. font-size: 14px;
  74. cursor: pointer;
  75. img {
  76. width: 12px;
  77. height: 12px;
  78. }
  79. }
  80. .close{
  81. float: right;
  82. text-align: right;
  83. color: #58ACD7;
  84. font-size: 14px;
  85. cursor: pointer;
  86. clear: both;
  87. img {
  88. width: 12px;
  89. height: 12px;
  90. }
  91. .close-modal {
  92. width: 40px;
  93. height: 40px;
  94. margin-right: -10px;
  95. }
  96. }
  97. .recommend {
  98. border:1px solid #EAEDF1;
  99. margin-bottom: 15px;
  100. h1{
  101. font-size: 14px;
  102. color: #000;
  103. padding: 8px 6px 8px 15px;
  104. background: #EAF7FA;
  105. font-weight: bold;
  106. img {
  107. float:left;
  108. margin-top: 0px;
  109. margin-right: 5px;
  110. }
  111. div{
  112. float: right;
  113. width: 50px;
  114. border: 1px solid #3B9ED0;
  115. text-align: center;
  116. padding:0px;
  117. border-radius: 4px;
  118. margin-top: -3px;
  119. cursor: pointer;
  120. font-weight: normal;
  121. height: 28px;
  122. line-height: 28px;
  123. font-size: 12px;
  124. }
  125. }
  126. div{
  127. font-size: 14px;
  128. padding:6px 0px 6px 15px;
  129. ul{
  130. .firstLi{
  131. border-bottom: 1px solid #DFDFDF;
  132. }
  133. .lastLi{
  134. padding-bottom: 0px;
  135. }
  136. li{
  137. padding: 10px 0px 4px 0px;
  138. overflow: hidden;
  139. .title{
  140. float: left;
  141. height: 26px;
  142. line-height: 26px;
  143. padding: 0px 0px 0px 0px;
  144. }
  145. .content{
  146. float: left;
  147. width: 349px;
  148. line-height: 26px;
  149. padding: 0px 0px 0px 0px;
  150. span{
  151. font-size: 14px;
  152. line-height: 14px;
  153. display: inline-block;
  154. margin: 6px;
  155. input[type='checkbox']{
  156. float: left;
  157. width: 14px;
  158. height: 14px;
  159. margin-right: 2px;
  160. background-color: #fff;
  161. -webkit-appearance:none;
  162. border: 1px solid #c9c9c9;
  163. border-radius: 2px;
  164. outline: none;
  165. cursor: pointer;
  166. }
  167. input[type=checkbox]:checked{
  168. background: url("../../common/images/checked.png")no-repeat center;
  169. background-size: 12px 12px;
  170. }
  171. }
  172. }
  173. }
  174. }
  175. }
  176. }
  177. .tips{
  178. border:1px solid #EAEDF1;
  179. .tips-title,h1{
  180. font-size: 14px;
  181. color: #000;
  182. padding: 8px 15px;
  183. background: #EAF7FA;
  184. font-weight: bold;
  185. img {
  186. float:left;
  187. margin-top: 0px;
  188. margin-right: 5px;
  189. }
  190. }
  191. .tips-title{
  192. .tips-name{
  193. width: 255px;
  194. display: inline-block;
  195. }
  196. h2{
  197. display: inline-block;
  198. }
  199. .tips-btn{
  200. display: inline-block;
  201. float: right;
  202. }
  203. .redTips{
  204. display: inline-block;
  205. font-size: 12px;
  206. -webkit-transform:scale(0.9);
  207. color: red;
  208. font-weight: normal;
  209. white-space: nowrap;
  210. }
  211. .tipsDetails {
  212. display: inline-block;
  213. font-weight: normal;
  214. width: 42px;
  215. height: 20px;
  216. border: 1px solid #262626;
  217. border-radius: 4px;
  218. text-align: center;
  219. font-size: 12px;
  220. // color: #3B9ED0;
  221. color: #262626;
  222. line-height: 18px;
  223. margin: 0 0 -2px 10px;
  224. cursor: pointer;
  225. }
  226. }
  227. .chronic{
  228. background: rgba(242,150,91,0.1);
  229. }
  230. .content{
  231. font-size: 14px;
  232. padding:6px 15px;
  233. .title {
  234. font-size: 14px;
  235. line-height: 18px;
  236. margin-bottom:10px;
  237. a{
  238. display: inline-block;
  239. font-size: 14px;
  240. color: #3B9ED0;
  241. width: 42px;
  242. /*height: 20px;
  243. line-height: 20px;*/
  244. text-align: center;
  245. border: 1px solid #3B9ED0;
  246. border-radius: 4px;
  247. margin-left: 10px;
  248. cursor: pointer;
  249. text-decoration: none;
  250. }
  251. .tips-details {
  252. display: inline-block;
  253. width: 42px;
  254. height: 20px;
  255. border: 1px solid #3B9ED0;
  256. border-radius: 4px;
  257. text-align: center;
  258. font-size: 14px;
  259. color: #3B9ED0;
  260. line-height: 18px;
  261. margin: 0 10px -2px;
  262. cursor: pointer;
  263. }
  264. }
  265. .warn{
  266. padding: 10px 0px 0px 0px;
  267. font-size: 10px;
  268. color: #979797;
  269. text-align: center;
  270. }
  271. .list{
  272. border-bottom: 1px solid #EAEDF1;
  273. padding-bottom: 10px;
  274. position: relative;
  275. .infoPic{
  276. vertical-align: middle;
  277. margin: 0 5px;
  278. }
  279. >p{
  280. margin-top: 10px;
  281. }
  282. .listName{
  283. color:#3B9ED0;
  284. }
  285. .listResult{
  286. float: right;
  287. color: #000012;
  288. i{
  289. color: #F98F24;
  290. }
  291. img{
  292. vertical-align: middle;
  293. }
  294. }
  295. .infoBox{
  296. position: absolute;
  297. top:27px;
  298. width: 388px;
  299. background: #fff;
  300. z-index: 66;
  301. border: 1px solid #EAEDF1;
  302. box-shadow: 0 5px 10px 0 rgba(0,0,0,0.10);
  303. .infoTitle{
  304. height: 40px;
  305. line-height: 40px;
  306. padding-left: 18px;
  307. // border-bottom: 1px solid #EAEDF1;
  308. background: #DFEAFE;
  309. img{
  310. vertical-align: text-top;
  311. }
  312. .closeIcon{
  313. // vertical-align: middle;
  314. float: right;
  315. }
  316. }
  317. .infoCon{
  318. padding: 15px 26px 25px;
  319. }
  320. }
  321. }
  322. .mainList{
  323. .listBtn{
  324. display: inline-block;
  325. width: 96px;
  326. height: 26px;
  327. line-height: 26px;
  328. text-align: center;
  329. border: 1px solid #EAEDF1;
  330. border-radius: 4px;
  331. }
  332. .listResult{
  333. line-height: 26px;
  334. i{
  335. cursor: pointer;
  336. }
  337. }
  338. .mainBox{
  339. top: 65px;
  340. .infoOption{
  341. padding: 20px 0;
  342. }
  343. .infoConBtn{
  344. text-align: right;
  345. border-top: 1px solid #EAEDF1;
  346. padding-top: 10px;
  347. span{
  348. color:#3B9ED0;
  349. display: inline-block;
  350. width: 66px;
  351. height: 32px;
  352. line-height: 32px;
  353. text-align: center;
  354. border: 1px solid #3B9ED0;
  355. border-radius: 4px;
  356. }
  357. }
  358. }
  359. }
  360. .list:last-child{
  361. border-bottom:none;
  362. }
  363. }
  364. }
  365. .modal {
  366. .shade {
  367. position: fixed;
  368. left: 0;
  369. top:0;
  370. right: 0;
  371. bottom: 0;
  372. background: #000;
  373. opacity: 0.3;
  374. filter:alpha(opacity=30);
  375. -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=30);";
  376. z-index: 3000;
  377. }
  378. .content {
  379. position: fixed;
  380. left: 50%;
  381. top: 50%;
  382. margin: -150px 0px 0px -95px;
  383. width: 300px;
  384. height: 190px;
  385. border-radius: 5px;
  386. background: #fff;
  387. z-index: 3001;
  388. padding: 0px 10px;
  389. .close {
  390. height: 50px;
  391. img{
  392. float: right;
  393. cursor: pointer;
  394. }
  395. }
  396. .message {
  397. height: 70px;
  398. padding:10px 30px;
  399. text-align: center;
  400. font-size: 16px;
  401. }
  402. .btn {
  403. .initial {
  404. width: 90px;
  405. height: 30px;
  406. border: 1px solid #3B9ED0;
  407. float: left;
  408. border-radius: 4px;
  409. text-align: center;
  410. line-height: 30px;
  411. color: #3B9ED0;
  412. font-size: 14px;
  413. cursor: pointer;
  414. margin-left: 20px;
  415. }
  416. .repetition {
  417. width: 90px;
  418. height: 30px;
  419. border: 1px solid #3B9ED0;
  420. float: right;
  421. border-radius: 4px;
  422. text-align: center;
  423. line-height: 30px;
  424. color: #3B9ED0;
  425. font-size: 14px;
  426. cursor: pointer;
  427. margin-right: 20px;
  428. }
  429. }
  430. }
  431. }
  432. .tipsModal {
  433. .shade {
  434. position: fixed;
  435. left: 0;
  436. top:0;
  437. right:0;
  438. bottom: 0;
  439. background: #000;
  440. opacity: 0.6;
  441. filter:alpha(opacity=60);
  442. -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=60);";
  443. z-index: 2000;
  444. }
  445. .message{
  446. padding: 10px 20px;
  447. overflow: auto;
  448. }
  449. .content {
  450. position: fixed;
  451. left: 50%;
  452. top:65px;
  453. right:0;
  454. bottom: 65px;
  455. margin-left: -410px;
  456. width: 820px;
  457. z-index: 2001;
  458. background: #fff;
  459. padding: 0px;
  460. .close {
  461. padding: 10px 20px;
  462. border-bottom: 1px solid #EAEDF1;
  463. img{
  464. float: right;
  465. margin: -5px -14px 0px 0px;
  466. cursor: pointer;
  467. }
  468. }
  469. }
  470. }
  471. }
  472. .diag-item {
  473. display: inline-block;
  474. padding: 0px 10px 0px 0px;
  475. }
  476. .billing {
  477. color: #3B9ED0;
  478. }
  479. .disTips {
  480. padding: 10px 20px 0;
  481. font-size: 10px;
  482. color: #979797;
  483. text-align: center;
  484. }
  485. .toast-title{
  486. position: absolute;
  487. top: 17px;
  488. font-size: 16px;
  489. // border-bottom: 1px solid #666;
  490. width: 87%;
  491. height: 25px;
  492. }
  493. .toast-cont{
  494. line-height: 24px;
  495. font-size: 14px;
  496. // margin-top: 15px;
  497. height: 222px;
  498. overflow-y: auto;
  499. padding: 10px 0 0 10px;
  500. li{
  501. margin-top: 10px;
  502. cursor: pointer;
  503. }
  504. }
  505. .footer{
  506. .print{
  507. width: 111px;
  508. height: 34px;
  509. line-height: 34px;
  510. outline: none;
  511. border-radius: 4px;
  512. /*color: #3B9ED0;*/
  513. border: 0 none;
  514. cursor: pointer;
  515. background: #fff;
  516. margin-right: 20px;
  517. img{
  518. width: 20px;
  519. vertical-align: middle;
  520. margin-right: 4px;
  521. }
  522. }
  523. .okBtn{
  524. width: 80px;
  525. height: 34px;
  526. line-height: 32px;
  527. text-align: center;
  528. outline: none;
  529. border-radius: 4px;
  530. cursor: pointer;
  531. border: 1px solid #3B9ED0;
  532. box-sizing: border-box;
  533. margin-left: 20px;
  534. background: #3B9ED0;
  535. color: #fff;
  536. float: right;
  537. margin-right: 20px;
  538. }
  539. }