新版式

This commit is contained in:
duanliang
2025-11-25 22:23:38 +08:00
parent 974b307258
commit 2f34ab23a6
3 changed files with 5 additions and 5 deletions

View File

@@ -59,7 +59,7 @@
watch(
() => props.dataList,
(newVal) => {
console.log(newVal,'333333')
aIndex+=1
if(aIndex>=3&&!newVal.length){

View File

@@ -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;
}

View File

@@ -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;