12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271 |
- @charset "UTF-8";
- @import "console.config.less";
- // +----------------------------------------------------------------------
- // | ThinkAdmin
- // +----------------------------------------------------------------------
- // | 版权所有 2014~2021 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
- // +----------------------------------------------------------------------
- // | 官方网站: http://demo.thinkadmin.top
- // +----------------------------------------------------------------------
- // | 开源协议 ( https://mit-license.org )
- // +----------------------------------------------------------------------
- // | gitee 代码仓库:https://gitee.com/zoujingli/ThinkAdmin
- // | github 代码仓库:https://github.com/zoujingli/ThinkAdmin
- // +----------------------------------------------------------------------
- .notdata {
- padding: 15px;
- display: block;
- font-size: 13px;
- text-align: center;
- line-height: 22px;
- border-radius: @BoxBorderRadius;
- letter-spacing: 1px;
- background-color: #f2f2f2;
- }
- .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;
- }
- .overhide {
- overflow: hidden !important;
- }
- .overauto {
- overflow: auto !important;
- }
- .fixed {
- position: fixed !important;
- }
- .absolute {
- position: absolute !important
- }
- .relative {
- position: relative !important
- }
- .pointer {
- cursor: pointer !important
- }
- .nowrap {
- white-space: nowrap !important
- }
- .shadow {
- box-shadow: @ShadowMaxOuter;
- }
- .shadow-mini {
- box-shadow: @ShadowMinOuter;
- }
- .shadow-none {
- box-shadow: none !important;
- }
- .shadow-inset {
- box-shadow: @ShadowMaxInset;
- legend {
- background: #EEE;
- border-radius: 4px;
- }
- }
- .help-block {
- color: #999;
- font-size: 12px
- }
- .block {
- display: block !important
- }
- .inline-block {
- display: inline-block !important
- }
- @think-elips: {
- display: -webkit-box;
- overflow: hidden;
- line-height: 1.4em;
- text-overflow: ellipsis;
- -webkit-box-orient: vertical;
- }
- .think-elips {
- &-1 {
- @think-elips();
- line-clamp: 1;
- -webkit-line-clamp: 1;
- }
- &-2 {
- @think-elips();
- line-clamp: 2;
- -webkit-line-clamp: 2;
- }
- &-3 {
- @think-elips();
- line-clamp: 3;
- -webkit-line-clamp: 3;
- }
- &-4 {
- @think-elips();
- line-clamp: 4;
- -webkit-line-clamp: 4;
- }
- &-5 {
- @think-elips();
- line-clamp: 5;
- -webkit-line-clamp: 5;
- }
- }
- .think-box-shadow {
- padding: 20px !important;
- background: #fff !important;
- box-shadow: @ShadowMaxOuter;
- border-radius: @BoxBorderRadius;
- > form.layui-card {
- box-shadow: none;
- }
- }
- .input-right-icon {
- top: 1px;
- right: 1px;
- color: #098;
- width: 36px;
- height: 36px;
- display: inline-block;
- position: absolute;
- background: #E9E9E9;
- text-align: center;
- line-height: 38px;
- &:hover {
- color: #009080;
- background: #E0E0E0;
- }
- }
- [data-tips-image] {
- cursor: zoom-in !important
- }
- [data-lazy-src] {
- overflow: hidden;
- position: relative;
- background-size: cover;
- background-position: center center;
- }
- /** 加载进度 */
- .pace-inactive {
- display: none
- }
- .pace-progress {
- top: 0;
- right: 100%;
- width: 100%;
- height: 2px;
- z-index: 2000;
- position: fixed;
- background: #22df80
- }
- .uploadimage {
- width: 76px;
- height: 76px;
- cursor: pointer;
- position: relative;
- display: inline-block;
- border: 1px dashed #e2e2e2;
- background: url('../img/upimg.png') no-repeat center center;
- background-size: cover;
- span.layui-icon {
- right: 0;
- color: #fff;
- width: 20px;
- height: 20px;
- display: none;
- position: absolute;
- text-align: center;
- line-height: 22px;
- background: rgba(0, 0, 0, .5)
- }
- &:hover span.layui-icon {
- display: inline-block;
- }
- }
- .uploadimagemtl {
- margin-right: 8px;
- a {
- float: right;
- color: #EEE;
- width: 20px;
- height: 20px;
- margin: 4px 4px 0 0;
- display: none;
- text-align: center;
- line-height: 20px;
- background: rgba(0, 0, 0, 0.6);
- }
- &:hover a {
- cursor: pointer;
- display: inline-block;
- &:hover {
- color: #FFF;
- text-decoration: none
- }
- }
- }
- .upload-image-smbox,
- .upload-image-mdbox,
- .upload-image-lgbox {
- a {
- width: 30px;
- height: 30px;
- margin: 1px 1px 0 0;
- line-height: 30px;
- }
- }
- .upload-image-smbox .uploadimage {
- width: 120px;
- height: 120px;
- }
- .upload-image-mdbox .uploadimage {
- width: 180px;
- height: 180px;
- }
- .upload-image-lgbox .uploadimage {
- width: 260px;
- height: 260px;
- }
- .portal-block-container {
- font-size: 14px;
- margin-bottom: 10px;
- letter-spacing: 1px;
- .portal-block {
- &-icon {
- top: 45%;
- right: 8%;
- font-size: 65px;
- position: absolute;
- color: rgba(255, 255, 255, 0.4);
- }
- &-item {
- color: #fff;
- padding: 15px 25px;
- position: relative;
- line-height: 3em;
- border-radius: @BoxBorderRadius;
- box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .2);
- > div:nth-child(2) {
- font-size: 46px;
- line-height: 46px;
- }
- }
- }
- }
- label.think-radio,
- label.think-checkbox {
- cursor: pointer;
- margin-right: 10px;
- display: inline-block;
- }
- .think-radio,
- .think-checkbox {
- .notselect();
- margin-top: 10px;
- font-weight: 400;
- line-height: 18px;
- input[type=radio],
- input[type=checkbox] {
- width: 18px;
- height: 18px;
- cursor: pointer;
- border: 1px solid @RadioBorderNormalColor;
- position: relative;
- background: #fff;
- margin-right: 5px;
- vertical-align: bottom;
- display: inline-block !important;
- box-sizing: border-box !important;
- appearance: none;
- -webkit-appearance: none;
- &:checked {
- border-color: #009688;
- &:after {
- display: block;
- position: relative;
- animation-duration: .3s;
- -webkit-animation-duration: .3s;
- animation-fill-mode: both;
- -webkit-animation-fill-mode: both;
- animation-name: layui-scale-spring;
- -webkit-animation-name: layui-scale-spring;
- }
- }
- }
- input[type=radio] {
- border-radius: 1em;
- &:checked:after {
- top: 4px;
- left: 4px;
- width: 8px;
- height: 8px;
- cursor: pointer;
- content: '';
- background: #009688;
- border-radius: 1em;
- }
- }
- input[type=checkbox] {
- border-radius: 1px;
- &:checked:after {
- color: #009688;
- cursor: pointer;
- padding: 2px;
- content: "\e605";
- font-size: 12px;
- font-style: normal;
- font-weight: 700;
- font-family: layui-icon !important;
- -webkit-font-smoothing: antialiased;
- -moz-osx-font-smoothing: grayscale
- }
- }
- }
- /* 通用分页 */
- .pagination-container {
- margin-top: 20px;
- line-height: 30px;
- padding-top: 5px;
- padding-bottom: 5px;
- span {
- color: #666;
- font-size: 9pt
- }
- select {
- border: 1px solid #DDD;
- }
- ul {
- float: right;
- height: 30px;
- margin: 0;
- padding: 0;
- display: inline-block;
- li {
- z-index: 1;
- height: 30px;
- line-height: 30px;
- display: inline-block;
- a, span {
- color: #333;
- width: 30px;
- height: 30px;
- border: 1px solid @BoxBorderColor;
- overflow: hidden;
- font-size: 12px;
- text-align: center;
- line-height: 30px;
- margin-right: 3px;
- display: inline-block;
- box-sizing: border-box;
- }
- span {
- cursor: default;
- background: #DCDCDC;
- }
- a:hover {
- border-color: #009688;
- }
- &.active {
- z-index: 2;
- span {
- color: #fff;
- border-color: #009688;
- background: #009688 !important
- }
- }
- &.disabled {
- span {
- font-size: 16px;
- font-weight: 700;
- line-height: 22px;
- }
- }
- &:last-child, &:first-child {
- a, span {
- font-size: 16px;
- font-weight: 700;
- line-height: 28px;
- }
- }
- }
- }
- }
- /* 分隔线条 */
- .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);
- }
- }
- .pull- {
- &left {
- float: left !important
- }
- &right {
- float: right !important
- }
- }
- .full- {
- &width {
- width: 100% !important
- }
- &height {
- height: 100% !important
- }
- }
- .color- {
- &red {
- color: #e44 !important
- }
- &blue {
- color: #29f !important
- }
- &desc {
- color: #999 !important
- }
- &text {
- color: #333 !important
- }
- &green {
- color: #090 !important
- }
- }
- .sub-span- {
- &red span {
- color: #e44 !important
- }
- &blue span {
- color: #29f !important
- }
- &desc span {
- color: #999 !important
- }
- &text span {
- color: #333 !important
- }
- &green span {
- color: #090 !important
- }
- }
- .sub-strong- {
- &s10 b {
- font-size: 10px;
- }
- &s12 b {
- font-size: 12px;
- }
- &s14 b {
- font-size: 14px;
- }
- &red b {
- color: #ec494e !important
- }
- &blue b {
- color: #2494f2 !important
- }
- &desc b {
- color: #999 !important
- }
- &text b {
- color: #333 !important
- }
- &green b {
- color: #090 !important
- }
- }
- .think-bg- {
- &red {
- color: #FFF;
- background: linear-gradient(-125deg, #ff7d7d, #fb2c95) !important
- }
- &gray {
- color: #333;
- background: linear-gradient(-113deg, #EEEEEE, #EEEEEE) !important
- }
- &blue {
- color: #FFF;
- background: linear-gradient(-125deg, #57bdbf, #2f9de2) !important
- }
- &orig {
- color: #FFF;
- background: linear-gradient(-141deg, #ecca1b, #f39526) !important
- }
- &violet {
- color: #FFF;
- background: linear-gradient(-113deg, #c543d8, #925cc3) !important
- }
- &white {
- color: #333;
- background: white !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
- }
- }
- .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;
- }
- }
- .border {
- &-0 {
- border: 0 !important
- }
- &-line {
- border: 1px solid @BoxBorderColor;
- }
- &-bottom-line {
- border-bottom: 1px solid @BoxBorderColor;
- }
- &-top-0 {
- border-top: 0 !important;
- }
- &-left-0 {
- border-left: 0 !important;
- }
- &-right-0 {
- border-right: 0 !important;
- }
- &-bottom-0 {
- border-bottom: 0 !important;
- }
- &-radius {
- border-radius: 50% !important;
- &-0 {
- border-radius: 0 !important
- }
- &-5 {
- border-radius: 5px !important;
- }
- &-6 {
- border-radius: 6px !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
- }
- }
- }
- .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
- }
- &-col {
- &-0 {
- margin-left: 0 !important;
- margin-right: 0 !important;
- }
- &-5 {
- margin-left: 5px !important;
- margin-right: 5px !important;
- }
- &-10 {
- margin-left: 10px !important;
- margin-right: 10px !important;
- }
- &-15 {
- margin-left: 15px !important;
- margin-right: 15px !important;
- }
- &-20 {
- margin-left: 20px !important;
- margin-right: 20px !important;
- }
- &-25 {
- margin-left: 25px !important;
- margin-right: 25px !important;
- }
- &-30 {
- margin-left: 30px !important;
- margin-right: 30px !important;
- }
- &-40 {
- margin-left: 40px !important;
- margin-right: 40px !important;
- }
- }
- &-row {
- &-0 {
- margin-top: 0 !important;
- margin-bottom: 0 !important;
- }
- &-5 {
- margin-top: 5px !important;
- margin-bottom: 5px !important;
- }
- &-10 {
- margin-top: 10px !important;
- margin-bottom: 10px !important;
- }
- &-15 {
- margin-top: 15px !important;
- margin-bottom: 15px !important;
- }
- &-20 {
- margin-top: 20px !important;
- margin-bottom: 20px !important;
- }
- &-25 {
- margin-top: 25px !important;
- margin-bottom: 25px !important;
- }
- &-30 {
- margin-top: 30px !important;
- margin-bottom: 30px !important;
- }
- &-40 {
- margin-top: 40px !important;
- margin-bottom: 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
- }
- }
- }
- .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
- }
- &-col {
- &-0 {
- padding-left: 0 !important;
- padding-right: 0 !important;
- }
- &-5 {
- padding-left: 5px !important;
- padding-right: 5px !important;
- }
- &-10 {
- padding-left: 10px !important;
- padding-right: 10px !important;
- }
- &-15 {
- padding-left: 15px !important;
- padding-right: 15px !important;
- }
- &-20 {
- padding-left: 20px !important;
- padding-right: 20px !important;
- }
- &-25 {
- padding-left: 25px !important;
- padding-right: 25px !important;
- }
- &-30 {
- padding-left: 30px !important;
- padding-right: 30px !important;
- }
- &-40 {
- padding-left: 40px !important;
- padding-right: 40px !important;
- }
- }
- &-row {
- &-0 {
- padding-top: 0 !important;
- padding-bottom: 0 !important;
- }
- &-5 {
- padding-top: 5px !important;
- padding-bottom: 5px !important;
- }
- &-10 {
- padding-top: 10px !important;
- padding-bottom: 10px !important;
- }
- &-15 {
- padding-top: 15px !important;
- padding-bottom: 15px !important;
- }
- &-20 {
- padding-top: 20px !important;
- padding-bottom: 20px !important;
- }
- &-25 {
- padding-top: 25px !important;
- padding-bottom: 25px !important;
- }
- &-30 {
- padding-top: 30px !important;
- padding-bottom: 30px !important;
- }
- &-40 {
- padding-top: 40px !important;
- padding-bottom: 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
- }
- }
- }
|