锦水居民端小程序
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.

228 lines
3.2 KiB

5 years ago
page {
height: 100%;
font-size: 32rpx;
line-height: 1.6;
5 years ago
background: #f7f7f7;
5 years ago
}
5 years ago
.container {
5 years ago
width: 100vw;
}
5 years ago
.page-body {
5 years ago
padding-top: 30rpx;
5 years ago
background: #fff;
5 years ago
}
5 years ago
.page-section {
5 years ago
width: 100%;
margin-bottom: 60rpx;
}
5 years ago
.page-section_center {
5 years ago
display: flex;
flex-direction: column;
align-items: center;
}
5 years ago
.page-section:last-child {
5 years ago
margin-bottom: 0;
}
5 years ago
.page-section-gap {
5 years ago
box-sizing: border-box;
padding: 0 30rpx;
}
5 years ago
.page-section-spacing {
5 years ago
box-sizing: border-box;
padding: 0 20rpx;
}
5 years ago
.page-section-title {
5 years ago
font-size: 28rpx;
5 years ago
color: #999;
5 years ago
margin-bottom: 10rpx;
padding-left: 30rpx;
padding-right: 30rpx;
}
5 years ago
.page-section-gap .page-section-title {
5 years ago
padding-left: 0;
padding-right: 0;
}
5 years ago
.demo-text-1 {
5 years ago
position: relative;
align-items: center;
justify-content: center;
5 years ago
background-color: #1aad19;
color: #fff;
5 years ago
font-size: 36rpx;
}
5 years ago
.demo-text-1:before {
5 years ago
content: 'A';
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
5 years ago
.demo-text-2 {
5 years ago
position: relative;
align-items: center;
justify-content: center;
5 years ago
background-color: #2782d7;
color: #fff;
5 years ago
font-size: 36rpx;
}
5 years ago
.demo-text-2:before {
5 years ago
content: 'B';
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
5 years ago
.demo-text-3 {
5 years ago
position: relative;
align-items: center;
justify-content: center;
5 years ago
background-color: #f1f1f1;
5 years ago
color: #353535;
font-size: 36rpx;
}
5 years ago
.demo-text-3:before {
5 years ago
content: 'C';
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
5 years ago
button {
5 years ago
margin-bottom: 30rpx;
}
5 years ago
button:last-child {
5 years ago
margin-bottom: 0;
}
5 years ago
.page-section-title {
5 years ago
padding: 0;
}
5 years ago
.swiper-item {
5 years ago
display: block;
height: 300rpx;
}
5 years ago
5 years ago
.banner {
overflow: hidden;
height: 300rpx;
display: flex;
width: 100%;
border-radius: 16rpx;
}
5 years ago
5 years ago
.dots {
display: flex;
justify-content: center;
padding-bottom: 10rpx;
}
.dots .dot {
width: 22rpx;
height: 16rpx;
border-radius: 8rpx;
margin-left: 10rpx;
5 years ago
background: #d2d5da;
transition: all 0.3s;
5 years ago
}
.dots .dot.active {
width: 40rpx;
5 years ago
background-image: linear-gradient(90deg, #fc5555 58%, #fc5555 100%);
5 years ago
}
5 years ago
.page-section-title {
5 years ago
margin-top: 60rpx;
position: relative;
}
5 years ago
.info {
5 years ago
position: absolute;
right: 0;
color: #353535;
font-size: 30rpx;
}
5 years ago
.page-foot {
5 years ago
margin-top: 50rpx;
}
5 years ago
swiper {
height: 320rpx;
}
5 years ago
5 years ago
.tab-view {
5 years ago
height: 98rpx;
width: 100wh;
5 years ago
background-color: #fff;
5 years ago
margin-top: 30rpx;
}
5 years ago
5 years ago
.wux-tabs__tab {
5 years ago
font-size: 32rpx !important;
color: #8393a0 !important;
5 years ago
}
5 years ago
5 years ago
.wux-tabs__tab--current {
5 years ago
color: #333 !important;
5 years ago
font-weight: bold;
5 years ago
font-size: 40rpx !important;
5 years ago
}
5 years ago
.wux-tabs__tab-bar {
background: #fb3535 !important;
height: 10rpx !important;
border-radius: 6rpx !important;
margin-top: -40rpx !important;
width: 80% !important;
margin-left: 20rpx !important;
5 years ago
}
5 years ago
.top {
5 years ago
position: absolute;
width: 200rpx;
height: 80rpx;
right: 20rpx;
margin-top: -80rpx;
}
5 years ago
.toptxt {
color: #8393a0;
5 years ago
line-height: 80rpx;
}
5 years ago
.imgtop {
5 years ago
width: 44rpx;
height: 32rpx;
float: left;
margin-top: 28rpx;
margin-right: 10rpx;
}
5 years ago
.topimg {
5 years ago
float: left;
width: 44rpx;
height: 32rpx;
5 years ago
}
.wux-tabs__tab--horizontal.wux-tabs__tab--scroll {
padding: 0 20rpx !important;
}