12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758 |
- .itemContent {
- margin-bottom: 0.16rem;
- padding: 0.38rem 0.4rem 0.26rem;
- display: flex;
- justify-content: space-between;
- .right {
- display: flex;
- flex-direction: column;
- justify-content: space-between;
- align-items: end;
- .redPoint {
- background-color: red;
- width: 0.18rem;
- height: 0.18rem;
- border-radius: 0.09rem;
- }
- .nonePoint {
- width: 0.1rem;
- height: 0.1rem;
- }
- }
- .img {
- margin-top: 0.06rem;
- margin-right: 0.4rem;
- width: 0.42rem;
- height: 0.44rem;
- }
- .left {
- display: flex;
- }
- .text {
- font-size: 0.38rem;
- color: #000000;
- line-height: 0.54rem;
- margin-bottom: 0.28rem;
- }
- .time {
- font-size: 0.3rem;
- font-weight: normal;
- color: #4a4a4a;
- line-height: 0.4rem;
- }
- .btn {
- width: 1.4rem;
- height: 0.6rem;
- font-size: 0.3rem;
- color: #ffffff;
- line-height: 0.4rem;
- }
- }
- .allRead {
- position: absolute;
- top: 0.475rem;
- line-height: 0.24rem;
- right: 1.04rem;
- font-size: 0.32rem;
- cursor: pointer;
- }
|