12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- .unitDetail {
- overflow: hidden;
- }
- .unitSection {
- margin: 12px 13px;
- padding: 13px 15px;
- width: auto;
- overflow: hidden;
- border-radius: 10px;
- .unitTitle {
- font-size: 16px;
- font-weight: 500;
- color: #333333;
- }
- .unitCount {
- padding-top: 10px;
- display: flex;
- align-items: center;
- justify-content: space-between;
- }
- .qNums {
- display: flex;
- align-items: center;
- font-size: 14px;
- color: #333333;
- line-height: 20px;
- .num {
- color: #f67146;
- }
- }
- .icon {
- width: 14px;
- height: 14px;
- margin-right: 4px;
- }
- }
- .wapList {
- width: 44px;
- height: 44px;
- flex-shrink: 0;
- margin-left: 18px;
- }
|