/* pages/homePage/index.wxss */
|
@import '../../styles/public_components.wxss';
|
|
.radius {
|
border-radius: var(--border-radius-card);
|
}
|
|
.pre {
|
font-size: 28rpx;
|
line-height: 1.5;
|
}
|
|
.swiper {
|
height: 300rpx;
|
}
|
|
.swiper-item {
|
height: 100%;
|
width: 100%;
|
}
|
|
.main {
|
padding: 16rpx var(--padding-my);
|
}
|
|
.mediate {
|
height: 140rpx;
|
}
|
|
.mediate-image {
|
height: 140rpx;
|
width: 100%;
|
}
|
|
.message-bg {
|
height: 24rpx;
|
padding: 16rpx;
|
background-color: #ffffff;
|
margin-top: 16rpx;
|
border-radius: 10rpx;
|
}
|
|
.message {
|
height: 24rpx;
|
font-size: 24rpx;
|
line-height: 24rpx;
|
display: flex;
|
align-items: center;
|
}
|
|
.message-content {
|
flex: 1;
|
overflow: hidden;
|
padding-right: 8rpx;
|
}
|
|
.message-item {
|
display: flex;
|
align-items: center;
|
}
|
|
.message-item:last-child {
|
margin-bottom: 0;
|
}
|
|
.message-item-round {
|
width: 12rpx;
|
height: 12rpx;
|
border-radius: 50%;
|
background-color: #000000;
|
}
|
|
.message-item-text {
|
flex: 1;
|
padding: 0 16rpx;
|
overflow: hidden;
|
text-overflow: ellipsis;
|
white-space: nowrap;
|
}
|
|
.message-item-time {
|
color: rgba(0, 0, 0, 0.5);
|
}
|
|
.resources {
|
background-color: #ffffff;
|
margin-top: 16rpx;
|
padding: 16rpx;
|
}
|
|
.item-resources {
|
display: flex;
|
overflow-x: auto;
|
margin: 0 -12rpx;
|
}
|
|
.item-resources-item-bg {
|
min-width: 33%;
|
max-width: 33%;
|
overflow: hidden;
|
}
|
|
.item-resources-item {
|
display: flex;
|
flex-direction: column;
|
align-items: center;
|
padding: 32rpx 0 16rpx;
|
}
|
|
.item-resources-num {
|
font-size: 24rpx;
|
padding: 8rpx 0;
|
overflow: hidden;
|
text-overflow: ellipsis;
|
white-space: nowrap;
|
width: 100%;
|
text-align: center;
|
}
|
|
.item-resources-title {
|
font-size: 24rpx;
|
margin-bottom: 12rpx;
|
overflow: hidden;
|
text-overflow: ellipsis;
|
white-space: nowrap;
|
width: 100%;
|
text-align: center;
|
}
|
|
.item-resources-image {
|
height: 80rpx;
|
width: 80rpx;
|
}
|
|
.item-resources-btn {
|
font-size: 24rpx;
|
padding: 8rpx;
|
border: 1rpx solid;
|
border-radius: 21rpx;
|
line-height: 24rpx;
|
}
|
|
.itemTitle {
|
display: flex;
|
align-items: center;
|
color: var(--main-color);
|
font-weight: 600;
|
}
|
|
.itemTitle-image {
|
width: 28rpx;
|
height: 28rpx;
|
margin-right: 16rpx;
|
}
|
|
.item-video {
|
height: 132rpx;
|
width: 184rpx;
|
border-radius: 4rpx;
|
}
|
|
.item-cell-group {
|
background-color: #ffffff;
|
margin-top: 16rpx;
|
padding: 16rpx 16rpx 0;
|
}
|
|
.item-cell-video {
|
display: flex;
|
align-items: center;
|
}
|
|
.item-cell {
|
padding: 24rpx 0;
|
border-bottom: 2rpx solid rgba(0, 0, 0, 0.03);
|
}
|
|
.item-cell:last-child {
|
border: none;
|
}
|
|
.item-cell-content {
|
display: flex;
|
flex-direction: column;
|
justify-content: space-between;
|
flex: 1;
|
padding-right: 66rpx;
|
}
|
|
.item-cell-text {
|
margin-top: 24rpx;
|
font-size: 24rpx;
|
line-height: 40rpx;
|
color: #c8c9cc;
|
display: flex;
|
}
|
|
.van-cell-group--inset {
|
margin: 0 !important;
|
border-radius: 8rpx !important;
|
}
|
|
.popup-scroll {
|
height: 800rpx;
|
width: 600rpx;
|
padding: 24rpx;
|
background-color: #ffffff;
|
}
|
|
.popup-button {
|
padding: 0 64rpx 24rpx;
|
}
|
|
.popup-button-no {
|
font-size: 28rpx;
|
text-align: center;
|
padding: 24rpx 0 0;
|
text-decoration: underline;
|
}
|
|
.homePage-popupMsg {
|
padding: 32rpx;
|
}
|
|
.homePage-popupMsg-realNamePng {
|
width: 340rpx;
|
height: 300rpx;
|
position: relative;
|
left: 50%;
|
margin-left: -170rpx;
|
}
|
|
.homePage-popupMsg-content-item {
|
display: flex;
|
align-items: center;
|
margin-bottom: 16rpx;
|
}
|
|
.homePage-popupMsg-content-item:last-child {
|
margin-bottom: 0;
|
}
|
|
.homePage-popupMsg-content-itemImg {
|
width: 100rpx;
|
height: 100rpx;
|
}
|
|
.homePage-popupMsg-content-itemTitle {
|
flex: 1;
|
padding-left: 16rpx;
|
}
|
|
.homePage-popupMsg-subTitle {
|
margin-bottom: 32rpx;
|
}
|
|
.homePage-popupMsg-button {
|
padding: 32rpx 0;
|
margin: 0 32rpx;
|
border-top: 2rpx solid var(--border-color);
|
}
|