|
@@ -5557,6 +5557,7 @@ a{ |
|
@@ -5557,6 +5557,7 @@ a{ |
5557
|
}
|
5557
|
}
|
5558
|
.star-page{
|
5558
|
.star-page{
|
5559
|
background: #333;
|
5559
|
background: #333;
|
|
|
5560
|
+ position: relative;
|
5560
|
}
|
5561
|
}
|
5561
|
.star-page a{
|
5562
|
.star-page a{
|
5562
|
text-decoration: none;
|
5563
|
text-decoration: none;
|
|
@@ -5655,7 +5656,6 @@ a{ |
|
@@ -5655,7 +5656,6 @@ a{ |
5655
|
height: 4.5rem;
|
5656
|
height: 4.5rem;
|
5656
|
}
|
5657
|
}
|
5657
|
.star-page .star-main{
|
5658
|
.star-page .star-main{
|
5658
|
- position: relative;
|
|
|
5659
|
margin-top: 2.2rem;
|
5659
|
margin-top: 2.2rem;
|
5660
|
}
|
5660
|
}
|
5661
|
.star-page .avatar-swiper{
|
5661
|
.star-page .avatar-swiper{
|
|
@@ -5671,10 +5671,8 @@ a{ |
|
@@ -5671,10 +5671,8 @@ a{ |
5671
|
margin-top: 0.9rem;
|
5671
|
margin-top: 0.9rem;
|
5672
|
background: #000;
|
5672
|
background: #000;
|
5673
|
}
|
5673
|
}
|
5674
|
-.star-page .avatar-swiper li span{
|
|
|
5675
|
- display: block;
|
|
|
5676
|
- width: 100%;
|
|
|
5677
|
- height: 100%;
|
5674
|
+.star-page .avatar-swiper li a{
|
|
|
5675
|
+ border-radius: 0.125rem;
|
5678
|
}
|
5676
|
}
|
5679
|
.star-page .avatar-swiper .swiper-slide-active{
|
5677
|
.star-page .avatar-swiper .swiper-slide-active{
|
5680
|
width: 4.5rem;
|
5678
|
width: 4.5rem;
|
|
@@ -5908,15 +5906,6 @@ a{ |
|
@@ -5908,15 +5906,6 @@ a{ |
5908
|
top: 0;
|
5906
|
top: 0;
|
5909
|
z-index: -1;
|
5907
|
z-index: -1;
|
5910
|
}
|
5908
|
}
|
5911
|
-.star-page .swiper-num1{
|
|
|
5912
|
- width: 2.75rem;
|
|
|
5913
|
-}
|
|
|
5914
|
-.star-page .swiper-num2{
|
|
|
5915
|
- width: 3.25rem;
|
|
|
5916
|
-}
|
|
|
5917
|
-.star-page .swiper-num3{
|
|
|
5918
|
- width: 4.5rem;
|
|
|
5919
|
-}
|
|
|
5920
|
.star-index-bg{
|
5909
|
.star-index-bg{
|
5921
|
background: #000;
|
5910
|
background: #000;
|
5922
|
overflow: hidden;
|
5911
|
overflow: hidden;
|
|
@@ -5924,6 +5913,25 @@ a{ |
|
@@ -5924,6 +5913,25 @@ a{ |
5924
|
.star-index-bg .star-page{
|
5913
|
.star-index-bg .star-page{
|
5925
|
background: #000;
|
5914
|
background: #000;
|
5926
|
}
|
5915
|
}
|
|
|
5916
|
+@media screen and (max-width: 375px) and (min-width: 375px){
|
|
|
5917
|
+ .star-page .avatar-wrap{
|
|
|
5918
|
+ height: 105PX;
|
|
|
5919
|
+ }
|
|
|
5920
|
+ .star-page .avatar-swiper li{
|
|
|
5921
|
+ width: 64PX;
|
|
|
5922
|
+ height: 64PX;
|
|
|
5923
|
+ margin-top: 20.5PX;
|
|
|
5924
|
+ }
|
|
|
5925
|
+ .star-page .avatar-swiper .swiper-slide-active{
|
|
|
5926
|
+ width: 105PX;
|
|
|
5927
|
+ height: 105PX;
|
|
|
5928
|
+ }
|
|
|
5929
|
+ .star-page .avatar-swiper .swiper-slide-prev, .star-page .avatar-swiper .swiper-slide-next{
|
|
|
5930
|
+ width: 76PX;
|
|
|
5931
|
+ height: 76PX;
|
|
|
5932
|
+ margin-top: 14.5PX;
|
|
|
5933
|
+ }
|
|
|
5934
|
+}
|
5927
|
.star-page .special-list{
|
5935
|
.star-page .special-list{
|
5928
|
width: 100%;
|
5936
|
width: 100%;
|
5929
|
height: auto;
|
5937
|
height: auto;
|
|
@@ -5937,7 +5945,7 @@ a{ |
|
@@ -5937,7 +5945,7 @@ a{ |
5937
|
}
|
5945
|
}
|
5938
|
.star-page .special-list li img{
|
5946
|
.star-page .special-list li img{
|
5939
|
width: 100%;
|
5947
|
width: 100%;
|
5940
|
- min-height: 7.75rem;
|
5948
|
+ height: 7.75rem;
|
5941
|
}
|
5949
|
}
|
5942
|
.star-page .special-list li p{
|
5950
|
.star-page .special-list li p{
|
5943
|
width: 100%;
|
5951
|
width: 100%;
|