123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- .main{
- font-size: 24rpx;
- }
- .poster image{
- width: 100%;
- }
- .city{
- padding: 20rpx 20rpx;
- }
- .bottom{
- display: flex;
- justify-content: space-between;
- align-items:center;
- padding: 0 20rpx;
- }
- .avatar{
- display: flex;
- justify-content: space-between;
- align-items:center;
- }
- .avatar image{
- width: 60rpx;
- height: 60rpx;
- }
- .author{
- margin-left: 20rpx;
- }
- .imageBytes image{
- width: 135rpx;
- height: 135rpx;
- }
- .content{
- padding: 30rpx 30rpx 50rpx;
- }
- .title{
- font-size:30rpx;
- color:#999;
- margin-bottom:24rpx;
- }
- .section{
- font-size: 40rpx;
- }
|