123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- .helpCenter {
- .title {
- font-size: 16px;
- color: #333333;
- line-height: 22px;
- }
- .container {
- margin-top: 12px;
- :global {
- .van-cell {
- padding: 18px 13px;
- }
- }
- }
- .containerInformation {
- .img {
- width: 142px;
- height: 80px;
- border-radius: 10px;
- overflow: hidden;
- margin-right: 15px;
- flex-shrink: 0;
- }
- .bgImg {
- background-color: #eaeaea;
- background-repeat: no-repeat;
- background-position: center;
- background-image: url('../../mine-orchestra/images/icon-photo-default.png');
- }
- .title {
- font-size: 14px;
- font-weight: 500;
- color: #333333;
- line-height: 21px;
- padding-top: 5px;
- max-width: 180px;
- }
- .content {
- font-size: 12px;
- color: #777777;
- line-height: 17px;
- word-break: break-all;
- }
- .time {
- padding-bottom: 5px;
- font-size: 12px;
- color: #aaaaaa;
- line-height: 17px;
- }
- }
- }
|