123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717 |
- .notdata {
- padding: 15px;
- display: block;
- font-size: 13px;
- text-align: center;
- line-height: 22px;
- letter-spacing: 8px;
- border: 1px solid #e6e6e6;
- background-color: #f2f2f2;
- border-radius: 0 2px 2px 0;
- }
- .notselect {
- user-select: none;
- -ms-user-select: none;
- -moz-user-select: none;
- -webkit-user-select: none
- }
- .transition {
- transition: all .2s linear;
- -o-transition: all .2s linear;
- -moz-transition: all .2s linear;
- -webkit-transition: all .2s linear;
- }
- .absolute {
- position: absolute !important
- }
- .relative {
- position: relative !important
- }
- .block {
- display: block !important
- }
- .pointer {
- cursor: pointer !important
- }
- .nowrap {
- white-space: nowrap !important
- }
- .help-block {
- color: #999;
- font-size: 12px
- }
- .inline-block {
- display: inline-block !important
- }
- .pull- {
- &left {
- float: left !important
- }
- &right {
- float: right !important
- }
- }
- .full- {
- &width {
- width: 100% !important
- }
- &height {
- height: 100% !important
- }
- }
- .color- {
- &red {
- color: #ec494e !important
- }
- &blue {
- color: #2494f2 !important
- }
- &desc {
- color: #999 !important
- }
- &text {
- color: #333 !important
- }
- &green {
- color: #090 !important
- }
- }
- .text- {
- &top {
- vertical-align: top !important
- }
- &left {
- text-align: left !important
- }
- &right {
- text-align: right !important
- }
- ¢er {
- text-align: center !important
- }
- &middle {
- vertical-align: middle !important
- }
- &bottom {
- vertical-align: bottom !important
- }
- }
- .think-bg- {
- &white {
- background: white !important
- }
- &blue {
- background: linear-gradient(-125deg, #57bdbf, #2f9de2) !important
- }
- &orig {
- background: linear-gradient(-141deg, #ecca1b, #f39526) !important
- }
- &red {
- background: linear-gradient(-125deg, #ff7d7d, #fb2c95) !important
- }
- &violet {
- background: linear-gradient(-113deg, #c543d8, #925cc3) !important
- }
- }
- /* 分隔线条 */
- .hr-line- {
- &dashed {
- color: #fff;
- height: 1px;
- margin: 15px 0;
- background-color: #fff;
- border-top: 1px dashed #e7eaec
- }
- &solid {
- margin-top: 15px;
- margin-bottom: 15px;
- border-bottom: 1px solid #e7eaec;
- background-color: rgba(0, 0, 0, 0)
- }
- }
- /* 文字大小 */
- .border-0 {
- border: 0 !important
- }
- .border-radius {
- &-0 {
- border-radius: 0 !important
- }
- &-left-0 {
- border-top-left-radius: 0 !important;
- border-bottom-left-radius: 0 !important
- }
- &-right-0 {
- border-top-right-radius: 0 !important;
- border-bottom-right-radius: 0 !important
- }
- }
- .font- {
- &s10 {
- font-size: 10px !important
- }
- &s11 {
- font-size: 11px !important
- }
- &s12 {
- font-size: 12px !important
- }
- &s13 {
- font-size: 13px !important
- }
- &s14 {
- font-size: 14px !important
- }
- &s15 {
- font-size: 15px !important
- }
- &s16 {
- font-size: 16px !important
- }
- &s18 {
- font-size: 18px !important
- }
- &s20 {
- font-size: 20px !important
- }
- &s30 {
- font-size: 30px !important
- }
- &s40 {
- font-size: 40px !important
- }
- &w1 {
- font-weight: 100 !important;
- }
- &w2 {
- font-weight: 200 !important;
- }
- &w3 {
- font-weight: 300 !important;
- }
- &w4 {
- font-weight: 400 !important;
- }
- &w5 {
- font-weight: 500 !important;
- }
- &w6 {
- font-weight: 600 !important;
- }
- &w7 {
- font-weight: 700 !important;
- }
- &w8 {
- font-weight: 800 !important;
- }
- &w9 {
- font-weight: 900 !important;
- }
- }
- .padding {
- &-0 {
- padding: 0 !important
- }
- &-5 {
- padding: 5px !important
- }
- &-10 {
- padding: 10px !important
- }
- &-15 {
- padding: 15px !important
- }
- &-20 {
- padding: 20px !important
- }
- &-25 {
- padding: 25px !important
- }
- &-30 {
- padding: 30px !important
- }
- &-40 {
- padding: 40px !important
- }
- &-top {
- &-0 {
- padding-top: 0 !important
- }
- &-5 {
- padding-top: 5px !important
- }
- &-10 {
- padding-top: 10px !important
- }
- &-15 {
- padding-top: 15px !important
- }
- &-20 {
- padding-top: 20px !important
- }
- &-30 {
- padding-top: 30px !important
- }
- &-40 {
- padding-top: 40px !important
- }
- }
- &-left {
- &-0 {
- padding-left: 0 !important
- }
- &-5 {
- padding-left: 5px !important
- }
- &-10 {
- padding-left: 10px !important
- }
- &-15 {
- padding-left: 15px !important
- }
- &-20 {
- padding-left: 20px !important
- }
- &-30 {
- padding-left: 30px !important
- }
- &-40 {
- padding-left: 40px !important
- }
- }
- &-right {
- &-0 {
- padding-right: 0 !important
- }
- &-5 {
- padding-right: 5px !important
- }
- &-10 {
- padding-right: 10px !important
- }
- &-15 {
- padding-right: 15px !important
- }
- &-20 {
- padding-right: 20px !important
- }
- &-30 {
- padding-right: 30px !important
- }
- &-40 {
- padding-right: 40px !important
- }
- }
- &-bottom {
- &-0 {
- padding-bottom: 0 !important
- }
- &-5 {
- padding-bottom: 5px !important
- }
- &-10 {
- padding-bottom: 10px !important
- }
- &-15 {
- padding-bottom: 15px !important
- }
- &-20 {
- padding-bottom: 20px !important
- }
- &-30 {
- padding-bottom: 30px !important
- }
- &-40 {
- padding-bottom: 40px !important
- }
- }
- }
- .margin {
- &-0 {
- margin: 0 !important
- }
- &-5 {
- margin: 5px !important
- }
- &-10 {
- margin: 10px !important
- }
- &-15 {
- margin: 15px !important
- }
- &-20 {
- margin: 20px !important
- }
- &-25 {
- margin: 25px !important
- }
- &-30 {
- margin: 30px !important
- }
- &-40 {
- margin: 40px !important
- }
- &-top {
- &-0 {
- margin-top: 0 !important
- }
- &-5 {
- margin-top: 5px !important
- }
- &-10 {
- margin-top: 10px !important
- }
- &-15 {
- margin-top: 15px !important
- }
- &-20 {
- margin-top: 20px !important
- }
- &-25 {
- margin-top: 25px !important
- }
- &-30 {
- margin-top: 30px !important
- }
- &-40 {
- margin-top: 40px !important;
- }
- }
- &-left {
- &-0 {
- margin-left: 0 !important
- }
- &-5 {
- margin-left: 5px !important
- }
- &-10 {
- margin-left: 10px !important
- }
- &-15 {
- margin-left: 15px !important
- }
- &-20 {
- margin-left: 20px !important
- }
- &-25 {
- margin-left: 25px !important
- }
- &-30 {
- margin-left: 30px !important
- }
- &-40 {
- margin-left: 40px !important
- }
- }
- &-right {
- &-0 {
- margin-right: 0 !important
- }
- &-5 {
- margin-right: 5px !important
- }
- &-10 {
- margin-right: 10px !important
- }
- &-15 {
- margin-right: 15px !important
- }
- &-20 {
- margin-right: 20px !important
- }
- &-25 {
- margin-right: 25px !important
- }
- &-30 {
- margin-right: 30px !important
- }
- &-40 {
- margin-right: 40px !important
- }
- }
- &-bottom {
- &-0 {
- margin-bottom: 0 !important
- }
- &-5 {
- margin-bottom: 5px !important
- }
- &-10 {
- margin-bottom: 10px !important
- }
- &-15 {
- margin-bottom: 15px !important
- }
- &-20 {
- margin-bottom: 20px !important
- }
- &-25 {
- margin-bottom: 25px !important
- }
- &-30 {
- margin-bottom: 30px !important
- }
- &-40 {
- margin-bottom: 40px !important
- }
- }
- }
- /* 浏览器DEBUG */
- .version-debug {
- width: 100%;
- color: #fff;
- height: 100px;
- font-size: 20px;
- text-align: center;
- line-height: 100px;
- margin-bottom: 40px;
- background-color: #E90D24
- }
- /** 加载进度 */
- .pace-inactive {
- display: none
- }
- .pace-progress {
- top: 0;
- right: 100%;
- width: 100%;
- height: 2px;
- z-index: 2000;
- position: fixed;
- background: #22df80
- }
- /* 图片上传 */
- .moxie-shim {
- display: none !important
- }
- .uploadimage {
- width: 5pc;
- height: 5pc;
- cursor: pointer;
- display: inline-block;
- background: url('../img/image.png') no-repeat center center;
- background-size: cover;
- }
- .uploadimagemtl {
- margin-right: 8px;
- a {
- color: #fff;
- width: 20px;
- height: 20px;
- float: right;
- display: none;
- text-align: center;
- line-height: 22px;
- background: rgba(0, 0, 0, .5)
- }
- &:hover a {
- cursor: pointer;
- display: inline-block;
- &:hover {
- color: #fff;
- text-decoration: none
- }
- }
- }
- /* 通用分页 */
- .pagination-container {
- line-height: 40px;
- > span {
- color: #666;
- font-size: 9pt
- }
- > ul {
- float: right;
- display: inline-block;
- margin: 0;
- padding: 0;
- > li {
- z-index: 1;
- display: inline-block;
- &.active {
- z-index: 2;
- > span {
- color: #fff;
- border-color: #098;
- padding-right: 1px;
- background: #009688 !important
- }
- }
- > a, > span {
- color: #333;
- width: 33px;
- height: 30px;
- border: 1px solid #dcdcdc;
- display: inline-block;
- margin-left: -1px;
- text-align: center;
- line-height: 28px
- }
- > span {
- background: #dcdcdc;
- cursor: default
- }
- > a:hover {
- background: #dcdcdc;
- border-color: #dcdcdc
- }
- }
- }
- }
- [data-tips-image] {
- cursor: zoom-in !important
- }
|