yuminge-app/yun-min-program-plugin-master/packageH/article/periodicalIndex/periodicalIndex.wxss

227 lines
4.2 KiB
Plaintext

/* packageH/article/periodicalIndex/periodicalIndex.wxss */
.head {
width: 100%;
/* height: 750.08rpx; */
background-color: #f26646;
background: #f9f9f9;
margin-bottom: 90rpx;
position: relative;
}
.head image {
width: 100%;
}
.head .headTitle {
position: absolute;
bottom: -50rpx;
left: 30.08rpx;
width: 689.92rpx;
background-color: #fff;
box-shadow: 0rpx 1.92rpx 26.88rpx 0rpx rgba(217, 217, 217, 0.46);
border-radius: 15.04rpx;
display: flex;
align-items: center;
padding: 16rpx 24.96rpx 16rpx 21.12rpx;
box-sizing: border-box;
}
.head .headTitle .headLeft {
display: flex;
flex-direction: column;
justify-content: space-between;
height: 100%;
flex: 1;
overflow: hidden;
}
.head .headTitle .headLeft .title {
width: 100%;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
text-align: left;
font-size: 33.92rpx;
color: #333;
font-weight: 600;
}
.head .headTitle .headLeft .magazineDetail {
display: flex;
align-items: center;
justify-content: flex-start;
font-size: 24rpx;
color: #666;
}
.head .headTitle .headLeft .magazineDetail .date {
display: flex;
align-items: center;
}
.head .headTitle .headLeft .magazineDetail .date icon {
margin-right: 7.04rpx;
margin-top: -11rpx;
}
.head .headTitle .headLeft .magazineDetail .sectionNum {
display: flex;
align-items: center;
margin-left: 48.96rpx;
}
.head .headTitle .headLeft .magazineDetail .sectionNum icon {
margin-right: 7.04rpx;
margin-top: -11rpx;
}
.head .headTitle .headRight {
padding-left: 40.96rpx;
}
.head .headTitle .headRight .tapReading {
background-color: rgb(255, 215, 0);
border-radius: 1.92rpx 20.16rpx 1.92rpx 1.92rpx;
box-sizing: border-box;
width: 160rpx;
height: 56rpx;
text-align: center;
line-height: 56rpx;
color: #fff;
}
.list {
margin-top: 31.04rpx;
overflow: hidden;
}
.list .lis {
margin: 0 39.04rpx 24.96rpx 21.12rpx;
}
.list .lis .lisbox {
width: 100%;
/* height: 264.96rpx; */
background: #fff;
display: flex;
justify-content: space-between;
padding-left: 20.16rpx;
box-shadow: 0rpx 1.92rpx 29.12rpx 0rpx rgba(181, 181, 181, 0.29);
border-radius: 15.04rpx;
margin-bottom: 50rpx;
}
.list .lis .lisbox .lisLeft {
/* flex: 1; */
width: 184.96rpx;
height: 246.08rpx;
box-shadow: 0rpx 1.92rpx 34.88rpx 0rpx rgba(181, 181, 181, 0.79);
margin-top: -24rpx;
}
.list .lis .lisbox .lisLeft image {
width: 100%;
height: 100%;
border-radius: 10rpx;
}
.list .lis .lisbox .lisRight {
flex: 1;
margin-left: 18.88rpx;
display: flex;
flex-direction: column;
text-align: left;
padding-top: 6rpx;
padding-right: 36.16rpx;
padding-bottom: 15.96rpx;
}
.list .lis .lisbox .lisRight .contenTxt {
color: #666;
font-size: 24rpx;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;
}
.list .lis .lisbox .lisRight .magazineDetail {
display: flex;
align-items: center;
justify-content: flex-start;
font-size: 24rpx;
color: #666;
margin-top: 16rpx;
}
.list .lis .lisbox .lisRight .magazineDetail .date {
display: flex;
align-items: center;
}
.list .lis .lisbox .lisRight .magazineDetail .date icon {
margin-right: 7.04rpx;
margin-top: -11rpx;
}
.list .lis .lisbox .lisRight .magazineDetail .sectionNum {
display: flex;
align-items: center;
margin-left: 48.96rpx;
}
.list .lis .lisbox .lisRight .magazineDetail .sectionNum icon {
color: #9e9e9e;
margin-right: 7.04rpx;
margin-top: -11rpx;
}
.list .lis .lisbox .lisRight .rightTitle {
font-size: 30.08rpx;
color: #333;
font-weight: 600;
max-width: 386.88rpx;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.list .lisHead {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 62.08rpx;
}
.list .lisHead .lisHeadLeft {
display: flex;
align-content: center;
margin-left: 30.08rpx;
font-size: 40rpx;
color: rgb(137, 137, 137);
font-weight: 600;
}
.list .lisHead .lisHeadLeft icon {
color: #1d9a89;
font-size: 51.2rpx;
margin-right: 15.04rpx;
}
.list .lisHead .logo {
margin-right: 30.08rpx;
width: 180.16rpx;
/* height: 64rpx; */
}
.list .lisHead .logo image {
width: 100%;
height: 100%;
}