|
@@ -30,7 +30,7 @@ html,body {
|
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
|
height: 100%;
|
|
|
- background-color: #1B1A2A;
|
|
|
+ background-color: #fff;
|
|
|
}
|
|
|
|
|
|
.j-header {
|
|
@@ -507,3 +507,216 @@ body {
|
|
|
padding-bottom: 0;
|
|
|
margin-bottom: -1.8rem;
|
|
|
}
|
|
|
+/* new */
|
|
|
+.vip_introduce .landing-banner{
|
|
|
+ position: relative;
|
|
|
+}
|
|
|
+
|
|
|
+.vip_introduce .statistic-info{
|
|
|
+ position: absolute;
|
|
|
+ bottom: .56rem;
|
|
|
+ left: .24rem;
|
|
|
+ right: .24rem;
|
|
|
+ width: calc(100% - .56rem);
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ padding: .2rem 0;
|
|
|
+ border-radius: .24rem;
|
|
|
+ background: linear-gradient(rgba(255, 249, 238, 1), rgba(255, 255, 255, 1));
|
|
|
+ box-shadow: 0px 6px 24px 0px rgba(128, 65, 2, 0.1);
|
|
|
+}
|
|
|
+.vip_introduce .statistic-item{
|
|
|
+ width: 33.33%;
|
|
|
+ display: flex;
|
|
|
+ flex-direction: column;
|
|
|
+ align-items: center;
|
|
|
+ justify-content: center;
|
|
|
+}
|
|
|
+.vip_introduce .statistic-item:not(:last-child) {
|
|
|
+ border-right: 1px solid#ececec;
|
|
|
+}
|
|
|
+.vip_introduce .statistic-item .item-count{
|
|
|
+ font-size: .4rem;
|
|
|
+ line-height: .48rem;
|
|
|
+ font-weight: bold;
|
|
|
+ color: rgba(177, 112, 14, 1);
|
|
|
+}
|
|
|
+.vip_introduce .statistic-item p{
|
|
|
+ margin-top: .12rem;
|
|
|
+ color:#1d1d1d;
|
|
|
+ font-size: .24rem;
|
|
|
+ line-height: .36rem;
|
|
|
+}
|
|
|
+.vip_introduce .vip_introduce{
|
|
|
+ padding: .72rem 0 .68rem;
|
|
|
+}
|
|
|
+.vip_introduce .cooperate-container{
|
|
|
+ padding-top: .72rem;
|
|
|
+}
|
|
|
+.vip_introduce .cooperate-header {
|
|
|
+ text-align: center;
|
|
|
+}
|
|
|
+.vip_introduce .cooperate-header-title{
|
|
|
+ height: .6rem;
|
|
|
+ background: url(/common-module/vipsubscribe/image/cooperate-header.png) no-repeat center center;
|
|
|
+ background-size: contain;
|
|
|
+}
|
|
|
+.vip_introduce .cooperate-header-subtitle {
|
|
|
+ text-align: center;
|
|
|
+}
|
|
|
+.vip_introduce .line-flex{
|
|
|
+ display: flex;
|
|
|
+ justify-content: center;
|
|
|
+ align-items: center;
|
|
|
+ margin-top: .08rem;
|
|
|
+}
|
|
|
+.vip_introduce .split-box--before::before{
|
|
|
+ content: "";
|
|
|
+ display: inline-block;
|
|
|
+ width: .64rem;
|
|
|
+ height: 1px;
|
|
|
+ margin-bottom: 4px;
|
|
|
+ background: linear-gradient(90deg, rgba(204, 173, 135, 0), #ccad87 100%);
|
|
|
+}
|
|
|
+.vip_introduce .split-box--before::after {
|
|
|
+ content: "";
|
|
|
+ display: inline-block;
|
|
|
+ width: 8px;
|
|
|
+ height: 8px;
|
|
|
+ background: #ccad87;
|
|
|
+ transform: rotate(45deg);
|
|
|
+}
|
|
|
+.vip_introduce .split-box--after::before{
|
|
|
+ content: "";
|
|
|
+ display: inline-block;
|
|
|
+ width: 6px;
|
|
|
+ height: 6px;
|
|
|
+ background: #ccad87;
|
|
|
+ transform: rotate(45deg);
|
|
|
+}
|
|
|
+.vip_introduce .split-box--after::after{
|
|
|
+ content: "";
|
|
|
+ display: inline-block;
|
|
|
+ width: .64rem;
|
|
|
+ height: 1px;
|
|
|
+ margin-bottom: 4px;
|
|
|
+ background: linear-gradient(90deg, rgba(204, 173, 135, 0), #ccad87 100%);
|
|
|
+}
|
|
|
+.vip_introduce .split-box--text{
|
|
|
+ margin: 0 .12rem;
|
|
|
+ font-size: .32rem;
|
|
|
+ line-height: .48rem;
|
|
|
+ color: #1d1d1d;
|
|
|
+}
|
|
|
+.vip_introduce .cooperate-list{
|
|
|
+ display: flex;
|
|
|
+ flex-wrap: wrap;
|
|
|
+ margin-top: .64rem;
|
|
|
+ padding: 0 .26rem;
|
|
|
+}
|
|
|
+.vip_introduce .cooperate-list .cooperate-item{
|
|
|
+ width: 2.16rem;
|
|
|
+ padding: .26rem 0;
|
|
|
+ margin-bottom: .24rem;
|
|
|
+ text-align: center;
|
|
|
+ border-radius: .24rem;
|
|
|
+ border: 1px solid rgba(250, 231, 202, 1);
|
|
|
+ color:#1d1d1d;
|
|
|
+ font-size: .28rem;
|
|
|
+ line-height: .4rem;
|
|
|
+ background: #fff;
|
|
|
+}
|
|
|
+.vip_introduce .cooperate-list .cooperate-item:not(:nth-child(3n)) {
|
|
|
+ margin-right:.24rem;
|
|
|
+}
|
|
|
+.vip_introduce .cooperate-item .cooperate-item-icon{
|
|
|
+ width: .72rem;
|
|
|
+ height: .72rem;
|
|
|
+ margin: 0 auto .08rem;
|
|
|
+ background-size: contain;
|
|
|
+ background-repeat: no-repeat;
|
|
|
+ background-position: center center;
|
|
|
+}
|
|
|
+.vip_introduce .cooperate-item .cooperate-item-icon-1{
|
|
|
+ background-image: url(/common-module/vipsubscribe/image/icon/cooperate-1.png);
|
|
|
+}
|
|
|
+.vip_introduce .cooperate-item .cooperate-item-icon-2{
|
|
|
+ background-image: url(/common-module/vipsubscribe/image/icon/cooperate-2.png);
|
|
|
+}
|
|
|
+.vip_introduce .cooperate-item .cooperate-item-icon-3{
|
|
|
+ background-image: url(/common-module/vipsubscribe/image/icon/cooperate-3.png);
|
|
|
+}
|
|
|
+.vip_introduce .cooperate-item .cooperate-item-icon-4{
|
|
|
+ background-image: url(/common-module/vipsubscribe/image/icon/cooperate-4.png);
|
|
|
+}
|
|
|
+.vip_introduce .cooperate-item .cooperate-item-icon-5{
|
|
|
+ background-image: url(/common-module/vipsubscribe/image/icon/cooperate-5.png);
|
|
|
+}
|
|
|
+.vip_introduce .cooperate-item .cooperate-item-icon-6{
|
|
|
+ background-image: url(/common-module/vipsubscribe/image/icon/cooperate-6.png);
|
|
|
+}
|
|
|
+.vip_introduce .cooperate-item:hover{
|
|
|
+ background: linear-gradient(rgba(255, 248, 236, 1), rgba(255, 241, 219, 1));
|
|
|
+ color: rgba(177, 112, 14, 1);
|
|
|
+}
|
|
|
+.vip_introduce .cooperate-item:hover .cooperate-item-icon-1{
|
|
|
+ background-image: url(/common-module/vipsubscribe/image/icon/cooperate-1-gold.png);
|
|
|
+}
|
|
|
+.vip_introduce .cooperate-item:hover .cooperate-item-icon-2{
|
|
|
+ background-image: url(/common-module/vipsubscribe/image/icon/cooperate-2-gold.png);
|
|
|
+}
|
|
|
+.vip_introduce .cooperate-item:hover .cooperate-item-icon-3{
|
|
|
+ background-image: url(/common-module/vipsubscribe/image/icon/cooperate-3-gold.png);
|
|
|
+}
|
|
|
+.vip_introduce .cooperate-item:hover .cooperate-item-icon-4{
|
|
|
+ background-image: url(/common-module/vipsubscribe/image/icon/cooperate-4-gold.png);
|
|
|
+}
|
|
|
+.vip_introduce .cooperate-item:hover .cooperate-item-icon-5{
|
|
|
+ background-image: url(/common-module/vipsubscribe/image/icon/cooperate-5-gold.png);
|
|
|
+}
|
|
|
+.vip_introduce .cooperate-item:hover .cooperate-item-icon-6{
|
|
|
+ background-image: url(/common-module/vipsubscribe/image/icon/cooperate-6-gold.png);
|
|
|
+}
|
|
|
+.vip_introduce .cooperate-footer{
|
|
|
+ margin: 0 .28rem;
|
|
|
+ padding: .22rem;
|
|
|
+ border-radius: .24rem;
|
|
|
+ border: 1px solid rgba(250, 231, 202, 1);
|
|
|
+ font-size: .32rem;
|
|
|
+ line-height: .48rem;
|
|
|
+ color: rgba(177, 112, 14, 1);
|
|
|
+ text-align: center;
|
|
|
+}
|
|
|
+.vip_introduce .vs-container{
|
|
|
+ margin: .68rem 0 0;
|
|
|
+}
|
|
|
+.popup-bottom-group{
|
|
|
+ display: flex;
|
|
|
+ width: 100%;
|
|
|
+ padding: .16rem .32rem;
|
|
|
+ background: #fff;
|
|
|
+}
|
|
|
+.popup-bottom-group .btn-customer{
|
|
|
+ width: 3.3rem;
|
|
|
+ height: .8rem;
|
|
|
+ margin-right: .3rem;
|
|
|
+ font-size: .32rem;
|
|
|
+ line-height: .8rem;
|
|
|
+ color: rgba(194, 111, 51, 1);
|
|
|
+ background: linear-gradient(rgba(255, 255, 255, 1), rgba(255, 251, 246, 1));
|
|
|
+ border: 1px solid rgba(214, 158, 85, 1);
|
|
|
+ box-shadow: 0px 10px 16px 0px rgba(233, 183, 105, 0.2);
|
|
|
+ border-radius: .12rem;
|
|
|
+ text-align: center;
|
|
|
+}
|
|
|
+.popup-bottom-group .btn-buy{
|
|
|
+ width: 3.3rem;
|
|
|
+ height: .8rem;
|
|
|
+ font-size: .32rem;
|
|
|
+ line-height: .8rem;
|
|
|
+ color: #fff;
|
|
|
+ background: linear-gradient(rgba(248, 205, 141, 1), rgba(218, 142, 53, 1));
|
|
|
+ box-shadow: 0px 10px 16px 0px rgba(233, 183, 105, 0.2);
|
|
|
+ border-radius: .12rem;
|
|
|
+ text-align: center;
|
|
|
+}
|