473 lines
6.8 KiB
Plaintext
473 lines
6.8 KiB
Plaintext
/* packageC/Myshaky/activityHome/activityHome.wxss */
|
|
|
|
.activityHome {
|
|
background: #fff;
|
|
padding-bottom: 150rpx;
|
|
}
|
|
|
|
.searchBox {
|
|
height: 100rpx;
|
|
background: #fff;
|
|
display: flex;
|
|
justify-content: space-around;
|
|
align-items: center;
|
|
padding: 0 28rpx;
|
|
margin-bottom: 30rpx;
|
|
}
|
|
|
|
.searchInput {
|
|
width: 450rpx;
|
|
height: 60rpx;
|
|
background-color: #f5f5f5;
|
|
border-radius: 30rpx;
|
|
|
|
/* margin-right: 30rpx;
|
|
margin-left: 30rpx; */
|
|
display: flex;
|
|
justify-content: flex-start;
|
|
align-items: center;
|
|
}
|
|
|
|
.inputTitle {
|
|
margin-left: 20rpx;
|
|
color: rgba(153, 153, 153, 1);
|
|
font-size: 28rpx;
|
|
}
|
|
|
|
.bbtn {
|
|
width: 60rpx;
|
|
height: 60rpx;
|
|
line-height: 60rpx;
|
|
text-align: center;
|
|
color: rgba(28, 150, 254, 1);
|
|
display: none;
|
|
|
|
/* margin-right: 20rpx; */
|
|
}
|
|
|
|
.fontOne {
|
|
margin-top: -14rpx;
|
|
margin-left: 20rpx;
|
|
color: rgba(153, 153, 153, 1);
|
|
}
|
|
|
|
.searchDizhi {
|
|
/* flex: 1; */
|
|
display: flex;
|
|
align-items: center;
|
|
|
|
/* width: 120rpx; */
|
|
flex: 1;
|
|
color: #999;
|
|
}
|
|
|
|
.city {
|
|
/* width: 48px; */
|
|
font-size: 32rpx;
|
|
color: #999;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
|
|
/* margin-left: 20rpx; */
|
|
}
|
|
|
|
.bannerBox {
|
|
width: 750rpx;
|
|
|
|
/* height: 295rpx; */
|
|
background: #fff;
|
|
}
|
|
|
|
.bannerBox swiper {
|
|
display: block;
|
|
|
|
/* height: 250px; */
|
|
}
|
|
|
|
.firSwiper {
|
|
display: flex;
|
|
justify-content: center;
|
|
}
|
|
|
|
.testOne {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.testOne image {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.sort {
|
|
margin-top: 20rpx;
|
|
padding-bottom: 20rpx;
|
|
background: #fff;
|
|
}
|
|
|
|
.sort .ul {
|
|
width: 100%;
|
|
height: 100%;
|
|
margin-top: 20rpx;
|
|
overflow: hidden;
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
align-items: center;
|
|
}
|
|
|
|
.sort .ul .item {
|
|
display: flex;
|
|
width: 20%;
|
|
height: 40%;
|
|
flex-direction: column;
|
|
justify-content: center;
|
|
align-items: center;
|
|
margin: 5px 0;
|
|
}
|
|
|
|
.sort .ul .item .img {
|
|
width: 80rpx;
|
|
height: 80rpx;
|
|
background: #fff;
|
|
border-radius: 50%;
|
|
border: 0.125rem solid #fff;
|
|
box-sizing: border-box;
|
|
float: left;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.sort .ul .item .img image {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.hot-least {
|
|
width: 100%;
|
|
|
|
/* padding-bottom: 40rpx; */
|
|
background: #fff;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.hot-least .title {
|
|
height: 80rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
margin: 0 30rpx;
|
|
}
|
|
|
|
.hot-least .title .strong {
|
|
font-size: 16px;
|
|
color: #333;
|
|
}
|
|
|
|
.hot-least .title .all {
|
|
font-size: 14px;
|
|
color: #999;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.hot-least .title .all van-icon {
|
|
margin-top: -5rpx;
|
|
}
|
|
|
|
.hot-least .image {
|
|
margin-left: 30rpx;
|
|
}
|
|
|
|
van-icon {
|
|
padding-top: 5rpx;
|
|
}
|
|
|
|
.people-hot {
|
|
width: 100%;
|
|
padding-bottom: 28rpx;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.hotTop {
|
|
height: 80rpx;
|
|
margin: 0 30rpx;
|
|
font-size: 32rpx;
|
|
font-weight: normal;
|
|
font-stretch: normal;
|
|
letter-spacing: 0rpx;
|
|
color: rgba(51, 51, 51, 1);
|
|
line-height: 80rpx;
|
|
}
|
|
|
|
.hotList {
|
|
margin-left: 30rpx;
|
|
}
|
|
|
|
.hotswiper {
|
|
width: 100%;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.swiperLisBox {
|
|
display: inline-block;
|
|
width: 200rpx;
|
|
margin-right: 20rpx;
|
|
}
|
|
|
|
.swiperLisBox-first {
|
|
display: inline-block;
|
|
width: 200rpx;
|
|
height: 276rpx;
|
|
background: #f5f5f5;
|
|
}
|
|
|
|
.hot-swiperLisBoxs {
|
|
display: inline-block;
|
|
width: 200rpx;
|
|
margin-right: 20rpx;
|
|
vertical-align: top;
|
|
}
|
|
|
|
.swiperLisBoxs {
|
|
display: inline-block;
|
|
width: 200rpx;
|
|
height: 200rpx;
|
|
margin-right: 20rpx;
|
|
vertical-align: top;
|
|
}
|
|
|
|
.swiperLisBoxs .ddbox {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
justify-content: center;
|
|
height: 100%;
|
|
background: #f5f5f5;
|
|
}
|
|
|
|
.swiperLisBoxs .hotPhoto-top {
|
|
text-align: center;
|
|
}
|
|
|
|
.hotline {
|
|
width: 80%;
|
|
height: 2rpx;
|
|
background-color: #666;
|
|
margin: 30rpx 0;
|
|
}
|
|
|
|
.hotPhoto {
|
|
width: 200rpx;
|
|
height: 127rpx;
|
|
text-align: center;
|
|
}
|
|
|
|
.hotPhoto image {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.hotLis {
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
|
|
.hotLis .hotLis-tit {
|
|
font-size: 28rpx;
|
|
color: #333;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.hotLis .hotLis-Time {
|
|
width: 100%;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
font-size: 24rpx;
|
|
color: #999;
|
|
}
|
|
|
|
.intoduce {
|
|
width: 100%;
|
|
height: 80rpx;
|
|
background: #fff;
|
|
}
|
|
|
|
.intoduceTitle {
|
|
margin-left: 30rpx;
|
|
font-size: 32rpx;
|
|
font-weight: normal;
|
|
font-stretch: normal;
|
|
line-height: 80rpx;
|
|
letter-spacing: 0rpx;
|
|
color: rgba(51, 51, 51, 1);
|
|
}
|
|
|
|
.intoduceBottom {
|
|
/* padding-bottom: 245rpx; */
|
|
box-sizing: border-box;
|
|
|
|
/* background: #fff; */
|
|
padding-bottom: 150rpx;
|
|
}
|
|
|
|
.loveList {
|
|
padding: 10rpx 28rpx 40rpx 25rpx;
|
|
box-sizing: border-box;
|
|
background: #fff;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.listLeft {
|
|
width: 285rpx;
|
|
height: 214rpx;
|
|
background: rgba(245, 245, 245, 1);
|
|
position: relative;
|
|
}
|
|
|
|
.listLeft image {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.listStatus {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
width: 137rpx;
|
|
height: 48rpx;
|
|
background: rgba(0, 0, 0, 0.3);
|
|
border-radius: 0rpx 16rpx 0rpx 16rpx;
|
|
text-align: center;
|
|
line-height: 48rpx;
|
|
font-size: 28rpx;
|
|
z-index: 999;
|
|
color: #fff;
|
|
}
|
|
|
|
.listRight {
|
|
flex: 1;
|
|
position: relative;
|
|
}
|
|
|
|
.listTime {
|
|
width: 316rpx;
|
|
height: 44rpx;
|
|
background-color: rgba(255, 247, 247, 1);
|
|
border-radius: 22rpx;
|
|
margin: 19rpx 0;
|
|
display: flex;
|
|
justify-content: flex-start;
|
|
align-items: center;
|
|
font-size: 22rpx;
|
|
}
|
|
|
|
.listext {
|
|
font-size: 22rpx;
|
|
font-weight: normal;
|
|
font-stretch: normal;
|
|
line-height: 60rpx;
|
|
letter-spacing: 0rpx;
|
|
color: #999;
|
|
}
|
|
|
|
.fontTwo {
|
|
margin-top: -12rpx;
|
|
margin-left: 11rpx;
|
|
margin-right: 11rpx;
|
|
font-size: 26rpx;
|
|
color: #999;
|
|
}
|
|
|
|
.listBottom {
|
|
height: 28rpx;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
margin-left: 30rpx;
|
|
}
|
|
|
|
.site {
|
|
display: inline-block;
|
|
margin-top: 10rpx;
|
|
}
|
|
|
|
.siteView {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
}
|
|
|
|
.dy {
|
|
height: 100%;
|
|
margin-left: 25rpx;
|
|
|
|
/* background: yellow; */
|
|
overflow: hidden;
|
|
}
|
|
|
|
.de {
|
|
/* margin-top: 9rpx; */
|
|
width: 100%;
|
|
height: 88rpx;
|
|
font-size: 30rpx;
|
|
display: -webkit-box;
|
|
-webkit-box-orient: vertical;
|
|
-webkit-line-clamp: 2;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.ds {
|
|
width: 100%;
|
|
|
|
/* background: yellow; */
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.ds1 {
|
|
display: inline-block;
|
|
font-size: 24rpx;
|
|
color: rgba(241, 83, 83, 1);
|
|
}
|
|
|
|
.ds2 {
|
|
display: inline-block;
|
|
font-size: 32rpx;
|
|
color: rgba(241, 83, 83, 1);
|
|
}
|
|
|
|
.dsi {
|
|
/* width: 206rpx; */
|
|
display: flex;
|
|
|
|
/* justify-content: space-between; */
|
|
font-size: 24rpx;
|
|
align-items: center;
|
|
}
|
|
|
|
.dw {
|
|
/* width: 100rpx; */
|
|
text-overflow: ellipsis;
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.dl {
|
|
width: 100rpx;
|
|
text-overflow: ellipsis;
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.dq {
|
|
/* padding: 0 18rpx; */
|
|
}
|
|
|
|
.gdcheck {
|
|
width: 100%;
|
|
text-align: center;
|
|
color: rgba(153, 153, 153, 1);
|
|
}
|