store/packageA/member/notice/notice.wxss

161 lines
2.8 KiB
Plaintext

/* pages/article/article.wxss */
.searchBox {
background: #fff;
overflow: hidden;
}
.searchBox .search {
height: 1.88rem;
border-radius: 0.94rem;
background-color: #eff0f1;
margin: 0.75rem 0.94rem;
display: flex;
align-items: center;
justify-content: flex-start;
padding-left: 0.69rem;
}
.searchBox .search icon {
color: #999;
}
.searchBox .search input {
flex: 1;
border: none;
margin-left: 0.41rem;
}
.notice .content .tab_box {
background: #fff;
position: relative;
}
.notice .content .tab_box .tab_list {
height: 88rpx;
line-height: 88rpx;
border-bottom: solid 2rpx #ebebeb;
overflow-x: scroll;
overflow-y: hidden;
transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
transition-duration: 300ms;
font-size: 36rpx;
}
.notice .content .new_box {
background: #fff;
padding: 0 30rpx;
}
.notice .content .new_box .new_list {
border-bottom: solid 2rpx #ebebeb;
padding: 30rpx 0;
display: flex;
position: relative;
justify-content: space-between;
}
.notice .content .new_box .new_list .title {
width: 434rpx;
text-align: left;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.notice .content .new_box .new_list .title .title_a {
font-size: 18px;
line-height: 56rpx;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.notice .content .new_box .new_list .title .title_b {
font-size: 28rpx;
color: #8c8c8c;
display: flex;
align-items: center;
justify-content: space-between;
}
.notice .content .new_box .new_list .title .title_b .sort {
text-overflow: ellipsis;
overflow: hidden;
width: 256rpx;
white-space: nowrap;
}
.notice .content .new_box .new_list .img {
width: 226rpx;
height: 176rpx;
background: #f2f2f2;
overflow: hidden;
background-size: cover;
}
.notice .content .new_box .new_list .img image {
width: 100%;
height: 100%;
}
.notice .noNotice {
padding: 40rpx 0;
text-align: center;
}
.notice .noticeellipsis {
overflow: visible;
white-space: nowrap;
text-overflow: clip;
flex-basis: auto !important;
}
.ispay {
position: fixed;
right: 26rpx;
bottom: 154rpx;
width: 80rpx;
height: 80rpx;
box-shadow:
0rpx 0rpx 16rpx 0rpx
rgba(237, 11, 11, 0.48);
border: solid 1rpx #f51f27;
border-radius: 50%;
display: flex;
flex-direction: column;
align-items: center;
background-color: #ff2c29;
}
.ispay icon {
height: 56rpx;
color: #fff;
margin-top: -13rpx;
font-size: 50rpx;
}
.ispay .istpay {
font-size: 18rpx;
line-height: 36rpx;
color: #fff;
}
.si_fufei {
width: 68rpx;
height: 36rpx;
border-radius: 10rpx;
border: solid 2rpx #ff2c29;
text-align: center;
line-height: 40rpx;
display: inline-block;
margin-right: 10rpx;
}
.si_fufei view {
font-size: 24rpx;
color: #ff2c29;
}