公寓小程序端前端代码
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

20 lines
379 B

/* pages/noData/noData.wxss */
.navigation {
display: flex;
align-items: center;
color: #333333;
font-size: 32rpx;
z-index: 100;
position: fixed;
left: 50%;
transform: translateX(-60rpx);
}
.back {
width: 30rpx;
height: 30rpx;
margin-left: 20rpx;
margin-top: 20rpx;
border-radius: 0rpx;
z-index: 101;
position: fixed;
}