多应用+插件架构,代码干净,二开方便,首家独创一键云编译技术,文档视频完善,免费商用码云13.8K 广告
### yuedu-list.wxss ``` .yuedu-list{ display: flex; flex-direction: column; padding: 10rpx; border-bottom: 1px solid #eee; position: relative; margin-bottom: 20rpx; background: #fff; border-radius: 20rpx; border-top: 3px dashed gray; } .user-info{ margin-top:20rpx; margin-bottom: 20rpx; display: flex; align-items: center; } .user-info>image{ border-radius: 50%; width:50rpx; height: 50rpx; } .yuedu-list>text{ font-weight: bolder; margin-bottom: 20rpx; } .like{ display: flex; justify-content: space-between; align-items: center; } .like image{ width: 30rpx; height: 30rpx; } .visited{ display: flex; align-items: center; line-height: 70rpx; } .data{ margin-left: 20rpx; font-size: 30rpx; color:#ccc; } .visited>text{ margin-left: 10rpx; margin-right: 10rpx; font-size: 20rpx; color:#ccc; } image{ width: 100%; } .selected{ background: #abcd; } .cover{ border-radius: 20rpx; } ```