index.less 7.0 KB

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