12345678910111213141516171819202122232425262728293031323334353637 |
- .information {
- .addPhone {
- color: var(--van-primary-text);
- border-color: #fff;
- border-radius: 10px;
- font-size: 16px;
- margin: 13px;
- width: calc(100% - 26px);
- }
- .img {
- width: 142px;
- height: 80px;
- border-radius: 10px;
- overflow: hidden;
- margin-right: 15px;
- flex-shrink: 0;
- }
- .title {
- font-size: 14px;
- font-weight: 500;
- color: #333333;
- line-height: 21px;
- }
- .content {
- font-size: 12px;
- color: #777777;
- line-height: 17px;
- }
- .time {
- padding-top: 5px;
- font-size: 12px;
- color: #aaaaaa;
- line-height: 17px;
- }
- }
|