This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
Augcl
/
popularize-front
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
style: 为多个页面添加 `top: 0` 样式
在多个页面的 CSS 中,为具有 `position: absolute` 的元素添加 `top: 0`,以确保其定位正确。
master
前端-胡立永
3 weeks ago
parent
e26fefdb26
commit
0d23cf6889
5 changed files
with
5 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
pages_my/guanyuwomen.vue
+1
-0
pages_my/qiandao-list.vue
+1
-0
pages_my/user-info.vue
+1
-0
pages_my/user-msg.vue
+1
-0
pages_order/huodong-detail.vue
+ 1
- 0
pages_my/guanyuwomen.vue
View File
@ -42,6 +42,7 @@
height
:
534
rpx
;
position
:
absolute
;
z
-
index
:
-
1
;
top
:
0
;
}
.
content
{
margin
-
top
:
40
rpx
;
+ 1
- 0
pages_my/qiandao-list.vue
View File
@ -122,6 +122,7 @@
height
:
534
rpx
;
position
:
absolute
;
z
-
index
:
-
1
;
top
:
0
;
}
.
content
{
margin
-
top
:
40
rpx
;
+ 1
- 0
pages_my/user-info.vue
View File
@ -203,6 +203,7 @@
height
:
534
rpx
;
position
:
absolute
;
z
-
index
:
-
1
;
top
:
0
;
}
.
content
{
margin
-
top
:
40
rpx
;
+ 1
- 0
pages_my/user-msg.vue
View File
@ -218,6 +218,7 @@
height
:
534
rpx
;
position
:
absolute
;
z
-
index
:
-
1
;
top
:
0
;
}
.
content
{
margin
-
top
:
40
rpx
;
+ 1
- 0
pages_order/huodong-detail.vue
View File
@ -366,6 +366,7 @@
height
:
534
rpx
;
position
:
absolute
;
z
-
index
:
-
1
;
top
:
0
;
}
.
content
{
margin
-
top
:
40
rpx
;
Write
Preview
Loading…
Cancel
Save