@import './common.less'; .staticListWrap { position: absolute; width: 100%; min-height: 100%; /*height: 100%; min-width: 900px;*/ padding: 60px 20px 20px; box-sizing: border-box; background-color: #DDE2E4; /*overflow: auto;*/ .staticMainWrap { background-color: #fff; padding: 0 60px 20px 60px; } .staticResult { .loading{ text-align: center; img{ width: 50px; height: 50px; } } } .staticTopCenter { width: 100%; position: fixed; top: 0; left: 0; z-index: 10; height: 60px; line-height: 60px; background-color: @staticMainColor; } .staticTopLogo { height: 25px; margin-top: 16px; margin-left: 50px; } .staticTopTab { height: 60px; line-height: 60px; background-color: #fff; ul { } li { display: inline-block; font-size: 16px; color: #333; margin: 0 1.5vw; cursor: pointer; padding-bottom: 2px; } .tabFst { color: @staticMainColor; } } .staticTopSearch { width: 95.3%; max-width: 750px; height: 50px; line-height: 50px; background-color: #fff; border-radius: 8px; padding-right: 75px; box-sizing: border-box; position: relative; overflow: hidden; border: 1px solid #979797; input { height: 50px; line-height: 50px; box-sizing: border-box; float: left; width: 100%; padding: 0 30px; } .searchBtn { width: 75px; height: 50px; line-height: 50px; border-left: 1px solid #979797; position: absolute; right: 0; top: 0; cursor: pointer; color: #666; padding-left: 40px; box-sizing: border-box; img { position: absolute; left: 27px; top: 15px; width: 20px; height: 20px; } } } .foryou { width: 100%; text-align: center; margin:80px 0 50px 0; color: #333; font-size: 30px; font-weight: bold; } .staticBg { width: 800px; margin: 0 auto; img { width: 100%; } } .navTab { height: 70px; line-height: 70px; a { text-decoration: none; color: @staticMainColor; } } } .staticResult { .resultItem { padding: 14px 38px; background-color: #EDFAFF; margin-bottom: 14px; cursor: pointer; div { line-height: 20px; span { display: inline-block; } margin-bottom: 10px; } } .type { border-radius: 3px; color: #fff; padding: 0 5px; background-color: @staticMainColor; } .code{ font-size: 14px; color: #999; margin-left: 10px; } .drug{ color: @staticMainColor; margin-left: 10px; } .notice{ border: 1px solid @staticMainColor; color: @staticMainColor; border-radius: 3px; margin-left: 10px; padding: 0 5px; } .same { color: #666; } .content { word-break: break-all; max-height: 40px; overflow: hidden; } .resultItemEmpty { text-align: center; display: none; img { width: 358px; } p { color: #999; } } } .pagination{ margin: 35px 0 20px 0 ; text-align: right; .goNum { input::-webkit-outer-spin-button, input::-webkit-inner-spin-button { -webkit-appearance: none; } font-size: 12px; input { width: 25px; height: 22px; line-height: 22px; text-align: center; border-radius: 3px; border: 1px solid @staticMainColor; color: @staticMainColor; box-sizing: border-box; } } .select { font-size: 12px; color: @staticMainColor; height: 22px; line-height: 22px; border: 1px solid @staticMainColor; border-radius: 3px; box-sizing: border-box; position: relative; margin-right: 10px; outline: none; } .totalSum{ display: inline-block; font-size:12px; height: 22px; line-height: 22px; color: @staticMainColor; margin-right: 10px; position: relative; } .pageNum,.prePage,.nextPage, .more{ font-size: 12px; display: inline-block; box-sizing: border-box; /*width: 30px; height: 30px;*/ line-height: 30px; cursor: pointer; margin: 0 10px 0 0; text-align: center; color: @staticMainColor; border-radius: 3px; } .pageNum { text-decoration: underline; } .prePage,.nextPage{ img{ position: relative; top: 0px ; } } .more{ cursor: not-allowed; } .arrowPage{ width: 10px; } .activePage{ color: #FE7D3D; text-decoration: none; } .tipIcon{ color: #777; cursor: pointer; display: inline-block; margin-left: 6px; margin-right: 2px; } .toolTipIcon{ width: 18px; position: relative; top: 3px; } .tooltip{ visibility: hidden; position: relative; padding: 7px 10px; border-radius: 4px; margin: 100px auto; background-color: #4D4D4D; text-align: center; color: #fff; font-size: 14px; } .tooltip:before{ content: ''; display: block; position: absolute; bottom: 9px; left: -12px; border-bottom: 6px solid transparent; border-top: 6px solid transparent; border-left: 6px solid transparent; border-right: 6px solid #4D4D4D; } } .warning-box { display: none; position: fixed; width: 100%; height: 100%; top: 0; left: 0; .bg { width: 100%; height: 100%; background: #000; opacity: .3; z-index: 999; } .inner-box { width: 400px; background: #fff; position: absolute; top: 50%; left: 50%; margin: -90px 0 0 -200px; color: #333; border-radius: 4px; } .title { border-bottom: 1px #EBEBEB solid; height: 40px; line-height: 40px; span { margin-left: 20px; } i { margin-left: 322px; font-size: 16px; cursor: pointer; } } .content { padding: 30px 20px; img { width: 20px; height: 20px; vertical-align: middle; margin-right: 10px; } } button { width: 60px; height: 34px; background: @staticMainColor; color: #fff; text-align: center; border-radius: 3px; margin: 0 0 20px 322px; } }