index.less 7.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340
  1. @import "~@less/variables.less";
  2. .push-content-wrapper{
  3. // padding-top: 50px;
  4. padding: 0px 20px;
  5. line-height: 20px;
  6. width: 460px;
  7. overflow: hidden;
  8. .push-content {
  9. width: 480px;
  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: 12px;
  59. padding:6px 15px;
  60. span{
  61. cursor: pointer;
  62. }
  63. }
  64. }
  65. }
  66. .show {
  67. float: right;
  68. color: #58ACD7;;
  69. font-size: 12px;
  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: 12px;
  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 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. height: 26px;
  111. border: 1px solid #3B9ED0;
  112. text-align: center;
  113. line-height: 26px;
  114. padding:0px;
  115. border-radius: 4px;
  116. margin-top: -3px;
  117. cursor: pointer;
  118. font-weight: normal;
  119. }
  120. }
  121. div{
  122. font-size: 12px;
  123. padding:6px 15px;
  124. ul{
  125. .firstLi{
  126. border-bottom: 1px solid #DFDFDF;
  127. }
  128. .lastLi{
  129. padding-bottom: 0px;
  130. }
  131. li{
  132. padding: 10px 0px 4px 0px;
  133. overflow: hidden;
  134. .title{
  135. float: left;
  136. padding: 0px 0px 0px 0px;
  137. }
  138. .content{
  139. float: left;
  140. width: 352px;
  141. padding: 0px 0px 0px 0px;
  142. margin-top: -2px;
  143. span{
  144. font-size: 12px;
  145. line-height: 12px;
  146. display: inline-block;
  147. margin: 6px;
  148. input[type='checkbox']{
  149. float: left;
  150. width: 12px;
  151. height: 12px;
  152. margin-right: 2px;
  153. background-color: #fff;
  154. -webkit-appearance:none;
  155. border: 1px solid #c9c9c9;
  156. border-radius: 2px;
  157. outline: none;
  158. cursor: pointer;
  159. }
  160. input[type=checkbox]:checked{
  161. background: url("../../common/images/checked.png")no-repeat center;
  162. background-size: 12px 12px;
  163. }
  164. }
  165. }
  166. }
  167. }
  168. }
  169. }
  170. .tips{
  171. border:1px solid #EAEDF1;
  172. h1{
  173. font-size: 14px;
  174. color: #000;
  175. padding: 8px 15px;
  176. background: #EAF7FA;
  177. font-weight: bold;
  178. img {
  179. float:left;
  180. margin-top: 0px;
  181. margin-right: 5px;
  182. }
  183. }
  184. .content{
  185. font-size: 12px;
  186. padding:6px 15px;
  187. .title {
  188. font-size: 14px;
  189. line-height: 18px;
  190. margin-bottom:10px;
  191. a{
  192. display: inline-block;
  193. font-size: 12px;
  194. color: #3B9ED0;
  195. width: 42px;
  196. /*height: 20px;
  197. line-height: 20px;*/
  198. text-align: center;
  199. border: 1px solid #3B9ED0;
  200. border-radius: 4px;
  201. margin-left: 10px;
  202. cursor: pointer;
  203. text-decoration: none;
  204. }
  205. .tips-details {
  206. display: inline-block;
  207. width: 42px;
  208. height: 20px;
  209. border: 1px solid #3B9ED0;
  210. border-radius: 4px;
  211. text-align: center;
  212. font-size: 12px;
  213. color: #3B9ED0;
  214. line-height: 18px;
  215. margin: 0 10px -2px;
  216. cursor: pointer;
  217. }
  218. }
  219. .warn{
  220. padding: 10px 0px 0px 0px;
  221. font-size: 10px;
  222. color: #979797;
  223. text-align: center;
  224. }
  225. }
  226. }
  227. .modal {
  228. .shade {
  229. position: fixed;
  230. left: 0;
  231. top:0;
  232. right: 0;
  233. bottom: 0;
  234. background: #000;
  235. opacity: 0.3;
  236. filter:alpha(opacity=30);
  237. -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=30);";
  238. z-index: 3000;
  239. }
  240. .content {
  241. position: fixed;
  242. left: 50%;
  243. top: 50%;
  244. margin: -150px 0px 0px -95px;
  245. width: 300px;
  246. height: 190px;
  247. border-radius: 5px;
  248. background: #fff;
  249. z-index: 3001;
  250. padding: 0px 10px;
  251. .close {
  252. height: 50px;
  253. img{
  254. float: right;
  255. cursor: pointer;
  256. }
  257. }
  258. .message {
  259. height: 70px;
  260. padding:10px 30px;
  261. text-align: center;
  262. font-size: 16px;
  263. }
  264. .btn {
  265. .initial {
  266. width: 90px;
  267. height: 30px;
  268. border: 1px solid #3B9ED0;
  269. float: left;
  270. border-radius: 4px;
  271. text-align: center;
  272. line-height: 30px;
  273. color: #3B9ED0;
  274. font-size: 14px;
  275. cursor: pointer;
  276. margin-left: 20px;
  277. }
  278. .repetition {
  279. width: 90px;
  280. height: 30px;
  281. border: 1px solid #3B9ED0;
  282. float: right;
  283. border-radius: 4px;
  284. text-align: center;
  285. line-height: 30px;
  286. color: #3B9ED0;
  287. font-size: 14px;
  288. cursor: pointer;
  289. margin-right: 20px;
  290. }
  291. }
  292. }
  293. }
  294. .tipsModal {
  295. .shade {
  296. position: fixed;
  297. left: 0;
  298. top:0;
  299. right:0;
  300. bottom: 0;
  301. background: #000;
  302. opacity: 0.6;
  303. filter:alpha(opacity=60);
  304. -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=60);";
  305. z-index: 2000;
  306. }
  307. .message{
  308. padding: 10px 20px;
  309. overflow: auto;
  310. }
  311. .content {
  312. position: fixed;
  313. left: 50%;
  314. top:65px;
  315. right:0;
  316. bottom: 65px;
  317. margin-left: -410px;
  318. width: 820px;
  319. z-index: 2001;
  320. background: #fff;
  321. padding: 0px;
  322. .close {
  323. padding: 10px 20px;
  324. border-bottom: 1px solid #EAEDF1;
  325. img{
  326. float: right;
  327. margin: -5px -14px 0px 0px;
  328. cursor: pointer;
  329. }
  330. }
  331. }
  332. }
  333. }
  334. .diag-item {
  335. display: inline-block;
  336. padding: 0px 10px 0px 0px;
  337. }