index.less 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205
  1. .tips{
  2. border:1px solid #EAEDF1;
  3. .tips-title,h1{
  4. font-size: 14px;
  5. color: #000;
  6. padding: 8px 15px;
  7. background: #EAF7FA;
  8. font-weight: bold;
  9. img {
  10. float:left;
  11. margin-top: 0px;
  12. margin-right: 5px;
  13. }
  14. }
  15. .tips-title{
  16. .tips-name{
  17. width: 255px;
  18. display: inline-block;
  19. }
  20. h2{
  21. display: inline-block;
  22. }
  23. .tips-btn{
  24. display: inline-block;
  25. float: right;
  26. }
  27. .redTips{
  28. display: inline-block;
  29. font-size: 12px;
  30. -webkit-transform:scale(0.9);
  31. color: red;
  32. font-weight: normal;
  33. white-space: nowrap;
  34. }
  35. .tipsDetails {
  36. display: inline-block;
  37. font-weight: normal;
  38. width: 42px;
  39. height: 20px;
  40. border: 1px solid #262626;
  41. border-radius: 4px;
  42. text-align: center;
  43. font-size: 12px;
  44. // color: #3B9ED0;
  45. color: #262626;
  46. line-height: 18px;
  47. margin: 0 0 -2px 10px;
  48. cursor: pointer;
  49. }
  50. }
  51. .chronic{
  52. background: rgba(242,150,91,0.1);
  53. }
  54. .content{
  55. font-size: 14px;
  56. padding:6px 15px;
  57. .list{
  58. border-bottom: 1px solid #EAEDF1;
  59. padding-bottom: 10px;
  60. position: relative;
  61. .infoPic{
  62. vertical-align: middle;
  63. margin: 0 5px;
  64. }
  65. >p{
  66. margin-top: 10px;
  67. }
  68. .listName{
  69. color:#3B9ED0;
  70. }
  71. .listResult{
  72. float: right;
  73. color: #000012;
  74. i{
  75. color: #F98F24;
  76. }
  77. img{
  78. vertical-align: middle;
  79. }
  80. }
  81. .infoBox{
  82. position: absolute;
  83. top:27px;
  84. width: 388px;
  85. background: #fff;
  86. z-index: 66;
  87. border: 1px solid #EAEDF1;
  88. box-shadow: 0 5px 10px 0 rgba(0,0,0,0.10);
  89. .infoTitle{
  90. height: 40px;
  91. line-height: 40px;
  92. padding-left: 18px;
  93. // border-bottom: 1px solid #EAEDF1;
  94. background: #DFEAFE;
  95. img{
  96. vertical-align: text-top;
  97. }
  98. .closeIcon{
  99. // vertical-align: middle;
  100. float: right;
  101. }
  102. }
  103. .infoCon{
  104. padding: 15px 26px 25px;
  105. }
  106. }
  107. }
  108. .mainList{
  109. .listBtn{
  110. display: inline-block;
  111. width: 96px;
  112. height: 26px;
  113. line-height: 26px;
  114. text-align: center;
  115. border: 1px solid #EAEDF1;
  116. border-radius: 4px;
  117. }
  118. .listResult{
  119. line-height: 26px;
  120. i{
  121. cursor: pointer;
  122. }
  123. }
  124. .mainBox{
  125. top: 65px;
  126. .infoOption{
  127. padding: 20px 0;
  128. }
  129. .infoConBtn{
  130. text-align: right;
  131. border-top: 1px solid #EAEDF1;
  132. padding-top: 10px;
  133. span{
  134. color:#3B9ED0;
  135. display: inline-block;
  136. width: 66px;
  137. height: 32px;
  138. line-height: 32px;
  139. text-align: center;
  140. border: 1px solid #3B9ED0;
  141. border-radius: 4px;
  142. }
  143. }
  144. }
  145. }
  146. .list:last-child{
  147. border-bottom:none;
  148. }
  149. }
  150. }
  151. .toast-title{
  152. position: absolute;
  153. top: 17px;
  154. font-size: 16px;
  155. // border-bottom: 1px solid #666;
  156. width: 87%;
  157. height: 25px;
  158. }
  159. .toast-cont{
  160. line-height: 24px;
  161. font-size: 14px;
  162. // margin-top: 15px;
  163. height: 222px;
  164. overflow-y: auto;
  165. padding: 10px 0 0 10px;
  166. li{
  167. margin-top: 10px;
  168. cursor: pointer;
  169. }
  170. }
  171. .footer{
  172. .print{
  173. width: 111px;
  174. height: 34px;
  175. line-height: 34px;
  176. outline: none;
  177. border-radius: 4px;
  178. /*color: #3B9ED0;*/
  179. border: 0 none;
  180. cursor: pointer;
  181. background: #fff;
  182. margin-right: 20px;
  183. img{
  184. width: 20px;
  185. vertical-align: middle;
  186. margin-right: 4px;
  187. }
  188. }
  189. .okBtn{
  190. width: 80px;
  191. height: 34px;
  192. line-height: 32px;
  193. text-align: center;
  194. outline: none;
  195. border-radius: 4px;
  196. cursor: pointer;
  197. border: 1px solid #3B9ED0;
  198. box-sizing: border-box;
  199. margin-left: 20px;
  200. background: #3B9ED0;
  201. color: #fff;
  202. float: right;
  203. margin-right: 20px;
  204. }
  205. }