@@ -26,6 +26,7 @@ page{
.noStaff-head{
justify-content: space-between;
+ position: relative;
}
.head-noStaff-logo{
@@ -33,13 +34,16 @@ page{
height: 164rpx;
border-radius: 50%;
overflow : hidden ;
+ position: absolute;
+ bottom: 130rpx;
.head-text{
font-size: 36rpx;
font-weight: 500;
color: #F6C6A3;
- margin-bottom: 34rpx;
+ bottom: 34rpx;
.noStaff-content{