| 123456789101112131415161718192021222324252627282930313233343536373839404142 |
- /* pages/circle/circle.wxss */
- van-search .search {
- color: #fff;
- }
- .news-lists {
- display: grid;
- padding: 10px;
- }
- .new-lists-item {
- padding-top: 10px;
- display: flex;
- align-items: center;
- height: 100px;
- border-bottom: 1px solid #f0f0f0;
- }
- .new-lists-item image {
- height: 80px;
- margin-left: 10px;
- }
- .new-lists-item-left {
- display: grid;
- }
- .new-lists-item-left text {
- padding-bottom: 10px;
- }
- .new-lists-item-left text:nth-child(1) {
- width: 100%;
- font-size: 14px;
- color: #333;
- }
- .new-lists-item-left text:nth-child(2) {
- font-size: 12px;
- color: #666;
- }
|