修改页面样式

This commit is contained in:
Gaoxs
2020-09-01 17:55:08 +08:00
parent 12238a98d6
commit eefed9b9a0
13 changed files with 689 additions and 83 deletions

View File

@ -3667,6 +3667,7 @@ page {
height: 100%;
border-radius: 50%;
}
.personal-data .wrapper .wrapList .item .picTxt .pictrue img {
width: 100%;
height: 100%;
@ -7484,7 +7485,15 @@ page {
position: fixed;
left: 0;
right: 0;
// #ifdef H5
top: 88rpx;
// #endif
// #ifndef H5
top: 0;
// #endif
z-index: 9;
border-bottom: 1px solid #f5f5f5;
}