| 123456789101112131415161718192021222324252627282930313233 |
- /* mCircle/pages/favorite/favorite.wxss */
- .title-view {
- background-color: #f0f0f0;
- .title-view-text {
- font-size: 12px;
- color: #666;
- text-align: center;
- border-right: 1px solid #f0f0f0;
- }
- }
- .title-view, .order-list-item-row {
- padding: 12px 0px;
- display: flex;
- justify-content: space-between;
- align-items: center;
- align-content: center;
- border-bottom: 1px solid #f0f0f0;
- }
- .order-list-item {
- display: flex;
- text {
- font-size: 14px;
- color: #333;
- text-align: center;
- border-right: 1px solid #f0f0f0;
- }
- }
|