| | |
| | | /* flex-direction: row; */ |
| | | /* color: #4169e1; */ |
| | | font-size: 14px; |
| | | background-color: rgb(247, 247, 247); |
| | | border-radius: 20px 20px 0 0; |
| | | color: #fff; |
| | | |
| | | width: 100%; |
| | | height: 97rpx; |
| | | /* flex-direction: row; */ |
| | |
| | | .topCard { |
| | | display: flex; |
| | | justify-content: space-between; |
| | | padding: 12px 0; |
| | | padding-top: 8px; |
| | | } |
| | | .firstLine { |
| | | display: flex; |
| | |
| | | /* flex-direction: row; */ |
| | | /* justify-content: space-between; */ |
| | | padding: 4px 6px 0 6px; |
| | | margin: 0 0 0 12px; |
| | | |
| | | width: 100%; |
| | | height: 280rpx; |
| | | background-color: #FFF; |
| | | border-radius: 6px; |
| | | } |
| | | .speendItem { |
| | | width: 20%; |
| | |
| | | flex-direction: row; |
| | | flex-wrap: wrap; |
| | | height: auto; |
| | | background: #fff; |
| | | border-radius: 6px; |
| | | } |
| | | .indexContent { |
| | | z-index: 48; |
| | |
| | | flex-wrap: wrap; |
| | | background-color: #f5f5f5; |
| | | padding-bottom: 20px; |
| | | justify-content: space-between; |
| | | /* column-count: 2; |
| | | column-gap: 2px; */ |
| | | } |
| | | .card { |
| | | display: flex; |
| | | flex-direction: column; |
| | | width: 50%; |
| | | width: 49%; |
| | | margin-bottom: 8px; |
| | | |
| | | /* background-color: white; */ |
| | | } |
| | | .cardImg { |
| | | padding: 12px 0 0 12px; |
| | | |
| | | height: 196px; |
| | | } |
| | | .cardTitle { |
| | |
| | | font-size: 14px; |
| | | overflow: hidden; |
| | | padding-left: 4px; |
| | | text-overflow: ellipsis; |
| | | white-space: nowrap; |
| | | overflow: hidden; |
| | | /* text-overflow: ellipsis; */ |
| | | /* white-space: nowrap; */ |
| | | /* overflow: hidden; */ |
| | | height: 38px; |
| | | /* display: flex; */ |
| | | } |
| | | .cardTitleTB:before { |
| | |
| | | } |
| | | .cardDetail { |
| | | background-color: white; |
| | | margin-left: 12px; |
| | | font-size: 30rpx; |
| | | color: #eb0000; |
| | | padding-left: 12rpx; |
| | |
| | | .cardCount { |
| | | color: gray; |
| | | background-color: white; |
| | | margin-left: 12px; |
| | | |
| | | font-size: 24rpx; |
| | | padding-left: 12rpx; |
| | | } |