1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- .itemContent {
- margin-bottom: 16px;
- padding: 38px 40px 26px;
- display: flex;
- justify-content: space-between;
- .right {
- display: flex;
- flex-direction: column;
- justify-content: space-between;
- align-items: end;
- .redPoint {
- background-color: red;
- width: 18px;
- height: 18px;
- border-radius: 9px;
- }
- .nonePoint {
- width: 10px;
- height: 10px;
- }
- }
- .img {
- width: 42px;
- height: 44px;
- }
- .text {
- font-size: 38px;
- color: #000000;
- line-height: 54px;
- margin-bottom: 28px;
- }
- .time {
- font-size: 30px;
- font-weight: normal;
- color: #4a4a4a;
- line-height: 40px;
- }
- .btn {
- width: 140px;
- height: 60px;
- font-size: 30px;
- color: #ffffff;
- line-height: 40px;
- }
- }
- .allRead {
- position: absolute;
- top: 47.5px;
- line-height: 24px;
- right: 104px;
- font-size: 32px;
- cursor: pointer;
- }
|