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

77 lines
1.6 KiB

//引入全局配置
@import "c/conf";
@import "c/mx";
@import "c/f";
.m-tabs {
padding-top: 2rpx;
background: linear-gradient(180deg, #ef3c3d 0%, #d62121 100%);
background-size: 100% 500rpx;
background-repeat: no-repeat;
overflow: hidden;
.tabs {
margin-bottom: 30rpx;
display: flex;
justify-content: space-around;
.tab {
position: relative;
text-align: center;
padding: 20rpx 0;
font-size: 32rpx;
height: 50rpx;
line-height: 50rpx;
font-family: Source Han Serif SC;
font-weight: 500;
color: rgba(#fff, 0.7);
transition: all $ad1 ease-in-out;
&:after {
content: "";
display: block;
position: absolute;
bottom: 0;
right: 0;
left: 0;
margin: 0 auto;
width: 50rpx;
height: 8rpx;
opacity: 0;
transform: scale(0);
background: #fff;
border-radius: 4rpx;
transition: all $ad1 ease-in-out;
}
&.z-on {
font-weight: bold;
color: #ffffff;
&:after {
opacity: 1;
transform: scale(1);
}
}
}
}
.cnt {
margin: 20rpx auto;
width: 690rpx;
padding: 5rpx 0;
min-height: 200rpx;
background: #ffffff;
box-shadow: 0rpx 3rpx 24rpx 0rpx rgba(211, 211, 211, 0.26);
border-radius: 20rpx;
.link {
margin: 0 auto;
width: 670rpx;
border-top: 1rpx solid #eee;
line-height: 70rpx;
text-align: center;
font-size: 28rpx;
color: #999999;
}
}
}