| | |
| | | /* pages/fzpx/fzpx.wxss */ |
| | | |
| | | page { |
| | | display: flex; |
| | | flex-direction: column; |
| | | height: 100%; |
| | | } |
| | | .activityMessage-main{ |
| | | background: #F9FBFF; |
| | | } |
| | | .activity-item{ |
| | | margin: 1vh 1vh 0 1vh; |
| | | border:1px solid rgba(247, 251, 255, 1); |
| | | box-shadow:0px 4px 8px 0px rgba(136, 136, 136, 0.11); |
| | | border-radius: 8px; |
| | | } |
| | | .content-top{ |
| | | display: flex; |
| | | justify-content: center; |
| | | align-items: center; |
| | | height: 352rpx; |
| | | } |
| | | .content-top image{ |
| | | width:100%; |
| | | height: 100%; |
| | | border:none; |
| | | border-radius: 8px 8px 0 0; |
| | | } |
| | | .content-bottom{ |
| | | display: flex; |
| | | flex-direction: row; |
| | | padding: 10rpx 20rpx; |
| | | justify-content: center; |
| | | align-items: center; |
| | | } |
| | | .detail-left{ |
| | | flex: 1; |
| | | } |
| | | .headLineTitle{ |
| | | color: #3D444D; |
| | | font-size:14px; |
| | | } |
| | | .headLineInfo{ |
| | | display: flex; |
| | | flex-direction: columns; |
| | | font-size: 12px; |
| | | color: #8C9198; |
| | | align-items: center; |
| | | line-height: 28px; |
| | | } |
| | | .status-btn{ |
| | | height: 20px; |
| | | border-radius: 10px; |
| | | min-width: 20px; |
| | | color: #fff; |
| | | line-height: 20px; |
| | | text-align: center; |
| | | padding: 0 6px; |
| | | font-size: 12px; |
| | | font-weight: normal; |
| | | white-space: nowrap; |
| | | -webkit-transform-origin: -10% center; |
| | | -ms-transform-origin: -10% center; |
| | | transform-origin: -10% center; |
| | | -webkit-box-shadow: 0 0 0 1px #fff; |
| | | box-shadow: 0 0 0 1px #fff; |
| | | background: #f1f1f1; |
| | | } |
| | | |
| | | .load{ |
| | | .fzpx { |
| | | height: 100%; |
| | | background: #f1f1f1; |
| | | } |
| | | |
| | | .fzpx-list { |
| | | background: #fff; |
| | | } |
| | | |
| | | .fzpx-list-img { |
| | | } |
| | | |
| | | .fzpx-list-img image { |
| | | width: 100%; |
| | | } |
| | | |
| | | .fzpx-list-b { |
| | | display: flex; |
| | | justify-content: center; |
| | | color: #999; |
| | | font-size: 14px; |
| | | margin: 2vh; |
| | | } |
| | | justify-content: space-between; |
| | | padding: 16rpx 24rpx; |
| | | align-items: center; |
| | | font-size: 14PX; |
| | | } |
| | | |
| | | .fzpx-list-b-left { |
| | | } |
| | | |
| | | .fzpx-list-b-right { |
| | | background: #249eff; |
| | | color: #fff; |
| | | padding: 8PX; |
| | | border-radius: 4PX; |
| | | } |
| | | |
| | | .fzpx-list-b-left-div { |
| | | line-height: 26PX; |
| | | } |
| | | |
| | | .fzpx-list-b-left-div span { |
| | | margin-left: 12PX; |
| | | } |
| | | |
| | | .font-lg { |
| | | font-size: 16PX; |
| | | font-weight: 600; |
| | | } |