新版式
This commit is contained in:
@@ -59,7 +59,7 @@
|
|||||||
watch(
|
watch(
|
||||||
() => props.dataList,
|
() => props.dataList,
|
||||||
(newVal) => {
|
(newVal) => {
|
||||||
|
console.log(newVal,'333333')
|
||||||
aIndex+=1
|
aIndex+=1
|
||||||
|
|
||||||
if(aIndex>=3&&!newVal.length){
|
if(aIndex>=3&&!newVal.length){
|
||||||
|
|||||||
@@ -223,7 +223,7 @@
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
// line-height: vh(24);
|
// line-height: vh(24);
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
font-size: vw(16);
|
font-size: font-vw(18);
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
// background-image: url('@/assets/images/unfollow.png');
|
// background-image: url('@/assets/images/unfollow.png');
|
||||||
background-size: 100% 100%;
|
background-size: 100% 100%;
|
||||||
@@ -255,7 +255,7 @@
|
|||||||
> span {
|
> span {
|
||||||
margin: 0 vw(16);
|
margin: 0 vw(16);
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
font-size: vw(16);
|
font-size: font-vw(16);
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
}
|
}
|
||||||
.pause {
|
.pause {
|
||||||
@@ -271,7 +271,7 @@
|
|||||||
height: vw(980);
|
height: vw(980);
|
||||||
color: #fff;
|
color: #fff;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-size: vw(30);
|
font-size: font-vw(30);
|
||||||
transform: translate(-50%, -50%);
|
transform: translate(-50%, -50%);
|
||||||
z-index: 999;
|
z-index: 999;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -220,7 +220,7 @@
|
|||||||
margin: vh(20) 0 0 vw(20);
|
margin: vh(20) 0 0 vw(20);
|
||||||
padding-right: vw(20);
|
padding-right: vw(20);
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
height: vh(920);
|
height: vh(830);
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
font-size: font-vw(22);
|
font-size: font-vw(22);
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
|
|||||||
Reference in New Issue
Block a user