index.less 8.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425
  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 15px;
  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: 0px 5px 0 0px;
  25. width: 20px;
  26. }
  27. }
  28. .vigilantContent {
  29. float:left;
  30. padding: 0 0 0 15px;
  31. span {
  32. font-size: 14px;
  33. color: #fff;
  34. display:inline-block;
  35. }
  36. }
  37. .push-diag-item {
  38. display: inline-block;
  39. margin-right: 10px;
  40. margin-top: 10px;
  41. cursor: pointer;
  42. }
  43. }
  44. .diagnose{
  45. padding-bottom: 15px;
  46. .doubt{
  47. border:1px solid #EAEDF1;
  48. h1{
  49. font-size: 14px;
  50. color: #000;
  51. padding: 4px 15px;
  52. background: #FAEBEC;
  53. font-weight: bold;
  54. img {
  55. float:left;
  56. margin-top: 0px;
  57. margin-right: 5px;
  58. }
  59. }
  60. div{
  61. font-size: 14px;
  62. padding:6px 0 6px 15px;
  63. span{
  64. cursor: pointer;
  65. }
  66. }
  67. }
  68. }
  69. .show {
  70. float: right;
  71. color: #58ACD7;;
  72. font-size: 14px;
  73. cursor: pointer;
  74. img {
  75. width: 12px;
  76. height: 12px;
  77. }
  78. }
  79. .close{
  80. float: right;
  81. text-align: right;
  82. color: #58ACD7;
  83. font-size: 14px;
  84. cursor: pointer;
  85. clear: both;
  86. img {
  87. width: 12px;
  88. height: 12px;
  89. }
  90. .close-modal {
  91. width: 40px;
  92. height: 40px;
  93. margin-right: -10px;
  94. }
  95. }
  96. .recommend {
  97. border:1px solid #EAEDF1;
  98. margin-bottom: 15px;
  99. h1{
  100. font-size: 14px;
  101. color: #000;
  102. padding: 8px 6px 8px 15px;
  103. background: #EAF7FA;
  104. font-weight: bold;
  105. img {
  106. float:left;
  107. margin-top: 0px;
  108. margin-right: 5px;
  109. }
  110. div{
  111. .btnCom;
  112. float: right;
  113. width: 50px;
  114. border: 1px solid #3B9ED0;
  115. padding:0px;
  116. margin-top: -3px;
  117. font-weight: normal;
  118. height: 28px;
  119. line-height: 28px;
  120. font-size: 12px;
  121. }
  122. }
  123. .contentBox {
  124. font-size: 14px;
  125. padding:6px 0px 6px 15px;
  126. }
  127. }
  128. .tips{
  129. border:1px solid #EAEDF1;
  130. .tips-title,h1{
  131. font-size: 14px;
  132. color: #000;
  133. padding: 8px 15px;
  134. background: #EAF7FA;
  135. font-weight: bold;
  136. img {
  137. float:left;
  138. margin-top: 0px;
  139. margin-right: 5px;
  140. }
  141. }
  142. .tips-title{
  143. .tips-name{
  144. width: 255px;
  145. display: inline-block;
  146. }
  147. h2{
  148. display: inline-block;
  149. }
  150. .tips-btn{
  151. display: inline-block;
  152. float: right;
  153. }
  154. .redTips{
  155. display: inline-block;
  156. font-size: 12px;
  157. -webkit-transform:scale(0.9);
  158. color: red;
  159. font-weight: normal;
  160. white-space: nowrap;
  161. }
  162. .tipsDetails {
  163. .btnCom;
  164. display: inline-block;
  165. font-weight: normal;
  166. width: 42px;
  167. height: 20px;
  168. border: 1px solid #262626;
  169. font-size: 12px;
  170. // color: #3B9ED0;
  171. color: #262626;
  172. line-height: 18px;
  173. margin: 0 0 -2px 10px;
  174. }
  175. }
  176. .chronic{
  177. background: rgba(242,150,91,0.1);
  178. }
  179. .content{
  180. font-size: 14px;
  181. padding:6px 15px;
  182. .title {
  183. font-size: 14px;
  184. line-height: 18px;
  185. margin-bottom:10px;
  186. a{
  187. .btnCom;
  188. display: inline-block;
  189. font-size: 14px;
  190. color: #3B9ED0;
  191. width: 42px;
  192. border: 1px solid #3B9ED0;
  193. margin-left: 10px;
  194. text-decoration: none;
  195. }
  196. .tips-details {
  197. .btnCom;
  198. display: inline-block;
  199. width: 42px;
  200. height: 20px;
  201. border: 1px solid #3B9ED0;
  202. font-size: 14px;
  203. color: #3B9ED0;
  204. line-height: 18px;
  205. margin: 0 10px -2px;
  206. }
  207. }
  208. .warn{
  209. padding: 10px 0px 0px 0px;
  210. font-size: 10px;
  211. color: #979797;
  212. text-align: center;
  213. }
  214. .list{
  215. border-bottom: 1px solid #EAEDF1;
  216. padding-bottom: 10px;
  217. position: relative;
  218. .infoPic{
  219. vertical-align: middle;
  220. margin: 0 5px;
  221. }
  222. >p{
  223. margin-top: 10px;
  224. }
  225. .listName{
  226. color:#3B9ED0;
  227. }
  228. .listResult{
  229. float: right;
  230. color: #000012;
  231. i{
  232. color: #F98F24;
  233. }
  234. img{
  235. vertical-align: middle;
  236. }
  237. }
  238. }
  239. .list:last-child{
  240. border-bottom:none;
  241. }
  242. }
  243. }
  244. .modal {
  245. .shade {
  246. position: fixed;
  247. left: 0;
  248. top:0;
  249. right: 0;
  250. bottom: 0;
  251. background: #000;
  252. opacity: 0.3;
  253. filter:alpha(opacity=30);
  254. -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=30);";
  255. z-index: 3000;
  256. }
  257. .content {
  258. position: fixed;
  259. left: 50%;
  260. top: 50%;
  261. margin: -150px 0px 0px -95px;
  262. width: 300px;
  263. height: 190px;
  264. border-radius: 5px;
  265. background: #fff;
  266. z-index: 3001;
  267. padding: 0px 10px;
  268. .close {
  269. height: 50px;
  270. img{
  271. float: right;
  272. cursor: pointer;
  273. }
  274. }
  275. .message {
  276. height: 70px;
  277. padding:10px 30px;
  278. text-align: center;
  279. font-size: 16px;
  280. }
  281. .btn {
  282. .initial {
  283. width: 90px;
  284. height: 30px;
  285. border: 1px solid #3B9ED0;
  286. float: left;
  287. border-radius: 4px;
  288. text-align: center;
  289. line-height: 30px;
  290. color: #3B9ED0;
  291. font-size: 14px;
  292. cursor: pointer;
  293. margin-left: 20px;
  294. }
  295. .repetition {
  296. width: 90px;
  297. height: 30px;
  298. border: 1px solid #3B9ED0;
  299. float: right;
  300. border-radius: 4px;
  301. text-align: center;
  302. line-height: 30px;
  303. color: #3B9ED0;
  304. font-size: 14px;
  305. cursor: pointer;
  306. margin-right: 20px;
  307. }
  308. }
  309. }
  310. }
  311. .tipsModal {
  312. .shade {
  313. position: fixed;
  314. left: 0;
  315. top:0;
  316. right:0;
  317. bottom: 0;
  318. background: #000;
  319. opacity: 0.6;
  320. filter:alpha(opacity=60);
  321. -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=60);";
  322. z-index: 2000;
  323. }
  324. .message{
  325. padding: 10px 20px;
  326. overflow: auto;
  327. }
  328. .content {
  329. position: fixed;
  330. left: 50%;
  331. top:65px;
  332. right:0;
  333. bottom: 65px;
  334. margin-left: -410px;
  335. width: 820px;
  336. z-index: 2001;
  337. background: #fff;
  338. padding: 0px;
  339. .close {
  340. padding: 10px 20px;
  341. border-bottom: 1px solid #EAEDF1;
  342. img{
  343. float: right;
  344. margin: -5px -14px 0px 0px;
  345. cursor: pointer;
  346. }
  347. }
  348. }
  349. }
  350. }
  351. .diag-item {
  352. display: inline-block;
  353. padding: 0px 10px 0px 0px;
  354. }
  355. .billing {
  356. color: #3B9ED0;
  357. }
  358. .disTips {
  359. padding: 10px 20px 0;
  360. font-size: 10px;
  361. color: #979797;
  362. text-align: center;
  363. }
  364. .toast-title{
  365. position: absolute;
  366. top: 17px;
  367. font-size: 16px;
  368. // border-bottom: 1px solid #666;
  369. width: 87%;
  370. height: 25px;
  371. }
  372. .toast-cont{
  373. line-height: 24px;
  374. font-size: 14px;
  375. // margin-top: 15px;
  376. height: 222px;
  377. overflow-y: auto;
  378. padding: 10px 0 0 10px;
  379. li{
  380. margin-top: 10px;
  381. cursor: pointer;
  382. }
  383. }
  384. .footer{
  385. .print{
  386. .btnCom;
  387. width: 111px;
  388. height: 34px;
  389. line-height: 34px;
  390. // outline: none;
  391. // border-radius: 4px;
  392. /*color: #3B9ED0;*/
  393. border: 0 none;
  394. // cursor: pointer;
  395. background: #fff;
  396. margin-right: 20px;
  397. img{
  398. width: 20px;
  399. vertical-align: middle;
  400. margin-right: 4px;
  401. }
  402. }
  403. .okBtn{
  404. .btnCom;
  405. width: 80px;
  406. height: 34px;
  407. line-height: 32px;
  408. // text-align: center;
  409. // outline: none;
  410. // border-radius: 4px;
  411. // cursor: pointer;
  412. border: 1px solid #3B9ED0;
  413. box-sizing: border-box;
  414. margin-left: 20px;
  415. background: #3B9ED0;
  416. color: #fff;
  417. float: right;
  418. margin-right: 20px;
  419. }
  420. }