/* pages/mine/news/news.wxss */ .container { background: #ececec; width: 100%; box-sizing: border-box; } .top { width: 100%; background: #fff; height: 135rpx; padding: 20rpx; box-sizing: border-box; margin-bottom: 20rpx; } .top view { float: left; } .save { float: right; display: flex; flex-direction: column; align-items: flex-end; font-size: 24rpx; } .img image { width: 100rpx; height: 100rpx; } .price { display: flex; align-items: flex-start; flex-direction: column; width: 50%; font-size: 28rpx; margin-left: 10rpx; } .price :nth-child(1){ font-weight: 600; } .price :nth-child(2){ margin-top: 32rpx; }