1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372 |
- @charset "UTF-8";
- .fixed {
- position: fixed !important;
- }
- .absolute {
- position: absolute !important;
- }
- .relative {
- position: relative !important;
- }
- .headimg {
- width: 35px;
- height: 35px;
- display: inline-block;
- overflow: hidden;
- text-align: center;
- margin-right: 5px;
- margin-bottom: 5px;
- border-radius: 50%;
- vertical-align: middle;
- background-size: cover;
- background-repeat: no-repeat;
- background-position: center center;
- }
- .headimg-no {
- border: none;
- box-shadow: none;
- border-radius: 0;
- }
- .headimg-xs {
- width: 28px;
- height: 28px;
- }
- .headimg-sm {
- width: 38px;
- height: 38px;
- }
- .headimg-md {
- width: 58px;
- height: 58px;
- }
- .headimg-lg {
- width: 88px;
- height: 88px;
- }
- .headimg > img {
- width: 110%;
- height: 110%;
- max-width: 110%;
- max-height: 110%;
- margin: -5% 0 0 -5%;
- }
- .headimg + * {
- vertical-align: middle;
- }
- .notdata {
- padding: 15px;
- display: block;
- font-size: 13px;
- text-align: center;
- line-height: 22px;
- border-radius: 5px;
- letter-spacing: 1px;
- background-color: #f2f2f2;
- border: 1px solid #EEE;
- }
- .notselect {
- user-select: none;
- -ms-user-select: none;
- -moz-user-select: none;
- -webkit-user-select: none;
- }
- .transition {
- transition: all 0.2s linear;
- -o-transition: all 0.2s linear;
- -moz-transition: all 0.2s linear;
- -webkit-transition: all 0.2s linear;
- }
- .overhide {
- overflow: hidden !important;
- }
- .overauto {
- overflow: auto !important;
- }
- .pointer {
- cursor: pointer !important;
- }
- .nowrap {
- white-space: nowrap !important;
- }
- .shadow {
- box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
- }
- .shadow-none {
- box-shadow: none !important;
- }
- .shadow-mini {
- box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
- }
- .shadow-inset {
- box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.1) inset;
- }
- .block {
- display: block !important;
- }
- .help-block {
- color: #999;
- font-size: 12px;
- }
- .help-label {
- color: #999 !important;
- }
- .help-label b {
- margin-right: 5px;
- color: #090 !important;
- }
- .inline-block {
- display: inline-block !important;
- }
- /*! 搜索表单样式 */
- .form-search .layui-btn {
- height: 32px;
- padding: 0 10px;
- font-size: 13px;
- line-height: 32px;
- }
- .form-search .layui-btn .layui-icon {
- font-size: 15px;
- }
- .form-search .layui-form-item {
- white-space: nowrap;
- margin-right: 8px;
- border: 1px solid #EEE;
- }
- .form-search .layui-form-item:last-child {
- border: none;
- }
- .form-search .layui-form-item .layui-form-label {
- width: auto !important;
- border: none;
- height: 30px;
- padding: 0 8px;
- line-height: 32px;
- border-right: 1px solid #EEE;
- }
- .form-search .layui-form-item .layui-input-inline {
- width: 150px;
- margin: 0 !important;
- display: inline-block !important;
- }
- .form-search .layui-form-item .layui-input-inline input,
- .form-search .layui-form-item .layui-input-inline select {
- width: 100%;
- height: 30px;
- padding: 0 8px;
- line-height: 32px;
- border-width: 0;
- }
- .form-search .layui-form-item .layui-form-select dl {
- top: 32px;
- padding: 0;
- border-width: 0;
- box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
- border-top-left-radius: 0;
- border-top-right-radius: 0;
- }
- /* 表单验证异常提示 */
- .label-required-prev:before {
- color: red;
- width: 0.5em;
- content: '*';
- margin: -2px 0 0 -0.55em;
- display: inline-block;
- position: absolute;
- font-size: 14px;
- text-align: left;
- font-weight: bold;
- line-height: 1.6em;
- }
- .label-required:after,
- .label-required-next:after {
- top: 6px;
- right: 5px;
- color: red;
- content: '*';
- position: absolute;
- margin-left: 4px;
- font-weight: 700;
- line-height: 1.8em;
- }
- .label-required-null:before {
- content: none !important;
- }
- /** 手机盒子及微信菜单 */
- .mobile-preview {
- width: 317px;
- height: 580px;
- position: relative;
- background: url(../img/wechat/mobile_head.png) no-repeat 0 0;
- box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
- border-radius: 5px;
- }
- .mobile-preview .mobile-header {
- color: #fff;
- width: auto;
- margin: 0 30px;
- overflow: hidden;
- font-size: 15px;
- padding-top: 30px;
- text-align: center;
- white-space: nowrap;
- text-overflow: ellipsis;
- word-wrap: normal;
- user-select: none;
- -moz-user-select: none;
- -webkit-user-select: none;
- pointer-events: none;
- -webkit-pointer-events: none;
- }
- .mobile-preview .mobile-body {
- top: 60px;
- left: 0;
- right: 0;
- bottom: 0;
- position: absolute;
- background: #F5F5F5;
- border-radius: 0 0 5px 5px;
- }
- .mobile-preview .mobile-body iframe {
- width: 100%;
- height: 100%;
- border: none;
- }
- .mobile-preview .mobile-footer {
- left: 0;
- right: 0;
- bottom: 0;
- position: absolute;
- padding-left: 44px;
- background: url(../img/wechat/mobile_foot.png) no-repeat 0 0;
- border-radius: 0 0 5px 5px;
- }
- .mobile-preview .mobile-footer li {
- float: left;
- width: 33.33%;
- position: relative;
- text-align: center;
- line-height: 50px;
- }
- .mobile-preview .mobile-footer li a {
- width: auto;
- color: #616161;
- display: block;
- overflow: hidden;
- word-wrap: normal;
- white-space: nowrap;
- text-overflow: ellipsis;
- text-decoration: none;
- }
- .mobile-preview .mobile-footer li a:after {
- top: 0;
- left: 0;
- right: 0;
- bottom: 0;
- border: 1px solid #d0d0d0;
- margin: 0 0 0 -1px;
- z-index: 10;
- content: '';
- display: block;
- position: absolute;
- }
- .mobile-preview .mobile-footer li a.active:after {
- border: 1px solid #44b549;
- box-shadow: 0 0 1px #44b549;
- z-index: 11;
- }
- .mobile-preview .mobile-footer li a:hover {
- background: rgba(0, 0, 0, 0.02);
- }
- .mobile-preview .mobile-footer li > .close {
- top: 1px;
- right: 1px;
- width: 18px;
- height: 18px;
- display: none;
- cursor: pointer;
- position: absolute;
- z-index: 13;
- text-align: center;
- line-height: 18px;
- }
- .mobile-preview .mobile-footer li:hover > .close {
- display: inline-block;
- background: none !important;
- }
- .mobile-preview .mobile-footer li:hover > .close:hover {
- color: #C33 !important;
- }
- .mobile-preview .mobile-footer .icon-add,
- .mobile-preview .mobile-footer .icon-sub {
- display: inline-block;
- vertical-align: middle;
- }
- .mobile-preview .mobile-footer .icon-add::before,
- .mobile-preview .mobile-footer .icon-sub::before {
- content: none;
- }
- .mobile-preview .mobile-footer .icon-add {
- width: 14px;
- height: 14px;
- background: url(../img/wechat/index.png) 0 0 no-repeat;
- }
- .mobile-preview .mobile-footer .icon-sub {
- width: 7px;
- height: 7px;
- margin-right: 2px;
- background: url(../img/wechat/index.png) 0 -3pc no-repeat;
- }
- .mobile-preview .mobile-footer .sub-menu {
- width: 100%;
- bottom: 60px;
- display: block;
- position: absolute;
- background-color: #fafafa;
- }
- .mobile-preview .mobile-footer .sub-menu ul li {
- width: 100%;
- padding: 0;
- }
- .mobile-preview .mobile-footer .sub-menu ul li > .close {
- top: 0;
- }
- .mobile-preview .mobile-footer .sub-menu ul li a:after {
- margin: -1px 0 0 0;
- }
- .mobile-preview .mobile-footer .arrow {
- left: 50%;
- position: absolute;
- margin-left: -6px;
- }
- .mobile-preview .mobile-footer .arrow_in,
- .mobile-preview .mobile-footer .arrow_out {
- width: 0;
- height: 0;
- z-index: 10;
- border: 6px dashed transparent;
- display: inline-block;
- border-top-style: solid;
- border-bottom-width: 0;
- }
- .mobile-preview .mobile-footer .arrow_in {
- bottom: -5px;
- z-index: 11;
- border-top-color: #fafafa;
- }
- .mobile-preview .mobile-footer .arrow_out {
- bottom: -6px;
- z-index: 10;
- border-top-color: #d0d0d0;
- }
- /*! 重置 Iframe 页面样式 */
- .iframe-pagination {
- padding: 20px;
- }
- .iframe-pagination:not(.not-footer):after {
- content: '';
- height: 30px;
- display: block;
- }
- .iframe-pagination .pagination-container {
- left: 0;
- right: 0;
- bottom: 0;
- padding: 5px 20px;
- position: fixed;
- background: #fff;
- border-top: 1px solid #ddd;
- }
- .think-elips-1 {
- display: -webkit-box;
- overflow: hidden;
- line-height: 1.4em;
- text-overflow: ellipsis;
- -webkit-box-orient: vertical;
- line-clamp: 1;
- -webkit-line-clamp: 1;
- }
- .think-elips-2 {
- display: -webkit-box;
- overflow: hidden;
- line-height: 1.4em;
- text-overflow: ellipsis;
- -webkit-box-orient: vertical;
- line-clamp: 2;
- -webkit-line-clamp: 2;
- }
- .think-elips-3 {
- display: -webkit-box;
- overflow: hidden;
- line-height: 1.4em;
- text-overflow: ellipsis;
- -webkit-box-orient: vertical;
- line-clamp: 3;
- -webkit-line-clamp: 3;
- }
- .think-elips-4 {
- display: -webkit-box;
- overflow: hidden;
- line-height: 1.4em;
- text-overflow: ellipsis;
- -webkit-box-orient: vertical;
- line-clamp: 4;
- -webkit-line-clamp: 4;
- }
- .think-elips-5 {
- display: -webkit-box;
- overflow: hidden;
- line-height: 1.4em;
- text-overflow: ellipsis;
- -webkit-box-orient: vertical;
- line-clamp: 5;
- -webkit-line-clamp: 5;
- }
- .think-box-shadow {
- padding: 20px !important;
- background: #fff !important;
- box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
- border-radius: 5px;
- }
- .think-box-shadow > .layui-card {
- box-shadow: none;
- }
- .think-box-notify {
- display: block;
- padding: 16px 20px;
- font-size: 15px;
- line-height: 1em;
- box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
- border-radius: 5px;
- }
- .think-box-notify > .layui-card {
- box-shadow: none;
- }
- .think-page-loader {
- top: 0;
- left: 0;
- right: 0;
- bottom: 0;
- z-index: 9999999;
- position: fixed;
- text-align: center;
- background-color: #EFEFEF;
- }
- .think-page-loader .loader {
- top: 50%;
- width: 50px;
- height: 50px;
- margin: -35px 0 0 -35px;
- z-index: 999999;
- display: inline-block;
- position: fixed;
- background-color: #EFEFEF;
- }
- .think-page-loader .loader:before {
- top: 59px;
- left: 0;
- width: 50px;
- height: 7px;
- opacity: 0.1;
- content: "";
- position: absolute;
- border-radius: 50%;
- background-color: #000;
- animation: shadow 0.5s linear infinite;
- }
- .think-page-loader .loader:after {
- top: 0;
- left: 0;
- width: 50px;
- height: 50px;
- content: "";
- position: absolute;
- border-radius: 3px;
- background-color: #5FB878;
- animation: loading 0.5s linear infinite;
- }
- .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;
- }
- .input-right-icon: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;
- display: inline-block;
- position: relative;
- overflow: hidden;
- margin-right: 10px;
- border-radius: 3px;
- box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
- background: url('../img/upimg.png') no-repeat center center;
- background-size: cover;
- }
- .uploadimage 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, 0.5);
- }
- .uploadimage:hover span.layui-icon {
- display: inline-block;
- }
- .uploadimagemtl > div {
- right: 0;
- display: none;
- position: absolute;
- text-align: right;
- }
- .uploadimagemtl > div a {
- color: #EEE;
- width: 20px;
- height: 20px;
- display: inline-block;
- margin-left: 1px;
- box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
- text-align: center;
- line-height: 20px;
- background: rgba(0, 0, 0, 0.8);
- }
- .uploadimagemtl > div a:first-child {
- border-top-left-radius: 3px;
- border-bottom-left-radius: 3px;
- }
- .uploadimagemtl > div a:last-child {
- border-top-right-radius: 3px;
- border-bottom-right-radius: 3px;
- }
- .uploadimagemtl:hover > div {
- cursor: pointer;
- display: inline-block;
- }
- .uploadimagemtl:hover > div a:hover {
- color: #FFF;
- text-decoration: none;
- }
- .upload-image-smbox .uploadimage a,
- .upload-image-mdbox .uploadimage a,
- .upload-image-lgbox .uploadimage a {
- width: 30px;
- height: 30px;
- line-height: 30px;
- }
- .upload-image-smbox .uploadimage {
- width: 120px;
- height: 120px;
- }
- .upload-image-mdbox .uploadimage {
- width: 180px;
- height: 180px;
- }
- .upload-image-lgbox .uploadimage {
- width: 240px;
- height: 240px;
- }
- .submit-button-loading {
- cursor: default;
- position: relative;
- transform: scale(1);
- text-align: center;
- }
- .submit-button-loading::after {
- left: 50%;
- position: absolute;
- margin-left: -8px;
- content: "\e63d";
- font-family: layui-icon !important;
- font-size: 16px;
- font-style: normal;
- -webkit-font-smoothing: antialiased;
- -moz-osx-font-smoothing: grayscale;
- animation-name: layui-rotate;
- -webkit-animation-name: layui-rotate;
- -webkit-animation-duration: 1s;
- animation-duration: 1s;
- animation-timing-function: linear;
- -webkit-animation-timing-function: linear;
- animation-iteration-count: infinite;
- -webkit-animation-iteration-count: infinite;
- }
- .portal-block-container {
- font-size: 14px;
- margin-bottom: 10px;
- letter-spacing: 1px;
- }
- .portal-block-container .portal-block-icon {
- top: 45%;
- right: 8%;
- font-size: 65px;
- position: absolute;
- color: rgba(255, 255, 255, 0.4);
- }
- .portal-block-container .portal-block-item {
- color: #fff;
- padding: 15px 25px;
- position: relative;
- line-height: 3em;
- border-radius: 5px;
- box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2);
- }
- .portal-block-container .portal-block-item > div:nth-child(2) {
- font-size: 46px;
- line-height: 46px;
- }
- label.think-radio,
- label.think-checkbox {
- cursor: pointer;
- display: inline-block;
- margin: 8px 10px 8px 6px;
- }
- .think-radio,
- .think-checkbox {
- user-select: none;
- -ms-user-select: none;
- -moz-user-select: none;
- -webkit-user-select: none;
- margin-top: 10px;
- font-weight: 400;
- line-height: 16px;
- }
- .think-radio input[type=radio],
- .think-checkbox input[type=radio],
- .think-radio input[type=checkbox],
- .think-checkbox input[type=checkbox] {
- width: 18px;
- height: 18px;
- cursor: pointer;
- border: 1px solid #CCC;
- position: relative;
- background: #fff;
- margin-right: 5px;
- vertical-align: bottom;
- display: inline-block !important;
- box-sizing: border-box !important;
- appearance: none;
- -webkit-appearance: none;
- }
- .think-radio input[type=radio]:checked,
- .think-checkbox input[type=radio]:checked,
- .think-radio input[type=checkbox]:checked,
- .think-checkbox input[type=checkbox]:checked {
- border-color: #009688;
- }
- .think-radio input[type=radio]:checked:after,
- .think-checkbox input[type=radio]:checked:after,
- .think-radio input[type=checkbox]:checked:after,
- .think-checkbox input[type=checkbox]:checked:after {
- display: block;
- position: relative;
- animation-duration: 0.3s;
- animation-fill-mode: both;
- animation-name: layui-fadein;
- -webkit-animation-duration: 0.3s;
- -webkit-animation-fill-mode: both;
- -webkit-animation-name: layui-fadein;
- }
- .think-radio input[type=radio],
- .think-checkbox input[type=radio] {
- border-radius: 1em;
- }
- .think-radio input[type=radio]:checked:after,
- .think-checkbox input[type=radio]:checked:after {
- top: 4px;
- left: 4px;
- width: 8px;
- height: 8px;
- cursor: pointer;
- content: '';
- background: #009688;
- border-radius: 1em;
- }
- .think-radio input[type=checkbox],
- .think-checkbox input[type=checkbox] {
- border-radius: 1px;
- }
- .think-radio input[type=checkbox]:checked:after,
- .think-checkbox input[type=checkbox]: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;
- }
- .pagination-container span {
- color: #666;
- font-size: 9pt;
- }
- .pagination-container select {
- border: 1px solid #DDD;
- }
- .pagination-container ul {
- float: right;
- height: 30px;
- margin: 0;
- padding: 0;
- display: inline-block;
- }
- .pagination-container ul li {
- z-index: 1;
- height: 30px;
- line-height: 30px;
- display: inline-block;
- }
- .pagination-container ul li a,
- .pagination-container ul li span {
- color: #333;
- width: 30px;
- height: 30px;
- border: 1px solid #EEE;
- overflow: hidden;
- font-size: 12px;
- text-align: center;
- line-height: 30px;
- margin-right: 3px;
- display: inline-block;
- box-sizing: border-box;
- }
- .pagination-container ul li span {
- cursor: default;
- background: #DCDCDC;
- }
- .pagination-container ul li a:hover {
- border-color: #009688;
- }
- .pagination-container ul li.active {
- z-index: 2;
- }
- .pagination-container ul li.active span {
- color: #fff;
- border-color: #009688;
- background: #009688 !important;
- }
- .pagination-container ul li.disabled span {
- font-size: 16px;
- font-weight: 700;
- line-height: 22px;
- }
- .pagination-container ul li:last-child a,
- .pagination-container ul li:first-child a,
- .pagination-container ul li:last-child span,
- .pagination-container ul li:first-child 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;
- }
- .hr-line-solid {
- margin-top: 15px;
- margin-bottom: 15px;
- border-bottom: 1px solid #e7eaec;
- background-color: rgba(0, 0, 0, 0);
- }
- .pull-left {
- float: left !important;
- }
- .pull-right {
- float: right !important;
- }
- .full-width {
- width: 100% !important;
- }
- .full-height {
- height: 100% !important;
- }
- .color-red {
- color: #e44 !important;
- }
- .color-blue {
- color: #29f !important;
- }
- .color-desc {
- color: #999 !important;
- }
- .color-text {
- color: #333 !important;
- }
- .color-green {
- color: #090 !important;
- }
- .sub-span-red span {
- color: #e44 !important;
- }
- .sub-span-blue span {
- color: #29f !important;
- }
- .sub-span-desc span {
- color: #999 !important;
- }
- .sub-span-text span {
- color: #333 !important;
- }
- .sub-span-green span {
- color: #090 !important;
- }
- .sub-strong-s10 b {
- font-size: 10px;
- }
- .sub-strong-s12 b {
- font-size: 12px;
- }
- .sub-strong-s14 b {
- font-size: 14px;
- }
- .sub-strong-red b {
- color: #ec494e !important;
- }
- .sub-strong-blue b {
- color: #2494f2 !important;
- }
- .sub-strong-desc b {
- color: #999 !important;
- }
- .sub-strong-text b {
- color: #333 !important;
- }
- .sub-strong-green b {
- color: #090 !important;
- }
- .think-bg-red {
- color: #FFF;
- background: linear-gradient(-125deg, #ff7d7d, #fb2c95) !important;
- }
- .think-bg-gray {
- color: #333;
- background: linear-gradient(-113deg, #EEEEEE, #EEEEEE) !important;
- }
- .think-bg-blue {
- color: #FFF;
- background: linear-gradient(-125deg, #57bdbf, #2f9de2) !important;
- }
- .think-bg-orig {
- color: #FFF;
- background: linear-gradient(-141deg, #ecca1b, #f39526) !important;
- }
- .think-bg-violet {
- color: #FFF;
- background: linear-gradient(-113deg, #c543d8, #925cc3) !important;
- }
- .think-bg-white {
- color: #333;
- background: white !important;
- }
- .text-top {
- vertical-align: top !important;
- }
- .text-left {
- text-align: left !important;
- }
- .text-right {
- text-align: right !important;
- }
- .text-center {
- text-align: center !important;
- }
- .text-middle {
- vertical-align: middle !important;
- }
- .text-bottom {
- vertical-align: bottom !important;
- }
- .font-s10 {
- font-size: 10px !important;
- }
- .font-s11 {
- font-size: 11px !important;
- }
- .font-s12 {
- font-size: 12px !important;
- }
- .font-s13 {
- font-size: 13px !important;
- }
- .font-s14 {
- font-size: 14px !important;
- }
- .font-s15 {
- font-size: 15px !important;
- }
- .font-s16 {
- font-size: 16px !important;
- }
- .font-s18 {
- font-size: 18px !important;
- }
- .font-s20 {
- font-size: 20px !important;
- }
- .font-s30 {
- font-size: 30px !important;
- }
- .font-s40 {
- font-size: 40px !important;
- }
- .font-w1 {
- font-weight: 100 !important;
- }
- .font-w2 {
- font-weight: 200 !important;
- }
- .font-w3 {
- font-weight: 300 !important;
- }
- .font-w4 {
- font-weight: 400 !important;
- }
- .font-w5 {
- font-weight: 500 !important;
- }
- .font-w6 {
- font-weight: 600 !important;
- }
- .font-w7 {
- font-weight: 700 !important;
- }
- .font-w8 {
- font-weight: 800 !important;
- }
- .font-w9 {
- font-weight: 900 !important;
- }
- .border-0 {
- border: 0 !important;
- }
- .border-line {
- border: 1px solid #EEE;
- }
- .border-bottom-line {
- border-bottom: 1px solid #EEE;
- }
- .border-top-0 {
- border-top: 0 !important;
- }
- .border-left-0 {
- border-left: 0 !important;
- }
- .border-right-0 {
- border-right: 0 !important;
- }
- .border-bottom-0 {
- border-bottom: 0 !important;
- }
- .border-radius {
- border-radius: 50% !important;
- }
- .border-radius-0 {
- border-radius: 0 !important;
- }
- .border-radius-5 {
- border-radius: 5px !important;
- }
- .border-radius-6 {
- border-radius: 6px !important;
- }
- .border-radius-left-0 {
- border-top-left-radius: 0 !important;
- border-bottom-left-radius: 0 !important;
- }
- .border-radius-right-0 {
- border-top-right-radius: 0 !important;
- border-bottom-right-radius: 0 !important;
- }
- .margin-0 {
- margin: 0 !important;
- }
- .margin-5 {
- margin: 5px !important;
- }
- .margin-10 {
- margin: 10px !important;
- }
- .margin-15 {
- margin: 15px !important;
- }
- .margin-20 {
- margin: 20px !important;
- }
- .margin-25 {
- margin: 25px !important;
- }
- .margin-30 {
- margin: 30px !important;
- }
- .margin-40 {
- margin: 40px !important;
- }
- .margin-row-0 {
- margin-left: 0 !important;
- margin-right: 0 !important;
- }
- .margin-row-5 {
- margin-left: 5px !important;
- margin-right: 5px !important;
- }
- .margin-row-10 {
- margin-left: 10px !important;
- margin-right: 10px !important;
- }
- .margin-row-15 {
- margin-left: 15px !important;
- margin-right: 15px !important;
- }
- .margin-row-20 {
- margin-left: 20px !important;
- margin-right: 20px !important;
- }
- .margin-row-25 {
- margin-left: 25px !important;
- margin-right: 25px !important;
- }
- .margin-row-30 {
- margin-left: 30px !important;
- margin-right: 30px !important;
- }
- .margin-row-40 {
- margin-left: 40px !important;
- margin-right: 40px !important;
- }
- .margin-top-0 {
- margin-top: 0 !important;
- }
- .margin-top-5 {
- margin-top: 5px !important;
- }
- .margin-top-10 {
- margin-top: 10px !important;
- }
- .margin-top-15 {
- margin-top: 15px !important;
- }
- .margin-top-20 {
- margin-top: 20px !important;
- }
- .margin-top-25 {
- margin-top: 25px !important;
- }
- .margin-top-30 {
- margin-top: 30px !important;
- }
- .margin-top-40 {
- margin-top: 40px !important;
- }
- .margin-left-0 {
- margin-left: 0 !important;
- }
- .margin-left-5 {
- margin-left: 5px !important;
- }
- .margin-left-10 {
- margin-left: 10px !important;
- }
- .margin-left-15 {
- margin-left: 15px !important;
- }
- .margin-left-20 {
- margin-left: 20px !important;
- }
- .margin-left-25 {
- margin-left: 25px !important;
- }
- .margin-left-30 {
- margin-left: 30px !important;
- }
- .margin-left-40 {
- margin-left: 40px !important;
- }
- .margin-right-0 {
- margin-right: 0 !important;
- }
- .margin-right-5 {
- margin-right: 5px !important;
- }
- .margin-right-10 {
- margin-right: 10px !important;
- }
- .margin-right-15 {
- margin-right: 15px !important;
- }
- .margin-right-20 {
- margin-right: 20px !important;
- }
- .margin-right-25 {
- margin-right: 25px !important;
- }
- .margin-right-30 {
- margin-right: 30px !important;
- }
- .margin-right-40 {
- margin-right: 40px !important;
- }
- .margin-bottom-0 {
- margin-bottom: 0 !important;
- }
- .margin-bottom-5 {
- margin-bottom: 5px !important;
- }
- .margin-bottom-10 {
- margin-bottom: 10px !important;
- }
- .margin-bottom-15 {
- margin-bottom: 15px !important;
- }
- .margin-bottom-20 {
- margin-bottom: 20px !important;
- }
- .margin-bottom-25 {
- margin-bottom: 25px !important;
- }
- .margin-bottom-30 {
- margin-bottom: 30px !important;
- }
- .margin-bottom-40 {
- margin-bottom: 40px !important;
- }
- .padding-0 {
- padding: 0 !important;
- }
- .padding-5 {
- padding: 5px !important;
- }
- .padding-10 {
- padding: 10px !important;
- }
- .padding-15 {
- padding: 15px !important;
- }
- .padding-20 {
- padding: 20px !important;
- }
- .padding-25 {
- padding: 25px !important;
- }
- .padding-30 {
- padding: 30px !important;
- }
- .padding-40 {
- padding: 40px !important;
- }
- .padding-row-0 {
- padding-left: 0 !important;
- padding-right: 0 !important;
- }
- .padding-row-5 {
- padding-left: 5px !important;
- padding-right: 5px !important;
- }
- .padding-row-10 {
- padding-left: 10px !important;
- padding-right: 10px !important;
- }
- .padding-row-15 {
- padding-left: 15px !important;
- padding-right: 15px !important;
- }
- .padding-row-20 {
- padding-left: 20px !important;
- padding-right: 20px !important;
- }
- .padding-row-25 {
- padding-left: 25px !important;
- padding-right: 25px !important;
- }
- .padding-row-30 {
- padding-left: 30px !important;
- padding-right: 30px !important;
- }
- .padding-row-40 {
- padding-left: 40px !important;
- padding-right: 40px !important;
- }
- .padding-top-0 {
- padding-top: 0 !important;
- }
- .padding-top-5 {
- padding-top: 5px !important;
- }
- .padding-top-10 {
- padding-top: 10px !important;
- }
- .padding-top-15 {
- padding-top: 15px !important;
- }
- .padding-top-20 {
- padding-top: 20px !important;
- }
- .padding-top-30 {
- padding-top: 30px !important;
- }
- .padding-top-40 {
- padding-top: 40px !important;
- }
- .padding-left-0 {
- padding-left: 0 !important;
- }
- .padding-left-5 {
- padding-left: 5px !important;
- }
- .padding-left-10 {
- padding-left: 10px !important;
- }
- .padding-left-15 {
- padding-left: 15px !important;
- }
- .padding-left-20 {
- padding-left: 20px !important;
- }
- .padding-left-30 {
- padding-left: 30px !important;
- }
- .padding-left-40 {
- padding-left: 40px !important;
- }
- .padding-right-0 {
- padding-right: 0 !important;
- }
- .padding-right-5 {
- padding-right: 5px !important;
- }
- .padding-right-10 {
- padding-right: 10px !important;
- }
- .padding-right-15 {
- padding-right: 15px !important;
- }
- .padding-right-20 {
- padding-right: 20px !important;
- }
- .padding-right-30 {
- padding-right: 30px !important;
- }
- .padding-right-40 {
- padding-right: 40px !important;
- }
- .padding-bottom-0 {
- padding-bottom: 0 !important;
- }
- .padding-bottom-5 {
- padding-bottom: 5px !important;
- }
- .padding-bottom-10 {
- padding-bottom: 10px !important;
- }
- .padding-bottom-15 {
- padding-bottom: 15px !important;
- }
- .padding-bottom-20 {
- padding-bottom: 20px !important;
- }
- .padding-bottom-30 {
- padding-bottom: 30px !important;
- }
- .padding-bottom-40 {
- padding-bottom: 40px !important;
- }
- @keyframes loading {
- 17% {
- border-bottom-right-radius: 3px;
- }
- 25% {
- transform: translateY(9px) rotate(22.5deg);
- }
- 50% {
- border-bottom-right-radius: 40px;
- transform: translateY(18px) scale(1, 0.9) rotate(45deg);
- }
- 75% {
- transform: translateY(9px) rotate(67.5deg);
- }
- 100% {
- transform: translateY(0) rotate(90deg);
- }
- }
- @-webkit-keyframes loading {
- 17% {
- border-bottom-right-radius: 3px;
- }
- 25% {
- transform: translateY(9px) rotate(22.5deg);
- }
- 50% {
- transform: translateY(18px) scale(1, 0.9) rotate(45deg);
- border-bottom-right-radius: 40px;
- }
- 75% {
- transform: translateY(9px) rotate(67.5deg);
- }
- 100% {
- transform: translateY(0) rotate(90deg);
- }
- }
- @keyframes shadow {
- 0%,
- 100% {
- transform: scale(1, 1);
- }
- 50% {
- transform: scale(1.2, 1);
- }
- }
- @-webkit-keyframes shadow {
- 0%,
- 100% {
- transform: scale(1, 1);
- }
- 50% {
- transform: scale(1.2, 1);
- }
- }
- /*# sourceMappingURL=_custom.css.map */
|