|
@@ -0,0 +1,158 @@
|
|
|
+.product-introduce {
|
|
|
+ margin-top: .48rem;
|
|
|
+}
|
|
|
+.product-introduce .product-introduce-vs {
|
|
|
+ display: flex;
|
|
|
+ justify-content: center;
|
|
|
+ margin-bottom: .08rem;
|
|
|
+ height: 1rem;
|
|
|
+}
|
|
|
+.product-introduce .product-introduce-vs .vs-img {
|
|
|
+ background: url('../image/contrast-header.png') no-repeat;
|
|
|
+ background-size: 100% 100%;
|
|
|
+ width: 6.06rem;
|
|
|
+ height: 1rem;
|
|
|
+}
|
|
|
+
|
|
|
+.product-introduce .product-introduce-header {
|
|
|
+ display: flex;
|
|
|
+ justify-content: center;
|
|
|
+ align-items: center;
|
|
|
+}
|
|
|
+.product-introduce .product-introduce-header .icon-bracket {
|
|
|
+ display: flex;
|
|
|
+ width: .88rem;
|
|
|
+ height: .16rem;
|
|
|
+ background: url("../image/icon/bracket.png") no-repeat;
|
|
|
+ background-size: 100% 100%;
|
|
|
+}
|
|
|
+.product-introduce .product-introduce-header .icon-bracket.reverse {
|
|
|
+ transform: rotate(180deg);
|
|
|
+}
|
|
|
+.product-introduce .product-introduce-header .title {
|
|
|
+ padding: 0 .12rem;
|
|
|
+ font-size: .3rem;
|
|
|
+ line-height: .48rem;
|
|
|
+ color: #FAE7CA;
|
|
|
+}
|
|
|
+.product-introduce .product-introduce-text {
|
|
|
+ margin-top: .16rem;
|
|
|
+ text-align: center;
|
|
|
+ font-size: .24rem;
|
|
|
+ line-height: .36rem;
|
|
|
+ color: rgba(255, 255, 255, 0.75);
|
|
|
+}
|
|
|
+.product-introduce .product-introduce-text .gold {
|
|
|
+ color: #FAE7CA;
|
|
|
+}
|
|
|
+.product-introduce .product-introduce-content {
|
|
|
+ padding: .36rem .16rem;
|
|
|
+}
|
|
|
+
|
|
|
+.introduction-card {
|
|
|
+ border-radius: .24rem;
|
|
|
+}
|
|
|
+.introduction-card .head-list {
|
|
|
+ display: flex;
|
|
|
+}
|
|
|
+.introduction-card .head-list .head-item {
|
|
|
+ width: 1.84rem;
|
|
|
+ height: .64rem;
|
|
|
+ text-align: center;
|
|
|
+ font-size: .28rem;
|
|
|
+ line-height: .64rem;
|
|
|
+ color: #171826;
|
|
|
+ border-radius: .24rem .24rem 0 0;
|
|
|
+ background: linear-gradient(to right, #F5F5FB, #FFFFFF);
|
|
|
+}
|
|
|
+.introduction-card .head-list .head-item-0 {
|
|
|
+ width: 3.5rem;
|
|
|
+}
|
|
|
+.introduction-card .head-list .head-item-2 {
|
|
|
+ background: linear-gradient(to right, #FAE7CA, #F1D090);
|
|
|
+}
|
|
|
+.introduction-card .body-list {
|
|
|
+ background: #FFFFFF;
|
|
|
+}
|
|
|
+.introduction-card .body-list .body-item {
|
|
|
+ display: flex;
|
|
|
+ border-top: 0.5px solid rgba(0, 0, 0, 0.05);
|
|
|
+}
|
|
|
+.introduction-card .body-list .body-item:nth-child(odd) {
|
|
|
+ background: #fff;
|
|
|
+}
|
|
|
+.introduction-card .body-list .body-item:nth-child(even) {
|
|
|
+ background: #fcfcfe;
|
|
|
+}
|
|
|
+.introduction-card .body-list .body-item .product-name {
|
|
|
+ padding: .24rem .16rem;
|
|
|
+ width: 3.5rem;
|
|
|
+ text-align: center;
|
|
|
+ border-right: 0.5px solid rgba(0, 0, 0, 0.05);
|
|
|
+}
|
|
|
+.introduction-card .body-list .body-item .product-name .title {
|
|
|
+ font-size: .28rem;
|
|
|
+ line-height: .4rem;
|
|
|
+ color: #171826;
|
|
|
+}
|
|
|
+.introduction-card .body-list .body-item .product-name .label {
|
|
|
+ margin-top: .08rem;
|
|
|
+ font-size: .24rem;
|
|
|
+ line-height: .36rem;
|
|
|
+ color: #9B9CA3;
|
|
|
+}
|
|
|
+.introduction-card .body-list .body-item .product-free, .introduction-card .body-list .body-item .product-vip {
|
|
|
+ display: flex;
|
|
|
+ justify-content: center;
|
|
|
+ align-items: center;
|
|
|
+ padding: 0 .16rem;
|
|
|
+ width: 1.84rem;
|
|
|
+ text-align: center;
|
|
|
+}
|
|
|
+.introduction-card .body-list .body-item .product-free .free-class.wrong, .introduction-card .body-list .body-item .product-vip .free-class.wrong {
|
|
|
+ width: 100%;
|
|
|
+ height: 100%;
|
|
|
+}
|
|
|
+.introduction-card .body-list .body-item .product-free .free-class.wrong::before, .introduction-card .body-list .body-item .product-vip .free-class.wrong::before {
|
|
|
+ display: block;
|
|
|
+ width: 100%;
|
|
|
+ height: 100%;
|
|
|
+ content: '';
|
|
|
+ background: url(../image/icon/icon-red-close.png) no-repeat center;
|
|
|
+ background-size: .4rem .4rem;
|
|
|
+}
|
|
|
+.introduction-card .body-list .body-item .product-free .free-class.right, .introduction-card .body-list .body-item .product-vip .free-class.right {
|
|
|
+ width: 100%;
|
|
|
+ height: 100%;
|
|
|
+}
|
|
|
+.introduction-card .body-list .body-item .product-free .free-class.right::before, .introduction-card .body-list .body-item .product-vip .free-class.right::before {
|
|
|
+ display: block;
|
|
|
+ width: 100%;
|
|
|
+ height: 100%;
|
|
|
+ content: '';
|
|
|
+ background: url(../image/icon/right.png) no-repeat center;
|
|
|
+ background-size: .48rem .48rem;
|
|
|
+}
|
|
|
+.introduction-card .body-list .body-item .product-free .vip-class.right, .introduction-card .body-list .body-item .product-vip .vip-class.right {
|
|
|
+ width: 100%;
|
|
|
+ height: 100%;
|
|
|
+}
|
|
|
+.introduction-card .body-list .body-item .product-free .vip-class.right::before, .introduction-card .body-list .body-item .product-vip .vip-class.right::before {
|
|
|
+ display: block;
|
|
|
+ width: 100%;
|
|
|
+ height: 100%;
|
|
|
+ content: '';
|
|
|
+ background: url(../image/icon/right.png) no-repeat center;
|
|
|
+ background-size: .48rem .48rem;
|
|
|
+}
|
|
|
+.introduction-card .body-list .body-item .product-free {
|
|
|
+ color: #9B9CA3;
|
|
|
+ border-right: 0.5px solid rgba(0, 0, 0, 0.05);
|
|
|
+}
|
|
|
+.introduction-card .body-list .body-item .product-vip {
|
|
|
+ color: #BD7B2E;
|
|
|
+}
|
|
|
+
|
|
|
+.introduction-card .free-text, .introduction-card .vip-text {
|
|
|
+ font-size: .24rem;
|
|
|
+}
|