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.
679 lines
12 KiB
679 lines
12 KiB
page {
|
|
width: 100%;
|
|
height: auto;
|
|
overflow-y: auto;
|
|
background: #f7f7f7;
|
|
}
|
|
|
|
.header {
|
|
position: fixed;
|
|
width: 100%;
|
|
top: 0;
|
|
left: 0;
|
|
z-index: 1000;
|
|
background: #bb0300;
|
|
/* background: #349c83; */
|
|
}
|
|
|
|
.header .header-bg {
|
|
width: 100%;
|
|
height: 100%;
|
|
position: absolute;
|
|
z-index: 10;
|
|
left: 0;
|
|
top: 0;
|
|
}
|
|
|
|
.header .navigation {
|
|
width: 100%;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
color: rgba(255, 255, 255, 0.9);
|
|
font-size: 32rpx;
|
|
position: relative;
|
|
z-index: 100;
|
|
letter-spacing: 2rpx;
|
|
}
|
|
.header .navigation view {
|
|
width: 33%;
|
|
height: 100%;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
/* .header .navigation image {
|
|
width: 150rpx;
|
|
height: 50rpx;
|
|
} */
|
|
.header .navigation .header-left {
|
|
justify-content: left;
|
|
}
|
|
.header .navigation hedaer-center image{
|
|
width: 150rpx;
|
|
height: 50rpx;
|
|
}
|
|
.header .navigation .header-left image{
|
|
width: 24rpx;
|
|
height: 30rpx;
|
|
margin: 0 14rpx 0 22rpx;
|
|
}
|
|
.belong-grid {
|
|
width: 100%;
|
|
height: 70rpx;
|
|
position: relative;
|
|
background: #bb0300;
|
|
padding-top: 14rpx;
|
|
box-sizing: border-box;
|
|
/* background: linear-gradient(to bottom, #349c83, #39b092); */
|
|
}
|
|
|
|
.belong-grid .newbelong-grid {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.belong-grid .belong-grid-bg {
|
|
width: 100%;
|
|
height: 100%;
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
z-index: 10;
|
|
}
|
|
|
|
.belong-grid .newbelong-grid .signin-btn {
|
|
width: 140rpx;
|
|
height: 44rpx;
|
|
position: absolute;
|
|
z-index: 99;
|
|
right: 80rpx;
|
|
}
|
|
|
|
.belong-grid .newbelong-grid .signin-btn image {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.popup__button {
|
|
width: 100%;
|
|
text-align: center;
|
|
font-size: 36rpx;
|
|
color: #04BCA0;
|
|
}
|
|
|
|
.belong-grid .newbelong-grid .grid {
|
|
/* width: 90%; */
|
|
width: calc(100% - 240rpx);
|
|
height: 34rpx;
|
|
position: relative;
|
|
z-index: 100;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.belong-grid .newbelong-grid .grid .party-logo {
|
|
width: 24rpx;
|
|
height: 30rpx;
|
|
margin: 0 14rpx 0 22rpx;
|
|
}
|
|
|
|
.belong-grid .newbelong-grid .grid .grid-name {
|
|
font-size: 32rpx;
|
|
color: #fff;
|
|
}
|
|
|
|
.belong-grid .newbelong-grid .grid .more-grid {
|
|
width: 16rpx;
|
|
height: 22rpx;
|
|
margin-left: 10rpx;
|
|
margin-top: 5rpx;
|
|
}
|
|
|
|
.belong-grid .notice {
|
|
width: 40rpx;
|
|
height: 40rpx;
|
|
margin-right: 10px;
|
|
position: relative;
|
|
z-index: 100;
|
|
}
|
|
.belong-grid .notice image{
|
|
width: 40rpx;
|
|
height: 40rpx;
|
|
}
|
|
|
|
.belong-grid .newImage {
|
|
position: relative;
|
|
height: calc(100% - 34rpx);
|
|
z-index: 999;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
|
|
.belong-grid .newImage image {
|
|
width: 576rpx;
|
|
height: 52rpx;
|
|
}
|
|
|
|
.banner {
|
|
width: 100%;
|
|
height: 340rpx;
|
|
}
|
|
|
|
.banner swiper {
|
|
width: 100%;
|
|
height: 340rpx;
|
|
}
|
|
|
|
.banner-item {
|
|
width: 100%;
|
|
height: 340rpx;
|
|
position: relative;
|
|
}
|
|
|
|
.banner-item .banner-img {
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.banner-item .banner-content {
|
|
position: relative;
|
|
width: 100%;
|
|
height: 100%;
|
|
top: 0;
|
|
left: 0;
|
|
z-index: 100;
|
|
display: flex;
|
|
align-items: flex-end;
|
|
}
|
|
|
|
.banner-item .banner-content .title {
|
|
width: 100%;
|
|
height: 91rpx;
|
|
background: rgba(0, 0, 0, 0.4);
|
|
box-sizing: border-box;
|
|
padding: 0 20rpx;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.banner-item .banner-content .title .title-text {
|
|
width: 75%;
|
|
color: #fff;
|
|
font-size: 26rpx;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
margin-top: 10rpx;
|
|
}
|
|
|
|
.indication {
|
|
height: 70rpx;
|
|
display: flex;
|
|
position: absolute;
|
|
right: 20rpx;
|
|
flex-direction: row;
|
|
justify-content: center;
|
|
}
|
|
|
|
.spot {
|
|
width: 10rpx;
|
|
height: 10rpx;
|
|
border-radius: 50%;
|
|
margin-right: 10rpx;
|
|
background-color: #c6c6c8;
|
|
}
|
|
|
|
.spot.active {
|
|
width: 10rpx;
|
|
height: 10rpx;
|
|
border-radius: 50%;
|
|
background-color: #fff;
|
|
}
|
|
|
|
.cell-phone-container {
|
|
width: 100%;
|
|
background: #fff;
|
|
box-sizing: border-box;
|
|
padding: 0 24rpx;
|
|
}
|
|
.call-phone {
|
|
width: 100%;
|
|
height: 102rpx;
|
|
position: relative;
|
|
z-index: 888;
|
|
margin-top: -31rpx;
|
|
border-radius: 10rpx;
|
|
background: rgba(253, 253, 253, 1);
|
|
box-shadow: 0px 4px 29px 0px rgba(63, 63, 63, 0.1);
|
|
box-sizing: border-box;
|
|
padding: 0 20rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
}
|
|
.call-phone image {
|
|
width: 100%;
|
|
height: 100%;
|
|
float: left;
|
|
}
|
|
.call-phone .tip {
|
|
width: 216rpx;
|
|
height: 35rpx;
|
|
margin-left: 20rpx;
|
|
}
|
|
.call-phone .num {
|
|
width: 229rpx;
|
|
height: 50rpx;
|
|
margin-left: -40rpx;
|
|
}
|
|
|
|
.call-phone .call {
|
|
color: #fff;
|
|
font-style: oblique;
|
|
font-weight: bolder;
|
|
font-size: 26rpx;
|
|
letter-spacing: 4rpx;
|
|
width: 110rpx;
|
|
height: 60rpx;
|
|
border-radius: 30rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
background: linear-gradient(to right, #feba03, #ff9701);
|
|
margin-right: 20rpx;
|
|
}
|
|
.grid-list {
|
|
width: 100%;
|
|
height: 300rpx;
|
|
margin: -30rpx auto 0;
|
|
position: relative;
|
|
background: #ffffff;
|
|
padding: 28rpx 24rpx;
|
|
box-sizing: border-box;
|
|
border-radius: 20rpx 20rpx 0 0;
|
|
display: flex;
|
|
}
|
|
.grid-list .grid-item-left {
|
|
|
|
}
|
|
.grid-list .grid-item-left image {
|
|
width: 336rpx;
|
|
height: 272rpx;
|
|
float: none;
|
|
}
|
|
.grid-list .grid-item-right {
|
|
display: flex;
|
|
flex-direction: column;
|
|
height: 272rpx;
|
|
}
|
|
.grid-list .grid-item-right image {
|
|
width: 360rpx;
|
|
height: 136rpx;
|
|
float: none;
|
|
margin-top: 4rpx;
|
|
}
|
|
/* .grid-list {
|
|
width: 100%;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-around;
|
|
box-sizing: border-box;
|
|
padding: 45rpx 0 30rpx 0;
|
|
margin-top: -31rpx;
|
|
position: relative;
|
|
background: #fff;
|
|
border-radius: 20rpx 20rpx 0 0;
|
|
}
|
|
.grid-list .grid-item {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
|
|
.grid-list .hover-grid-item {
|
|
background: #eee;
|
|
}
|
|
.grid-list .grid-item .icon-container {
|
|
width: 124rpx;
|
|
height: 124rpx;
|
|
}
|
|
.grid-list .grid-item .icon-container image {
|
|
width: 100%;
|
|
height: 100%;
|
|
float: left;
|
|
}
|
|
.grid-list .grid-item .tip {
|
|
color: #333;
|
|
font-size: 30rpx;
|
|
line-height: 50rpx;
|
|
} */
|
|
/* .grid-list {
|
|
width: 100%;
|
|
box-sizing: border-box;
|
|
padding: 30rpx 10px 0;
|
|
display: flex;
|
|
align-items: center;
|
|
background: #fff;
|
|
}
|
|
|
|
.grid-list image {
|
|
width: 100%;
|
|
height: 100%;
|
|
float: left;
|
|
}
|
|
|
|
.grid-list .grid-item-left, .grid-list .grid-item-right {
|
|
width: 50%;
|
|
height: 278rpx;
|
|
}
|
|
|
|
.grid-list .grid-item-right .grid-item {
|
|
width: 100%;
|
|
height: 139rpx;
|
|
} */
|
|
|
|
.module-list {
|
|
width: 100%;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-around;
|
|
box-sizing: border-box;
|
|
padding: 24rpx 20rpx 30rpx;
|
|
background: #ffF;
|
|
}
|
|
.module-list .pointRank{
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
justify-content: center;
|
|
font-size: 13px;
|
|
padding: 30rpx;
|
|
}
|
|
.module-list .pointRank .icon {
|
|
width: 150rpx;
|
|
height: 150rpx;
|
|
}
|
|
.module-list .pointRank .icon image {
|
|
width: 100%;
|
|
height: 100%;
|
|
float: left;
|
|
}
|
|
.imgageRight{
|
|
position: relative;
|
|
right: -8rpx;
|
|
}
|
|
.module-list .module-item {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
|
|
.module-list .hover-module-item {
|
|
background: #eee;
|
|
}
|
|
|
|
.module-list .module-item .icon {
|
|
width: 150rpx;
|
|
height: 150rpx;
|
|
}
|
|
.module-list .module-item .icon image {
|
|
width: 100%;
|
|
height: 100%;
|
|
float: left;
|
|
}
|
|
.module-list .module-item .icon .p20{
|
|
padding: 20rpx;
|
|
box-sizing: border-box;
|
|
}
|
|
.module-list .module-item .tip {
|
|
font-size: 26rpx;
|
|
color: #3f3f3f;
|
|
line-height: 50rpx;
|
|
}
|
|
|
|
image {
|
|
width: 100%;
|
|
height: 100%;
|
|
float: left;
|
|
}
|
|
|
|
|
|
::-webkit-scrollbar{
|
|
width: 0;
|
|
height: 0;
|
|
color: transparent;
|
|
display:none;
|
|
}
|
|
|
|
.community-news {
|
|
width: 100%;
|
|
margin-top: 16rpx;
|
|
}
|
|
|
|
.community-news scroll-view {
|
|
width: 100%;
|
|
height: 90rpx;
|
|
background: #fff;
|
|
}
|
|
|
|
.community-news scroll-view .tab-list {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.community-news scroll-view .tab-item {
|
|
font-size: 28rpx;
|
|
color: #999;
|
|
line-height: 90rpx;
|
|
height: 90rpx;
|
|
padding: 0 29rpx;
|
|
flex-shrink: 0;
|
|
position: relative;
|
|
}
|
|
|
|
.item-hover {
|
|
background: #ddd;
|
|
}
|
|
|
|
.community-news scroll-view .tab-item.active {
|
|
font-size: 30rpx;
|
|
color: #333;
|
|
}
|
|
|
|
.community-news scroll-view .tab-item .select-tab {
|
|
width: 40rpx;
|
|
height: 6rpx;
|
|
background-color: #bb0300;
|
|
border-radius: 3rpx;
|
|
position: absolute;
|
|
bottom: 0px;
|
|
left: calc(50% - 20rpx);
|
|
display: none;
|
|
}
|
|
|
|
.community-news scroll-view .tab-item.active .select-tab {
|
|
display: block;
|
|
}
|
|
|
|
.community-news scroll-view .tab-item + .tab-item {
|
|
margin-left: 19rpx;
|
|
}
|
|
|
|
.news-list {
|
|
width: 100%;
|
|
background: #fff;
|
|
box-sizing: border-box;
|
|
padding: 0 30rpx;
|
|
}
|
|
|
|
.news-list .list-item {
|
|
width: 100%;
|
|
box-sizing: border-box;
|
|
padding: 30rpx 0;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.news-list .list-item + .list-item {
|
|
border-top: 1rpx solid #eaeaea;
|
|
}
|
|
|
|
.news-list .list-item .news-img {
|
|
width: 210rpx;
|
|
height: 150rpx;
|
|
border-radius: 8rpx;
|
|
overflow: hidden;
|
|
margin-right: 50rpx;
|
|
}
|
|
.module-list .module-item .icon .house_img {
|
|
/* width: 150% ;
|
|
height: 150% ; */
|
|
/* position: relative;
|
|
top: 8rpx; */
|
|
}
|
|
|
|
.news-list .list-item .detail {
|
|
width: calc(100% - 210rpx - 20rpx);
|
|
height: 150rpx;
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.news-list .list-item .detail .title {
|
|
font-size: 34rpx;
|
|
color: #3f3f3f;
|
|
line-height: 44rpx;
|
|
width: 100%;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
display: -webkit-box;
|
|
-webkit-line-clamp: 2;
|
|
-webkit-box-orient: vertical;
|
|
}
|
|
|
|
.news-list .list-item .bottom-detail {
|
|
width: 100%;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.news-list .list-item .bottom-detail .time {
|
|
font-size: 22rpx;
|
|
letter-spacing: 1px;
|
|
color: #aaa;
|
|
}
|
|
|
|
.news-list .list-item .bottom-detail .page-view {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: flex-start;
|
|
}
|
|
.news-list .list-item .bottom-detail .page-view .page-view-img {
|
|
width: 30rpx;
|
|
height: 24rpx;
|
|
margin-right: 12rpx;
|
|
}
|
|
|
|
.news-list .list-item .bottom-detail .page-view .num {
|
|
font-size: 24rpx;
|
|
letter-spacing: 1px;
|
|
color: #aaa;
|
|
}
|
|
|
|
.no-data {
|
|
width: 100%;
|
|
height:calc(100vh - 90rpx - 100rpx - 20rpx);
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
|
|
.no-data .no-data-container {
|
|
width: 534rpx;
|
|
height: 258rpx;
|
|
}
|
|
|
|
.fixed-phone-container {
|
|
position: fixed;
|
|
bottom: 10rpx;
|
|
right: -425rpx;
|
|
width: 500rpx;
|
|
height: 90rpx;
|
|
background-color: rgba(79, 79, 79, 0.72);
|
|
border-radius: 45rpx 0 0 45rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
box-sizing: border-box;
|
|
padding: 0 20rpx;
|
|
transition: right 0.3s linear;
|
|
}
|
|
|
|
.fixed-phone-container.open {
|
|
right: 0%;
|
|
transition: right 0.3s linear;
|
|
}
|
|
|
|
.fixed-phone-container .left {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.fixed-phone-container .left .phone-container {
|
|
width: 47rpx;
|
|
height: 47rpx;
|
|
margin-right: 15rpx;
|
|
flex-shrink: 0;
|
|
}
|
|
|
|
.fixed-phone-container .left .detail .tip {
|
|
font-size: 22rpx;
|
|
color: #fff;
|
|
line-height: 32rpx;
|
|
}
|
|
|
|
.fixed-phone-container .left .detail .num {
|
|
font-size: 36rpx;
|
|
color: #fff;
|
|
line-height: 46rpx;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.fixed-phone-container .call-btn {
|
|
flex-shrink: 0;
|
|
width: 100rpx;
|
|
height: 56rpx;
|
|
background: linear-gradient(to right,
|
|
#359b83 0%,
|
|
#2db191 50%,
|
|
#24c69e 100%);
|
|
border-radius: 28rpx;
|
|
font-size: 28rpx;
|
|
color: #fff;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
margin-left: 20rpx;
|
|
}
|
|
|
|
.fixed-phone-container .hover-call-btn {
|
|
background: #289b7e;
|
|
}
|
|
|
|
.new-22-8-1{
|
|
width: 100%;
|
|
height: 168rpx;
|
|
}
|
|
|
|
.new-22-8-1 image{
|
|
width: 100%;
|
|
height: 168rpx;
|
|
}
|