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

98 lines
1.8 KiB

//引入全局配置
@import "c/conf";
@import "c/mx";
@import "c/f";
@import "a/c";
page {
background-color: $bgc1;
padding-bottom: 20rpx;
}
.m-menus {
position: relative;
z-index: 10;
box-sizing: border-box;
margin: 0 auto;
margin-top: 20rpx;
padding: 2rpx 0;
background-color: #ffffff;
// box-shadow: 0px 2px 12px 0px rgba(211, 211, 211, 0.26);
.menus {
display: block;
padding: 0 20rpx;
line-height: 40rpx;
.menu {
padding: 30rpx 0;
border-top: 1rpx solid #eee;
overflow: hidden;
font-size: 32rpx;
color: $fc1;
overflow: hidden;
&:first-child {
border-top: none;
}
.f-fl {
> text {
margin-left: 10rpx;
}
}
.f-fr {
position: relative;
> text {
line-height: 40rpx;
font-size: 32rpx;
color: $fc3;
&.z-stress {
color: $c2;
}
&.z-stress2 {
padding: 0 10rpx;
color: #ffffff;
background-color: $c2;
border-radius: 40rpx;
min-width: 20rpx;
font-size: 30rpx;
}
}
> image {
margin-right: -10rpx;
}
}
image {
display: inline-block;
width: 40rpx;
height: 40rpx;
vertical-align: bottom;
}
}
}
}
// 普通红色通按钮
.u-btn2 {
position: fixed;
bottom: 200rpx;
left: 0;
right: 0;
margin: 0 auto;
width: 400rpx;
height: 80rpx;
line-height: 80rpx;
border-radius: 40rpx;
font-size: $fz7;
font-family: Source Han Serif SC;
font-weight: 500;
text-align: center;
color: $fc1;
border: 2rpx solid #999;
}