| 123456789101112131415161718192021222324252627282930313233343536373839 |
- .filterSection {
- background-color: #fff;
- padding: 11px 14px;
- display: flex;
- align-items: center;
- justify-content: space-between;
- .dataItem {
- font-size: 14px;
- color: #333333;
- line-height: 20px;
- }
- :global {
- .van-button--primary {
- background-color: #e0f7f3 !important;
- border-color: #e0f7f3;
- display: inline-flex;
- }
- .van-button--default {
- background-color: #f3f4f5;
- border-color: #f3f4f5;
- }
- .iconfont-down:before {
- // transform: scale(0.6);
- display: inline-block;
- }
- }
- }
- .btn {
- padding: 5px 14px;
- & + .btn {
- margin-left: 10px;
- }
- }
|