123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303 |
- @each $theme-opt in $theme-colors {
- $theme-name: nth($theme-opt, 1);
- $theme-color: nth($theme-opt, 2);
- $colorMap: nth($theme-opt, 3);
- #{$theme-namespace}-#{$theme-name} {
- /****---------------------------------------------------用户端-------------------------------------------------------------**/
- .startCard .package-img.iconfont {
- color: $theme-color;
- }
- .bg-g {
- background: $theme-color
- }
- .swiper-pagination-bullet-active {
- background: $theme-color
- }
- .topup-bd .cell {
- color: $theme-color;
- border: 1px solid $theme-color
- }
- .touch-on .cell {
- color: #fff;
- background: $theme-color
- }
- .btn-oper a {
- background: $theme-color;
- }
- .now-use-able {
- border: 1px solid $theme-color;
- color: $theme-color;
- }
- .right-top-mark {
- border-top-color: $theme-color;
- }
- .startCard.active {
- box-shadow: 0 0 5px rgba($theme-color, .78);
- }
- .startCard.active .package-info {
- background: rgba($theme-color, .95);
- }
- .common-color {
- color: $theme-color;
- }
- .btn-skin {
- background: $theme-color;
- border-color: $theme-color;
- color: #fff;
- }
- .btn-skin:active, .btn-skin:focus {
- /*背景变暗*/
- background: darken($theme-color, 5%);
- }
- .btn-skin-outline {
- border: 1px solid $theme-color;
- color: $theme-color;
- }
- .btn-skin-outline:active, .btn-skin-outline:focus {
- /*背景变亮*/
- background: rgba($theme-color, .1);
- color: $theme-color;
- }
- }
- }
- /******其他皮肤*******/
- .welcome-panel {
- background-position: center;
- background-image: url('/pages/images/myy/start.jpg');
- background-size: cover;
- width: 100%;
- height: 100%;
- left: 0;
- top: 0;
- position: absolute;
- z-index: 999;
- transition: .8s all linear;
- -webkit-transition: .8s all linear;
- pointer-events: none;
- opacity: 1;
- &.fade {
- opacity: 0 !important;
- }
- }
- .MYY-skin {
- .header {
- display: none;
- }
- .main-page {
- background: #9A9A9B;
- }
- .section {
- background: transparent;
- }
- .package-tit {
- display: none;
- box-shadow: none;
- }
- .footer {
- box-shadow: none;
- }
- .package-tit .iconfont {
- color: #F08519 !important;
- }
- .btn-oper a {
- background: #F08519;
- }
- .tips-panel-mini {
- color: #fff;
- }
- .myy-welcome-panel {
- background-image: url('/pages/images/myy/start.jpg');
- .wel-top {
- background-position: center;
- background-repeat: no-repeat;
- background-image: url('/pages/images/myy/logo.png');
- transform: scale(0.8);
- width: 100%;
- height: 41px;
- left: -6%;
- top: 2.5%;
- position: absolute;
- }
- .wel-right {
- background-position: center;
- background-repeat: no-repeat;
- background-image: url('/pages/images/myy/start-word.png');
- transform: scale(0.8);
- width: 188px;
- height: 145px;
- right: 10px;
- top: 30%;
- position: absolute;
- }
- .wel-bottom {
- background-position: center;
- background-repeat: no-repeat;
- background-image: url('/pages/images/myy/start-word2.png');
- transform: scale(0.8);
- width: 100%;
- height: 20px;
- left: 0;
- bottom: 2.5%;
- position: absolute;
- }
- }
- .thanks-img {
- background-position: center;
- background-image: url('/pages/images/myy/thanks.jpg');
- background-size: cover;
- width: 100%;
- height: 100%;
- position: absolute;
- .thanks-top {
- background-position: center;
- background-repeat: no-repeat;
- background-image: url('/pages/images/myy/thanks-logo.png');
- background-size: contain;
- transform: scale(0.68);
- width: 100%;
- height: 141px;
- left: 0;
- top: 18%;
- position: absolute;
- }
- .thanks-bottom {
- background-position: center;
- background-repeat: no-repeat;
- background-image: url('/pages/images/myy/thanks-tel.png');
- background-size: contain;
- transform: scale(0.56);
- width: 100%;
- height: 66px;
- left: 0;
- bottom: 1%;
- position: absolute;
- }
- }
- }
- /******荣桥国际-摩指*******/
- .MZ-skin {
- .header .user-info {
- display: none;
- }
- .main-page {
- background: #fff;
- }
- .section {
- background: transparent;
- }
- .package-tit {
- display: none;
- }
- .package-title {
- color: #E40082;
- letter-spacing: .16rem;
- font-weight: bold;
- font-size: .38rem;
- height: 1.2rem;
- line-height: 1.2rem;
- &:after, &:before {
- content: "";
- display: inline-block;
- background: #E40082;
- height: 1px;
- width: 2rem;
- vertical-align: middle;
- -webkit-transform: scaleY(.5);
- transform: scaleY(.5);
- margin-top: -2px;
- }
- &:before {
- margin-right: 1.2em;
- }
- &:after {
- margin-left: 1em;
- }
- }
- .btn-oper a {
- background: #E40082;
- }
- .start-area{
- padding-top: 0;
- }
- .mz-welcome-panel {
- background-image: url('/pages/images/mz/start.png');
- background-size: 100% 100%;
- }
- //摩指的营销弹窗小一点
- .ad-dialog-link{
- height: 76%;
- width: 80%;
- }
- }
- /******劲能*******/
- .JN-skin {
- .banner{
- padding-bottom: 0.9rem;
- }
- .expand .user-info {
- bottom: 0;
- background: #fff;
- }
- .jn-welcome-panel {
- background-image: url('/pages/images/jingneng/start.jpg');
- background-size: 100% 100%;
- }
- }
- /******陪护床*******/
- .skin-100716 {
- .footer .btn-list .btn-charge {
- display: none !important;
- }
- .startCard .pay-coins {
- display: none;
- }
- }
- /***华为666***/
- .skin-huawei666 {
- .footer .btn-list .icon-btn {
- display: none;
- }
- }
- /***沥森环保洗车机需要充值卡功能;中创***/
- .skin-100500 {
- #chargeCard{
- display: block;
- }
- }
|