12345678910111213141516171819202122232425262728293031323334353637383940 |
- .cellGroup {
- padding: 10px 8px;
- margin-top: 8px;
- margin-bottom: 16px;
- :global {
- .van-cell {
- padding: 0 0 16px;
- &:last-child {
- padding: 0;
- }
- }
- }
- }
- .infoImg {
- width: 104px;
- height: 72px;
- border-radius: 6px;
- overflow: hidden;
- }
- .valueContent {
- margin-left: 10px;
- display: flex;
- flex-direction: column;
- justify-content: space-between;
- h2 {
- font-size: 14px;
- font-weight: 400;
- color: #333333;
- line-height: 20px;
- }
- p {
- font-size: 11px;
- color: #999999;
- line-height: 16px;
- }
- }
|