12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- .detail {
- background-color: #fff;
- min-height: 100vh;
- font-size: 15px;
- color: #333333;
- line-height: 25px;
- .detailContent {
- padding: 18px;
- }
- .title {
- font-size: 20px;
- font-weight: 600;
- color: #333333;
- line-height: 28px;
- }
- .who {
- padding-top: 15px;
- font-size: 14px;
- color: #aaaaaa;
- line-height: 20px;
- span {
- font-weight: 500;
- color: #f67146;
- padding-right: 10px;
- }
- }
- .content {
- padding-top: 24px;
- word-wrap: break-word;
- word-break: break-all;
- img {
- width: 100%;
- padding: 6px 0;
- border-radius: 6px;
- overflow: hidden;
- }
- }
- }
|