93 lines
1.9 KiB
Plaintext
93 lines
1.9 KiB
Plaintext
/* pages/Highlight-photos/index.wxss */
|
|
/* 所有样式 */
|
|
.All-content{
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
padding:0 36rpx 36rpx;
|
|
}
|
|
/* 头部样式 290+40*/
|
|
.header-content{
|
|
width: 100%;
|
|
height: 100rpx;
|
|
border-radius: 40rpx;
|
|
margin-bottom: 40rpx;
|
|
}
|
|
/* 亮点照片展示 */
|
|
.liangdian{
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: space-between;
|
|
align-items:center ;
|
|
width:100%;
|
|
}
|
|
.liangdianjulu{
|
|
width: 100%;
|
|
border: 1px solid #1e2336;
|
|
background-color: #1e2336;
|
|
padding: 20rpx 40rpx 40rpx;
|
|
margin-bottom: 40rpx;
|
|
font-size: 26rpx;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.liangdianjulu-content{
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
width: 100%;
|
|
height: 60rpx;
|
|
margin-bottom: 60rpx;
|
|
}
|
|
.eharts_title{
|
|
height: 40rpx;
|
|
line-height: 40rpx;
|
|
padding-left: 50rpx;
|
|
margin-left: 20rpx;
|
|
background: url("https://szgcwx.jhncidg.com/staticFiles/img/menu/CORE_52887EE6A33042408E11C2174974ABA1.png") no-repeat left/35rpx;
|
|
}
|
|
.liangdianjulu-top{
|
|
display: flex;
|
|
justify-content: flex-start;
|
|
width: 100%;
|
|
height: 60rpx;
|
|
line-height: 60rpx;
|
|
border-bottom: 1px solid #282f60;
|
|
}
|
|
.liangdianjulu-all{
|
|
padding: 40rpx 30rpx;
|
|
font-size: 26rpx;
|
|
}
|
|
.liangdianjulu-all-Img{
|
|
width: 100%;
|
|
height: 264rpx;
|
|
}
|
|
.liangdianjulu-all-text{
|
|
display: flex;
|
|
justify-content: flex-start;
|
|
align-items: center;
|
|
margin: 30rpx 0;
|
|
}
|
|
.liangdianjulu-all-time{
|
|
display: flex;
|
|
justify-content: flex-start;
|
|
align-items: center;
|
|
margin: 30rpx 0;
|
|
}
|
|
.liangdianjulu-all-shuoming{
|
|
margin: 30rpx 0;
|
|
}
|
|
view .van-popup {
|
|
position: fixed !important;
|
|
box-sizing: border-box !important;
|
|
max-height: 100% !important;
|
|
overflow-y: auto !important;
|
|
transition-timing-function: ease !important;
|
|
-webkit-animation: ease both !important;
|
|
animation: ease both !important;
|
|
-webkit-overflow-scrolling: touch !important;
|
|
background-color: none !important;
|
|
background:none !important
|
|
|
|
} |