123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175 |
- .my-read{
- width: 750rpx;
- /* background: #F0F1F5; */
- }
- .user-info{
- width: 100%;
- height: 132rpx;
- display: flex;
- justify-content: flex-start;
- align-items: center;
- }
- .avatar-image{
- width: 100%;
- height: 100%;
- border-radius: 50%;
- }
- .avatar-box{
- width: 96rpx;
- height: 96rpx;
- border-radius: 50%;
- }
- .avatar-name{
- width: 420rpx;
- height: 80rpx;
- font-size: 32rpx;
- color: #444444;
- margin-left: 14rpx;
- margin-bottom: 16rpx;
- }
- .avatar-follow{
- margin-left:30rpx;
- display:flex;
- flex-direction:column;
- align-items:center;
- width:100rpx;
- }
- .avatar-img{
- width: 46rpx;
- height: 40rpx;
- }
- .avatar-images{
- width: 100%;
- height: 100%;
- }
- .read-article{
- margin-bottom: 4rpx;
- box-sizing: border-box;
- width: 100%;
- padding: 0 23rpx;
- background: #FFFFFF;
- }
- .read-top{
- width: 100%;
- height: 120rpx;
- display: flex;
- align-items: center;
- }
- .top-img{
- margin-right: 14rpx;
- width: 96rpx;
- height: 96rpx;
- border-radius: 50%;
- }
- .top-img>image{
- width: 100%;
- height: 100%;
- border-radius: 50%;
- }
- .read-info{
- width: 580rpx;
- font-size: 32rpx;
- margin-bottom: 10rpx;
- }
- .read-info>.title{
- color: #000000;
- font-weight: 500;
- }
- .read-info>.date{
- color: #686868;
- font-weight: lighter;
- }
- .video-preview{
- /* margin-top: 16rpx; */
- width: 100%;
- height: 290rpx;
- border-radius: 20rpx;
- }
- .video-preview>image{
- width: 100%;
- height: 100%;
- border-radius: 20rpx;
- }
- .content-title{
- margin-top: 10rpx;
- width: 100%;
- height: 50rpx;
- font-size: 32rpx;
- font-weight: 500;
- color: #444;
- }
- .content-detail{
- width: 100%;
- height: 35rpx;
- display: flex;
- justify-content: space-between;
- align-items: center;
- font-size: 24rpx;
- color: #444;
- }
- .left{
- width: 200rpx;
- margin-left:10rpx;
- }
- .right{
- height: 100%;
- display: flex;
- justify-content: space-between;
- align-items: center;
- }
- .right image{
- width: 100%;
- height: 100%;
- }
- .play-img{
- width:24rpx;
- height:22rpx;
- }
- .point-img{
- width: 26rpx;
- height: 24rpx;
- }
- .count-add{
- width: 36rpx;
- text-align: center;
- }
- .right-detail,.right-details{
- display: flex;
- justify-content: flex-end;
- align-items: flex-start;
- }
- .right-details{
- margin-left: 20rpx;
- }
|