searchStaticList.less 6.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353
  1. @import './common.less';
  2. .staticListWrap {
  3. position: absolute;
  4. width: 100%;
  5. min-height: 100%;
  6. /*height: 100%;
  7. min-width: 900px;*/
  8. padding: 60px 20px 20px;
  9. box-sizing: border-box;
  10. background-color: #DDE2E4;
  11. /*overflow: auto;*/
  12. .staticMainWrap {
  13. background-color: #fff;
  14. padding: 0 60px 20px 60px;
  15. }
  16. .staticResult {
  17. .loading{
  18. text-align: center;
  19. img{
  20. width: 50px;
  21. height: 50px;
  22. }
  23. }
  24. }
  25. .staticTopCenter {
  26. width: 100%;
  27. position: fixed;
  28. top: 0;
  29. left: 0;
  30. z-index: 10;
  31. height: 60px;
  32. line-height: 60px;
  33. background-color: @staticMainColor;
  34. }
  35. .staticTopLogo {
  36. height: 25px;
  37. margin-top: 16px;
  38. margin-left: 50px;
  39. }
  40. .staticTopTab {
  41. height: 60px;
  42. line-height: 60px;
  43. background-color: #fff;
  44. ul {
  45. }
  46. li {
  47. display: inline-block;
  48. font-size: 16px;
  49. color: #333;
  50. margin: 0 1.5vw;
  51. cursor: pointer;
  52. padding-bottom: 2px;
  53. }
  54. .tabFst {
  55. color: @staticMainColor;
  56. }
  57. }
  58. .staticTopSearch {
  59. width: 95.3%;
  60. max-width: 750px;
  61. height: 50px;
  62. line-height: 50px;
  63. background-color: #fff;
  64. border-radius: 8px;
  65. padding-right: 75px;
  66. box-sizing: border-box;
  67. position: relative;
  68. overflow: hidden;
  69. border: 1px solid #979797;
  70. input {
  71. height: 50px;
  72. line-height: 50px;
  73. box-sizing: border-box;
  74. float: left;
  75. width: 100%;
  76. padding: 0 30px;
  77. }
  78. .searchBtn {
  79. width: 75px;
  80. height: 50px;
  81. line-height: 50px;
  82. border-left: 1px solid #979797;
  83. position: absolute;
  84. right: 0;
  85. top: 0;
  86. cursor: pointer;
  87. color: #666;
  88. padding-left: 40px;
  89. box-sizing: border-box;
  90. img {
  91. position: absolute;
  92. left: 27px;
  93. top: 15px;
  94. width: 20px;
  95. height: 20px;
  96. }
  97. }
  98. }
  99. .foryou {
  100. width: 100%;
  101. text-align: center;
  102. margin:80px 0 50px 0;
  103. color: #333;
  104. font-size: 30px;
  105. font-weight: bold;
  106. }
  107. .staticBg {
  108. width: 800px;
  109. margin: 0 auto;
  110. img {
  111. width: 100%;
  112. }
  113. }
  114. .navTab {
  115. height: 70px;
  116. line-height: 70px;
  117. a {
  118. text-decoration: none;
  119. color: @staticMainColor;
  120. }
  121. }
  122. }
  123. .staticResult {
  124. .resultItem {
  125. padding: 14px 38px;
  126. background-color: #EDFAFF;
  127. margin-bottom: 14px;
  128. cursor: pointer;
  129. div {
  130. line-height: 20px;
  131. span {
  132. display: inline-block;
  133. }
  134. margin-bottom: 10px;
  135. }
  136. }
  137. .type {
  138. border-radius: 3px;
  139. color: #fff;
  140. padding: 0 5px;
  141. background-color: @staticMainColor;
  142. }
  143. .code{
  144. font-size: 14px;
  145. color: #999;
  146. margin-left: 10px;
  147. }
  148. .drug{
  149. color: @staticMainColor;
  150. margin-left: 10px;
  151. }
  152. .notice{
  153. border: 1px solid @staticMainColor;
  154. color: @staticMainColor;
  155. border-radius: 3px;
  156. margin-left: 10px;
  157. padding: 0 5px;
  158. }
  159. .same {
  160. color: #666;
  161. }
  162. .content {
  163. word-break: break-all;
  164. max-height: 40px;
  165. overflow: hidden;
  166. }
  167. .resultItemEmpty {
  168. text-align: center;
  169. display: none;
  170. img {
  171. width: 358px;
  172. }
  173. p {
  174. color: #999;
  175. }
  176. }
  177. }
  178. .pagination{
  179. margin: 35px 0 20px 0 ;
  180. text-align: right;
  181. .goNum {
  182. input::-webkit-outer-spin-button,
  183. input::-webkit-inner-spin-button {
  184. -webkit-appearance: none;
  185. }
  186. font-size: 12px;
  187. input {
  188. width: 25px;
  189. height: 22px;
  190. line-height: 22px;
  191. text-align: center;
  192. border-radius: 3px;
  193. border: 1px solid @staticMainColor;
  194. color: @staticMainColor;
  195. box-sizing: border-box;
  196. }
  197. }
  198. .select {
  199. font-size: 12px;
  200. color: @staticMainColor;
  201. height: 22px;
  202. line-height: 22px;
  203. border: 1px solid @staticMainColor;
  204. border-radius: 3px;
  205. box-sizing: border-box;
  206. position: relative;
  207. margin-right: 10px;
  208. outline: none;
  209. }
  210. .totalSum{
  211. display: inline-block;
  212. font-size:12px;
  213. height: 22px;
  214. line-height: 22px;
  215. color: @staticMainColor;
  216. margin-right: 10px;
  217. position: relative;
  218. }
  219. .pageNum,.prePage,.nextPage, .more{
  220. font-size: 12px;
  221. display: inline-block;
  222. box-sizing: border-box;
  223. /*width: 30px;
  224. height: 30px;*/
  225. line-height: 30px;
  226. cursor: pointer;
  227. margin: 0 10px 0 0;
  228. text-align: center;
  229. color: @staticMainColor;
  230. border-radius: 3px;
  231. }
  232. .pageNum {
  233. text-decoration: underline;
  234. }
  235. .prePage,.nextPage{
  236. img{
  237. position: relative;
  238. top: 0px ;
  239. }
  240. }
  241. .more{
  242. cursor: not-allowed;
  243. }
  244. .arrowPage{
  245. width: 10px;
  246. }
  247. .activePage{
  248. color: #FE7D3D;
  249. text-decoration: none;
  250. }
  251. .tipIcon{
  252. color: #777;
  253. cursor: pointer;
  254. display: inline-block;
  255. margin-left: 6px;
  256. margin-right: 2px;
  257. }
  258. .toolTipIcon{
  259. width: 18px;
  260. position: relative;
  261. top: 3px;
  262. }
  263. .tooltip{
  264. visibility: hidden;
  265. position: relative;
  266. padding: 7px 10px;
  267. border-radius: 4px;
  268. margin: 100px auto;
  269. background-color: #4D4D4D;
  270. text-align: center;
  271. color: #fff;
  272. font-size: 14px;
  273. }
  274. .tooltip:before{
  275. content: '';
  276. display: block;
  277. position: absolute;
  278. bottom: 9px;
  279. left: -12px;
  280. border-bottom: 6px solid transparent;
  281. border-top: 6px solid transparent;
  282. border-left: 6px solid transparent;
  283. border-right: 6px solid #4D4D4D;
  284. }
  285. }
  286. .warning-box {
  287. display: none;
  288. position: fixed;
  289. width: 100%;
  290. height: 100%;
  291. top: 0;
  292. left: 0;
  293. .bg {
  294. width: 100%;
  295. height: 100%;
  296. background: #000;
  297. opacity: .3;
  298. z-index: 999;
  299. }
  300. .inner-box {
  301. width: 400px;
  302. background: #fff;
  303. position: absolute;
  304. top: 50%;
  305. left: 50%;
  306. margin: -90px 0 0 -200px;
  307. color: #333;
  308. border-radius: 4px;
  309. }
  310. .title {
  311. border-bottom: 1px #EBEBEB solid;
  312. height: 40px;
  313. line-height: 40px;
  314. span {
  315. margin-left: 20px;
  316. }
  317. i {
  318. margin-left: 322px;
  319. font-size: 16px;
  320. cursor: pointer;
  321. }
  322. }
  323. .content {
  324. padding: 30px 20px;
  325. img {
  326. width: 20px;
  327. height: 20px;
  328. vertical-align: middle;
  329. margin-right: 10px;
  330. }
  331. }
  332. button {
  333. width: 60px;
  334. height: 34px;
  335. background: @staticMainColor;
  336. color: #fff;
  337. text-align: center;
  338. border-radius: 3px;
  339. margin: 0 0 20px 322px;
  340. }
  341. }