223 lines
4.2 KiB
Plaintext
223 lines
4.2 KiB
Plaintext
/* packageH/article/periodicalDetail/periodicalDetail.wxss */
|
|
.periodicalDetail .posBtn {
|
|
position: fixed;
|
|
width: 89.6rpx;
|
|
height: 89.6rpx;
|
|
background-color: rgb(137, 137, 137);
|
|
box-shadow: 1.6rpx 2.56rpx 5.12rpx 0rpx rgba(209, 209, 209, 0.36);
|
|
display: flex;
|
|
right: 34.88rpx;
|
|
bottom: 225.92rpx;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
justify-content: center;
|
|
border-radius: 100%;
|
|
}
|
|
|
|
.periodicalDetail .posBtn icon {
|
|
font-size: 38.4rpx;
|
|
color: #fff;
|
|
margin-top: -10rpx;
|
|
}
|
|
|
|
.periodicalDetail .posBtn .span {
|
|
font-size: 16.96rpx;
|
|
color: #fff;
|
|
margin-top: -10rpx;
|
|
}
|
|
|
|
.periodicalDetail .list {
|
|
background: #fff;
|
|
|
|
/* padding: 0 30.08rpx; */
|
|
padding-top: 30.08rpx;
|
|
overflow: hidden;
|
|
box-sizing: border-box;
|
|
display: flex;
|
|
flex-direction: column;
|
|
margin-bottom: 60rpx;
|
|
text-indent: 2em;
|
|
}
|
|
|
|
.periodicalDetail .list .lis {
|
|
/* height: 125.12rpx; */
|
|
border-bottom: 0.96rpx solid #efefef;
|
|
text-align: left;
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: space-around;
|
|
padding: 32rpx 0;
|
|
padding-left: 9.6rpx;
|
|
}
|
|
|
|
.periodicalDetail .list .lis .titleName_d {
|
|
font-size: 30.08rpx;
|
|
color: #666;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
display: -webkit-box;
|
|
-webkit-line-clamp: 2;
|
|
-webkit-box-orient: vertical;
|
|
margin-top: 16rpx;
|
|
}
|
|
|
|
.periodicalDetail .list .title {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: flex-start;
|
|
margin-bottom: 45.12rpx;
|
|
color: rgb(137, 137, 137);
|
|
}
|
|
|
|
.periodicalDetail .list .title icon {
|
|
font-size: 48rpx;
|
|
color: #1d9a89;
|
|
margin-right: 21.12rpx;
|
|
}
|
|
|
|
.periodicalDetail .list .title .span {
|
|
font-size: 57.6rpx;
|
|
color: rgb(137, 137, 137);
|
|
font-weight: 600;
|
|
letter-spacing: 16rpx;
|
|
}
|
|
|
|
.periodicalDetail .head {
|
|
width: 750.08rpx;
|
|
background-color: #fff;
|
|
padding: 24.96rpx 27.2rpx;
|
|
margin-bottom: 20.16rpx;
|
|
display: flex;
|
|
flex-direction: column;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.periodicalDetail .head .headRight {
|
|
/* flex: 1; */
|
|
|
|
/* width: 160rpx; */
|
|
display: flex;
|
|
justify-content: flex-end;
|
|
}
|
|
|
|
.periodicalDetail .head .headRight .img {
|
|
width: 160rpx;
|
|
height: 213rpx;
|
|
|
|
/* box-shadow: 0rpx 1.92rpx 34.88rpx 0rpx rgba(181, 181, 181, 0.79); */
|
|
border-radius: 4.16rpx;
|
|
|
|
/* margin-right: 29.12rpx;
|
|
margin-left: 148.16rpx; */
|
|
}
|
|
|
|
.periodicalDetail .head .headRight .img image {
|
|
width: 100%;
|
|
height: 213rpx;
|
|
}
|
|
|
|
.periodicalDetail .head .headBottom {
|
|
text-align: left;
|
|
}
|
|
|
|
.periodicalDetail .head .headTop {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
margin-bottom: 16rpx;
|
|
}
|
|
|
|
.periodicalDetail .head .headTop .headLeft {
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: space-between;
|
|
margin-right: 15rpx;
|
|
}
|
|
|
|
.periodicalDetail .head .headTop .headLeft .contenTxt {
|
|
font-size: 25.92rpx;
|
|
color: #333;
|
|
text-align: left;
|
|
font-weight: 600;
|
|
}
|
|
|
|
.periodicalDetail .head .headTop .headLeft .logo {
|
|
width: 160rpx;
|
|
|
|
/* height: 112rpx; */
|
|
}
|
|
|
|
.periodicalDetail .head .headTop .headLeft .logo image {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.periodicalDetail .head .headTop .headLeft .headTitle {
|
|
font-size: 30.08rpx;
|
|
color: #333;
|
|
font-weight: 600;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
display: -webkit-box;
|
|
-webkit-line-clamp: 2;
|
|
-webkit-box-orient: vertical;
|
|
}
|
|
|
|
.periodicalDetail .head .headTop .headLeft .magazineDetail {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: flex-start;
|
|
font-size: 24rpx;
|
|
color: #666;
|
|
}
|
|
|
|
.periodicalDetail .head .headTop .headLeft .magazineDetail .date {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.periodicalDetail .head .headTop .headLeft .magazineDetail .date icon {
|
|
margin-right: 7.04rpx;
|
|
margin-top: -11rpx;
|
|
}
|
|
|
|
.periodicalDetail .head .headTop .headLeft .magazineDetail .sectionNum {
|
|
display: flex;
|
|
align-items: center;
|
|
margin-left: 48.96rpx;
|
|
}
|
|
|
|
.periodicalDetail .head .headTop .headLeft .magazineDetail .sectionNum icon {
|
|
margin-right: 7.04rpx;
|
|
margin-top: -11rpx;
|
|
}
|
|
|
|
.headBottom {
|
|
text-align: left;
|
|
transition: 1s;
|
|
}
|
|
|
|
.headBottom span {
|
|
color: #f14e4e;
|
|
}
|
|
|
|
.upicon {
|
|
width: 100%;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
|
|
.upicon icon {
|
|
font-size: 32rpx;
|
|
}
|
|
|
|
.headBottomMore {
|
|
transition: 1s;
|
|
text-align: left;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
display: -webkit-box;
|
|
-webkit-line-clamp: 2;
|
|
-webkit-box-orient: vertical;
|
|
}
|