Commit 397650d8 by agan

添加儲值

parent 98a75a54
Showing with 129 additions and 5 deletions
...@@ -5,6 +5,7 @@ ...@@ -5,6 +5,7 @@
overflow: hidden; overflow: hidden;
background: #F3F3F3; background: #F3F3F3;
} }
.top-bg { .top-bg {
width: 10.8rem; width: 10.8rem;
height: 3.25rem; height: 3.25rem;
...@@ -14,6 +15,7 @@ ...@@ -14,6 +15,7 @@
left: -0.4rem; left: -0.4rem;
top: -1.2rem; top: -1.2rem;
} }
.nav-btn { .nav-btn {
font-size: 0.5rem; font-size: 0.5rem;
font-weight: 700; font-weight: 700;
...@@ -22,7 +24,8 @@ ...@@ -22,7 +24,8 @@
position: relative; position: relative;
top: 1.6rem; top: 1.6rem;
} }
.nav-btn > div {
.nav-btn>div {
width: 2rem; width: 2rem;
display: inline-block; display: inline-block;
height: 0.8rem; height: 0.8rem;
...@@ -30,7 +33,8 @@ ...@@ -30,7 +33,8 @@
color: #FFABEE; color: #FFABEE;
position: relative; position: relative;
} }
.nav-btn > div img {
.nav-btn>div img {
display: none; display: none;
position: absolute; position: absolute;
width: 0.44rem; width: 0.44rem;
...@@ -38,12 +42,15 @@ ...@@ -38,12 +42,15 @@
margin-left: -0.22rem; margin-left: -0.22rem;
bottom: 0; bottom: 0;
} }
.nav-btn .nav-click { .nav-btn .nav-click {
color: #ffffff; color: #ffffff;
} }
.nav-btn .nav-click img { .nav-btn .nav-click img {
display: block; display: block;
} }
.nav-box { .nav-box {
position: absolute; position: absolute;
top: 0; top: 0;
...@@ -53,10 +60,12 @@ ...@@ -53,10 +60,12 @@
transition: 0.35s all; transition: 0.35s all;
z-index: 450; z-index: 450;
} }
.nav-box-show { .nav-box-show {
position: fixed; position: fixed;
transform: translateY(-3.5rem); transform: translateY(-3.5rem);
} }
.title-nav { .title-nav {
position: absolute; position: absolute;
height: 0.75rem; height: 0.75rem;
...@@ -67,16 +76,19 @@ ...@@ -67,16 +76,19 @@
left: 0.325rem; left: 0.325rem;
top: 1.8rem; top: 1.8rem;
} }
.title-nav .title-nav-content { .title-nav .title-nav-content {
width: 13rem; width: 13rem;
height: 0.75rem; height: 0.75rem;
} }
.title-nav .title-nav-box { .title-nav .title-nav-box {
height: 0.75rem; height: 0.75rem;
width: 8rem; width: 8rem;
overflow: scroll; overflow: scroll;
-webkit-overflow-scrolling: touch; -webkit-overflow-scrolling: touch;
} }
.title-nav h2 { .title-nav h2 {
width: 1.3rem; width: 1.3rem;
height: 0.75rem; height: 0.75rem;
...@@ -85,6 +97,7 @@ ...@@ -85,6 +97,7 @@
color: #606060; color: #606060;
text-align: center; text-align: center;
} }
.recommend-swiper { .recommend-swiper {
width: 9.35rem; width: 9.35rem;
height: 5.05rem; height: 5.05rem;
...@@ -93,24 +106,29 @@ ...@@ -93,24 +106,29 @@
margin-top: 0.2rem; margin-top: 0.2rem;
position: relative; position: relative;
} }
.recommend-swiper .mySwiper { .recommend-swiper .mySwiper {
width: 9.35rem; width: 9.35rem;
height: 5.05rem; height: 5.05rem;
} }
.recommend-swiper .swiper-pagination { .recommend-swiper .swiper-pagination {
position: absolute; position: absolute;
bottom: 0.2rem !important; bottom: 0.2rem !important;
} }
.recommend-swiper .video { .recommend-swiper .video {
width: 9.35rem; width: 9.35rem;
height: 5.05rem; height: 5.05rem;
border-radius: 0.1rem; border-radius: 0.1rem;
} }
.swiper-slide { .swiper-slide {
width: 9.35rem; width: 9.35rem;
height: 5.05rem; height: 5.05rem;
position: relative; position: relative;
} }
.swiper-img { .swiper-img {
width: 9.35rem; width: 9.35rem;
height: 5.05rem; height: 5.05rem;
...@@ -121,6 +139,7 @@ ...@@ -121,6 +139,7 @@
background: url(../images/nav-img.png) no-repeat; background: url(../images/nav-img.png) no-repeat;
background-size: cover; background-size: cover;
} }
.swiper-img .top-img-shadow { .swiper-img .top-img-shadow {
width: 9.35rem; width: 9.35rem;
height: 5.05rem; height: 5.05rem;
...@@ -129,6 +148,7 @@ ...@@ -129,6 +148,7 @@
bottom: 0; bottom: 0;
background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)); background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
} }
.swiper-time { .swiper-time {
width: 1.35rem; width: 1.35rem;
height: 0.55rem; height: 0.55rem;
...@@ -142,12 +162,14 @@ ...@@ -142,12 +162,14 @@
background: rgba(0, 0, 0, 0.5); background: rgba(0, 0, 0, 0.5);
border-radius: 1rem 0 0 1rem; border-radius: 1rem 0 0 1rem;
} }
.play-icon { .play-icon {
width: 1.06rem; width: 1.06rem;
position: absolute; position: absolute;
top: 1.85rem; top: 1.85rem;
left: 4.14rem; left: 4.14rem;
} }
.swiper-name { .swiper-name {
font-size: 0.45rem; font-size: 0.45rem;
font-weight: 700; font-weight: 700;
...@@ -156,6 +178,7 @@ ...@@ -156,6 +178,7 @@
top: 3.4rem; top: 3.4rem;
left: 0.3rem; left: 0.3rem;
} }
.swiper-face-name { .swiper-face-name {
position: absolute; position: absolute;
top: 4.2rem; top: 4.2rem;
...@@ -166,6 +189,7 @@ ...@@ -166,6 +189,7 @@
text-indent: 0.8rem; text-indent: 0.8rem;
z-index: 10; z-index: 10;
} }
.swiper-face-name img { .swiper-face-name img {
left: 0; left: 0;
position: absolute; position: absolute;
...@@ -174,6 +198,7 @@ ...@@ -174,6 +198,7 @@
border-radius: 50%; border-radius: 50%;
border: 0.05rem solid #E13D85; border: 0.05rem solid #E13D85;
} }
.add-face-name { .add-face-name {
position: absolute; position: absolute;
z-index: 10; z-index: 10;
...@@ -184,6 +209,7 @@ ...@@ -184,6 +209,7 @@
font-size: 0.3rem; font-size: 0.3rem;
text-indent: 0.8rem; text-indent: 0.8rem;
} }
.add-face-name img { .add-face-name img {
left: 0; left: 0;
position: absolute; position: absolute;
...@@ -192,6 +218,7 @@ ...@@ -192,6 +218,7 @@
border-radius: 50%; border-radius: 50%;
border: 0.05rem solid #E13D85; border: 0.05rem solid #E13D85;
} }
.swiper-more { .swiper-more {
width: 2rem; width: 2rem;
position: absolute; position: absolute;
...@@ -199,6 +226,7 @@ ...@@ -199,6 +226,7 @@
bottom: 0.2rem; bottom: 0.2rem;
right: 0; right: 0;
} }
.swiper-more .swiper-more1 { .swiper-more .swiper-more1 {
color: #ffffff; color: #ffffff;
font-size: 0.3rem; font-size: 0.3rem;
...@@ -209,12 +237,14 @@ ...@@ -209,12 +237,14 @@
position: relative; position: relative;
text-indent: 0.5rem; text-indent: 0.5rem;
} }
.swiper-more .swiper-more1 img { .swiper-more .swiper-more1 img {
left: 0; left: 0;
position: absolute; position: absolute;
width: 0.4rem; width: 0.4rem;
top: 0.05rem; top: 0.05rem;
} }
.swiper-more .swiper-more2 { .swiper-more .swiper-more2 {
color: #ffffff; color: #ffffff;
font-size: 0.3rem; font-size: 0.3rem;
...@@ -225,12 +255,14 @@ ...@@ -225,12 +255,14 @@
position: relative; position: relative;
text-indent: 0.5rem; text-indent: 0.5rem;
} }
.swiper-more .swiper-more2 img { .swiper-more .swiper-more2 img {
left: 0; left: 0;
position: absolute; position: absolute;
width: 0.4rem; width: 0.4rem;
top: 0.05rem; top: 0.05rem;
} }
.module-title { .module-title {
position: relative; position: relative;
height: 0.5rem; height: 0.5rem;
...@@ -241,12 +273,14 @@ ...@@ -241,12 +273,14 @@
margin-left: 0.33rem; margin-left: 0.33rem;
margin-top: 0.4rem; margin-top: 0.4rem;
} }
.module-title img { .module-title img {
height: 0.32rem; height: 0.32rem;
top: 0.09rem; top: 0.09rem;
position: absolute; position: absolute;
left: 0; left: 0;
} }
.more-live-box { .more-live-box {
height: 3rem; height: 3rem;
width: 10rem; width: 10rem;
...@@ -255,6 +289,7 @@ ...@@ -255,6 +289,7 @@
margin-top: 0.4rem; margin-top: 0.4rem;
position: relative; position: relative;
} }
.more-live-box .live-box { .more-live-box .live-box {
display: inline-block; display: inline-block;
width: 2.4rem; width: 2.4rem;
...@@ -262,6 +297,7 @@ ...@@ -262,6 +297,7 @@
margin-left: 0.2rem; margin-left: 0.2rem;
float: left; float: left;
} }
.more-live-box .live-face-box { .more-live-box .live-face-box {
width: 2.4rem; width: 2.4rem;
height: 2.4rem; height: 2.4rem;
...@@ -270,10 +306,12 @@ ...@@ -270,10 +306,12 @@
font-size: 0; font-size: 0;
background: #fff; background: #fff;
} }
.more-live-box .live-face-box img { .more-live-box .live-face-box img {
width: 2.4rem; width: 2.4rem;
height: 2.4rem; height: 2.4rem;
} }
.more-live-box .live-box-name { .more-live-box .live-box-name {
height: 0.6rem; height: 0.6rem;
width: 2.4rem; width: 2.4rem;
...@@ -287,12 +325,15 @@ ...@@ -287,12 +325,15 @@
white-space: nowrap; white-space: nowrap;
overflow: hidden; overflow: hidden;
} }
.more-live-box .live-box-cotnent { .more-live-box .live-box-cotnent {
width: 13.5rem; width: 13.5rem;
} }
.more-live-box .live-box-cotnent .live-box:nth-child(1) { .more-live-box .live-box-cotnent .live-box:nth-child(1) {
margin-left: 0.3rem; margin-left: 0.3rem;
} }
.recommended-videos { .recommended-videos {
height: 4.3rem; height: 4.3rem;
width: 10rem; width: 10rem;
...@@ -300,9 +341,11 @@ ...@@ -300,9 +341,11 @@
margin-top: 0.4rem; margin-top: 0.4rem;
margin-bottom: 0.5rem; margin-bottom: 0.5rem;
} }
.videos-content { .videos-content {
width: 31rem; width: 31rem;
} }
.videos-box { .videos-box {
width: 7.35rem; width: 7.35rem;
height: 4.3rem; height: 4.3rem;
...@@ -313,10 +356,12 @@ ...@@ -313,10 +356,12 @@
float: left; float: left;
position: relative; position: relative;
} }
.videos-box .play-icon { .videos-box .play-icon {
left: 3.15rem; left: 3.15rem;
top: 1.35rem; top: 1.35rem;
} }
.videos-shadow { .videos-shadow {
border-radius: 0.2rem; border-radius: 0.2rem;
width: 7.35rem; width: 7.35rem;
...@@ -326,6 +371,7 @@ ...@@ -326,6 +371,7 @@
background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)); background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
z-index: 1; z-index: 1;
} }
.video-time { .video-time {
width: 1.35rem; width: 1.35rem;
height: 0.55rem; height: 0.55rem;
...@@ -340,6 +386,7 @@ ...@@ -340,6 +386,7 @@
border-radius: 1rem 0 0 1rem; border-radius: 1rem 0 0 1rem;
z-index: 2; z-index: 2;
} }
.video-more { .video-more {
z-index: 2; z-index: 2;
width: 2rem; width: 2rem;
...@@ -348,6 +395,7 @@ ...@@ -348,6 +395,7 @@
bottom: 0.2rem; bottom: 0.2rem;
right: 3.9rem; right: 3.9rem;
} }
.video-more .video-more1 { .video-more .video-more1 {
color: #ffffff; color: #ffffff;
font-size: 0.3rem; font-size: 0.3rem;
...@@ -358,12 +406,14 @@ ...@@ -358,12 +406,14 @@
position: relative; position: relative;
text-indent: 0.5rem; text-indent: 0.5rem;
} }
.video-more .video-more1 img { .video-more .video-more1 img {
left: 0; left: 0;
position: absolute; position: absolute;
width: 0.4rem; width: 0.4rem;
top: 0.05rem; top: 0.05rem;
} }
.video-more .video-more2 { .video-more .video-more2 {
color: #ffffff; color: #ffffff;
font-size: 0.3rem; font-size: 0.3rem;
...@@ -374,15 +424,18 @@ ...@@ -374,15 +424,18 @@
position: relative; position: relative;
text-indent: 0.5rem; text-indent: 0.5rem;
} }
.video-more .video-more2 img { .video-more .video-more2 img {
left: 0; left: 0;
position: absolute; position: absolute;
width: 0.4rem; width: 0.4rem;
top: 0.05rem; top: 0.05rem;
} }
.swiper-pagination-bullet-active { .swiper-pagination-bullet-active {
background: #E53996; background: #E53996;
} }
.video-face { .video-face {
z-index: 2; z-index: 2;
width: 1.05rem; width: 1.05rem;
...@@ -393,6 +446,7 @@ ...@@ -393,6 +446,7 @@
top: 3rem; top: 3rem;
left: 0.2rem; left: 0.2rem;
} }
.video-title { .video-title {
z-index: 2; z-index: 2;
font-size: 0.35rem; font-size: 0.35rem;
...@@ -401,6 +455,7 @@ ...@@ -401,6 +455,7 @@
top: 3.1rem; top: 3.1rem;
left: 1.45rem; left: 1.45rem;
} }
.add-video-box { .add-video-box {
position: relative; position: relative;
width: 9.35rem; width: 9.35rem;
...@@ -411,6 +466,7 @@ ...@@ -411,6 +466,7 @@
margin-top: 0.3rem; margin-top: 0.3rem;
background: #FFFFFF; background: #FFFFFF;
} }
.add-video-img { .add-video-img {
width: 9.35rem; width: 9.35rem;
height: 5.08rem; height: 5.08rem;
...@@ -419,22 +475,26 @@ ...@@ -419,22 +475,26 @@
position: relative; position: relative;
background-position-y: center; background-position-y: center;
} }
.add-video-text-box { .add-video-text-box {
height: 1.65rem; height: 1.65rem;
width: 9.35rem; width: 9.35rem;
position: relative; position: relative;
} }
.add-video-text-box > p {
.add-video-text-box>p {
color: #131313; color: #131313;
font-size: 0.35rem; font-size: 0.35rem;
text-indent: 0.28rem; text-indent: 0.28rem;
margin-top: 0.2rem; margin-top: 0.2rem;
font-weight: 700; font-weight: 700;
} }
.tag-content { .tag-content {
margin-left: 0.28rem; margin-left: 0.28rem;
margin-top: 0.15rem; margin-top: 0.15rem;
} }
.tag-content .tag { .tag-content .tag {
min-width: 1.05rem; min-width: 1.05rem;
height: 0.45rem; height: 0.45rem;
...@@ -448,6 +508,7 @@ ...@@ -448,6 +508,7 @@
border-radius: 0.1rem; border-radius: 0.1rem;
margin-bottom: 0.2rem; margin-bottom: 0.2rem;
} }
.add-shadow { .add-shadow {
width: 9.35rem; width: 9.35rem;
height: 5.08rem; height: 5.08rem;
...@@ -458,6 +519,7 @@ ...@@ -458,6 +519,7 @@
pointer-events: none; pointer-events: none;
z-index: 5; z-index: 5;
} }
.add-time { .add-time {
color: #fff; color: #fff;
font-size: 0.3rem; font-size: 0.3rem;
...@@ -466,15 +528,18 @@ ...@@ -466,15 +528,18 @@
right: 0.4rem; right: 0.4rem;
top: 4.3rem; top: 4.3rem;
} }
.grap-swiper-box { .grap-swiper-box {
width: 10rem; width: 10rem;
height: 5.6rem; height: 5.6rem;
} }
.grap-name-box { .grap-name-box {
height: 1.6rem; height: 1.6rem;
width: 10rem; width: 10rem;
position: relative; position: relative;
} }
.grap-user-face { .grap-user-face {
width: 0.8rem; width: 0.8rem;
height: 0.8rem; height: 0.8rem;
...@@ -483,17 +548,20 @@ ...@@ -483,17 +548,20 @@
left: 0.4rem; left: 0.4rem;
border-radius: 100%; border-radius: 100%;
} }
.grap-name-p1 { .grap-name-p1 {
font-size: 0.35rem; font-size: 0.35rem;
color: #353535; color: #353535;
text-indent: 1.6rem; text-indent: 1.6rem;
padding-top: 0.4rem; padding-top: 0.4rem;
} }
.grap-name-p2 { .grap-name-p2 {
font-size: 0.3rem; font-size: 0.3rem;
color: #919191; color: #919191;
text-indent: 1.6rem; text-indent: 1.6rem;
} }
.grap-like { .grap-like {
width: 1.78rem; width: 1.78rem;
height: 0.98rem; height: 0.98rem;
...@@ -508,11 +576,13 @@ ...@@ -508,11 +576,13 @@
text-indent: 0.7rem; text-indent: 0.7rem;
top: 0.4rem; top: 0.4rem;
} }
.grap-content { .grap-content {
min-height: 2.6rem; min-height: 2.6rem;
width: 10rem; width: 10rem;
border-bottom: 1px solid #E9E9E9; border-bottom: 1px solid #E9E9E9;
} }
.grap-title { .grap-title {
color: #2A2A2A; color: #2A2A2A;
font-size: 0.45rem; font-size: 0.45rem;
...@@ -521,6 +591,7 @@ ...@@ -521,6 +591,7 @@
width: 9.3rem; width: 9.3rem;
margin: 0 auto; margin: 0 auto;
} }
.grap-more { .grap-more {
height: 0.75rem; height: 0.75rem;
line-height: 0.75rem; line-height: 0.75rem;
...@@ -528,6 +599,7 @@ ...@@ -528,6 +599,7 @@
font-size: 0; font-size: 0;
padding-top: 0.1rem; padding-top: 0.1rem;
} }
.grap-more .grap-more1 { .grap-more .grap-more1 {
float: left; float: left;
height: 0.75rem; height: 0.75rem;
...@@ -536,27 +608,32 @@ ...@@ -536,27 +608,32 @@
margin-right: 0.3rem; margin-right: 0.3rem;
margin-left: 0.4rem; margin-left: 0.4rem;
} }
.grap-more .grap-more1 > img {
.grap-more .grap-more1>img {
vertical-align: middle; vertical-align: middle;
width: 0.4rem; width: 0.4rem;
margin-top: -0.08rem; margin-top: -0.08rem;
} }
.grap-more .grap-more2 { .grap-more .grap-more2 {
float: left; float: left;
height: 0.75rem; height: 0.75rem;
font-size: 0.3rem; font-size: 0.3rem;
color: #A4A4A4; color: #A4A4A4;
} }
.grap-more .grap-more2 > img {
.grap-more .grap-more2>img {
vertical-align: middle; vertical-align: middle;
width: 0.4rem; width: 0.4rem;
margin-top: -0.08rem; margin-top: -0.08rem;
} }
.grap-msg-box { .grap-msg-box {
position: relative; position: relative;
width: 10rem; width: 10rem;
border-bottom: 1px solid #E9E9E9; border-bottom: 1px solid #E9E9E9;
} }
.grap-msg-top { .grap-msg-top {
font-size: 0.45rem; font-size: 0.45rem;
color: #333333; color: #333333;
...@@ -564,17 +641,20 @@ ...@@ -564,17 +641,20 @@
text-indent: 0.4rem; text-indent: 0.4rem;
padding-top: 0.3rem; padding-top: 0.3rem;
} }
.grap-msg-content { .grap-msg-content {
width: 10rem; width: 10rem;
position: relative; position: relative;
margin-top: 0.3rem; margin-top: 0.3rem;
} }
.grap-msg-text { .grap-msg-text {
width: 8.3rem; width: 8.3rem;
background: #EEEEEE; background: #EEEEEE;
margin-left: 1.1rem; margin-left: 1.1rem;
border-radius: 0.1rem; border-radius: 0.1rem;
} }
.grap-msg-text-name { .grap-msg-text-name {
color: #323232; color: #323232;
font-size: 0.3rem; font-size: 0.3rem;
...@@ -582,6 +662,7 @@ ...@@ -582,6 +662,7 @@
text-indent: 0.25rem; text-indent: 0.25rem;
padding-top: 0.25rem; padding-top: 0.25rem;
} }
.grap-msg-text-p { .grap-msg-text-p {
margin-left: 0.3rem; margin-left: 0.3rem;
color: #323232; color: #323232;
...@@ -590,6 +671,7 @@ ...@@ -590,6 +671,7 @@
line-height: 0.5rem; line-height: 0.5rem;
padding-bottom: 0.2rem; padding-bottom: 0.2rem;
} }
.grap-msg-face { .grap-msg-face {
width: 0.7rem; width: 0.7rem;
height: 0.7rem; height: 0.7rem;
...@@ -597,6 +679,7 @@ ...@@ -597,6 +679,7 @@
position: absolute; position: absolute;
left: 0.25rem; left: 0.25rem;
} }
.grap-bottom-box { .grap-bottom-box {
height: 1.05rem; height: 1.05rem;
width: 10rem; width: 10rem;
...@@ -605,6 +688,7 @@ ...@@ -605,6 +688,7 @@
color: #E53B86; color: #E53B86;
line-height: 1.05rem; line-height: 1.05rem;
} }
.grap-text2 { .grap-text2 {
font-size: 0.4rem; font-size: 0.4rem;
font-weight: 700; font-weight: 700;
...@@ -612,12 +696,14 @@ ...@@ -612,12 +696,14 @@
margin-left: 0.3rem; margin-left: 0.3rem;
padding-top: 0.4rem; padding-top: 0.4rem;
} }
.more-btn { .more-btn {
width: 0.42rem; width: 0.42rem;
position: absolute; position: absolute;
right: 0; right: 0;
top: 0.13rem; top: 0.13rem;
} }
.layer-tag-box { .layer-tag-box {
position: fixed; position: fixed;
top: -12rem; top: -12rem;
...@@ -629,6 +715,7 @@ ...@@ -629,6 +715,7 @@
z-index: 800; z-index: 800;
transition: 0.35s all; transition: 0.35s all;
} }
.layer-shadow { .layer-shadow {
display: none; display: none;
position: fixed; position: fixed;
...@@ -640,6 +727,7 @@ ...@@ -640,6 +727,7 @@
left: 0; left: 0;
z-index: 500; z-index: 500;
} }
.layer-tag-title { .layer-tag-title {
color: #333333; color: #333333;
font-weight: 700; font-weight: 700;
...@@ -647,12 +735,14 @@ ...@@ -647,12 +735,14 @@
text-indent: 0.4rem; text-indent: 0.4rem;
padding-top: 0.4rem; padding-top: 0.4rem;
} }
.layer-tag-ul { .layer-tag-ul {
width: 10rem; width: 10rem;
height: 10.8rem; height: 10.8rem;
overflow: scroll; overflow: scroll;
-webkit-overflow-scrolling: touch; -webkit-overflow-scrolling: touch;
} }
.layer-tag-ul li { .layer-tag-ul li {
text-overflow: ellipsis; text-overflow: ellipsis;
white-space: nowrap; white-space: nowrap;
...@@ -670,10 +760,12 @@ ...@@ -670,10 +760,12 @@
font-size: 0.35rem; font-size: 0.35rem;
font-weight: 700; font-weight: 700;
} }
.layer-tag-ul .tag-click { .layer-tag-ul .tag-click {
background: #E53985; background: #E53985;
color: #fff; color: #fff;
} }
.big-img-box { .big-img-box {
width: 100vw; width: 100vw;
height: 100vh; height: 100vh;
...@@ -683,36 +775,45 @@ ...@@ -683,36 +775,45 @@
z-index: 500; z-index: 500;
background: rgba(0, 0, 0, 0.7); background: rgba(0, 0, 0, 0.7);
} }
.big-img-box .swiper-slide img { .big-img-box .swiper-slide img {
width: 10rem; width: 10rem;
} }
.big-img-box .swiper-slide { .big-img-box .swiper-slide {
width: 100vw !important; width: 100vw !important;
height: 100vh !important; height: 100vh !important;
line-height: 100vh !important; line-height: 100vh !important;
font-size: 0; font-size: 0;
} }
.big-img-box .swiper-slide img { .big-img-box .swiper-slide img {
vertical-align: middle; vertical-align: middle;
} }
.big-img-box .swiper-pagination { .big-img-box .swiper-pagination {
width: 10rem; width: 10rem;
position: absolute; position: absolute;
bottom: 0.5rem; bottom: 0.5rem;
} }
.big-img-box .swiper-pagination-bullet { .big-img-box .swiper-pagination-bullet {
background: #fff; background: #fff;
opacity: 1; opacity: 1;
} }
.big-img-box .swiper-pagination-bullet-active { .big-img-box .swiper-pagination-bullet-active {
background: #E53996; background: #E53996;
} }
.big-img-close { .big-img-close {
color: #fff; color: #fff;
} }
.tag-go { .tag-go {
color: #E53985 !important; color: #E53985 !important;
} }
.bottom-nav { .bottom-nav {
width: 10.64rem; width: 10.64rem;
height: 2.24rem; height: 2.24rem;
...@@ -724,6 +825,7 @@ ...@@ -724,6 +825,7 @@
left: 50%; left: 50%;
margin-left: -5.32rem; margin-left: -5.32rem;
} }
.bottom-nav-h1 { .bottom-nav-h1 {
font-size: 0.3rem; font-size: 0.3rem;
position: absolute; position: absolute;
...@@ -731,6 +833,7 @@ ...@@ -731,6 +833,7 @@
top: 1.3rem; top: 1.3rem;
left: 1.93rem; left: 1.93rem;
} }
.bottom-nav-btn { .bottom-nav-btn {
width: 1.85rem; width: 1.85rem;
height: 0.8rem; height: 0.8rem;
...@@ -738,6 +841,7 @@ ...@@ -738,6 +841,7 @@
left: 8.1rem; left: 8.1rem;
top: 0.8rem; top: 0.8rem;
} }
.bottom-close-btn { .bottom-close-btn {
width: 0.5rem; width: 0.5rem;
height: 0.5rem; height: 0.5rem;
...@@ -745,6 +849,7 @@ ...@@ -745,6 +849,7 @@
left: 9.8rem; left: 9.8rem;
top: 0.35rem; top: 0.35rem;
} }
.back { .back {
width: 0.6rem; width: 0.6rem;
position: fixed; position: fixed;
...@@ -752,3 +857,15 @@ ...@@ -752,3 +857,15 @@
z-index: 800; z-index: 800;
top: 0.3rem; top: 0.3rem;
} }
.topUp {
position: absolute;
top: 1.6rem;
right: 0.8rem;
font-size: 0.4rem;
color: #fff;
height: 0.8rem;
line-height: 0.8rem;
z-index: 9;
}
\ No newline at end of file
...@@ -93,6 +93,8 @@ ...@@ -93,6 +93,8 @@
<div><a style="color: #FFABEE;" href="download/download.html?qd=ftsBH5SY"><span <div><a style="color: #FFABEE;" href="download/download.html?qd=ftsBH5SY"><span
class="txt2">直播</span><img class="click-img" src="images/click.png" alt="絲足"></a></div> class="txt2">直播</span><img class="click-img" src="images/click.png" alt="絲足"></a></div>
</div> </div>
<div class="topUp">儲值</div>
</div> </div>
<!-- <div class="title-nav"> <!-- <div class="title-nav">
<div class="title-nav-box"> <div class="title-nav-box">
...@@ -509,6 +511,10 @@ ...@@ -509,6 +511,10 @@
}) })
} }
// function // function
$('.topUp').on('click', function () {
window.location.href = 'https://www.footseen.com/footseen/phonepay/applepay.html?lang=' + (sessionStorage.lang || 2) + '&gofrom=web';
})
}) })
</script> </script>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment