日照项目的居民端小程序
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.
 
 
 

81 lines
1.8 KiB

//引入全局配置
@import "../../../../assets/scss/c/conf";
@import "../../../../assets/scss/c/mx";
@import "../../../../assets/scss/c/f";
@import "../../../../assets/scss/a/c";
.m-navbar {
position: fixed;
top: 40rpx;
width: 100%;
height: 100rpx;
line-height: 100rpx;
text-align: center;
font-size: 24rpx;
font-family: PingFang SC;
font-weight: 500;
color: #ffffff;
.back-btn {
position: absolute;
display: block;
top: 0;
bottom: 0;
margin: auto 0;
width: 100rpx;
height: 100rpx;
image {
@include hub;
display: block;
width: 19rpx;
height: 34rpx;
}
}
}
.m-bg {
image {
width: 100%;
height: 410rpx;
}
}
.m-menus {
position: relative;
z-index: 2;
margin-top: -60rpx;
.menu {
margin: 16rpx auto;
width: 690rpx;
height: 190rpx;
background: #ffffff;
border-radius: 14rpx;
display: flex;
justify-content: space-around;
align-items: center;
.menu-ico {
margin-left: 20rpx;
width: 80rpx;
height: 80rpx;
}
.menu-arrow {
width: 16rpx;
height: 23rpx;
}
.menu-info {
width: 470rpx;
.menu-name {
font-size: 32rpx;
font-family: PingFang SC;
font-weight: bold;
color: #333333;
}
.menu-hint {
font-size: 28rpx;
font-family: PingFang SC;
font-weight: 400;
color: #999999;
line-height: 42rpx;
}
}
}
}