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