/* parents/pages/good_books/good_books.wxss */ @import '../../../templates/footer/footer.wxss'; @import '../../../templates/nodata/nodata.wxss'; @import '../../../templates/loading/loading.wxss'; .bg { position: absolute; top: 0; left: 0; width: 100%; height: 801rpx; } .list { position: absolute; top: 0; left: 0; width: 100%; padding: 0 0 98rpx 0; } .list-canvas{ /* margin-top: 20rpx; */ height: 617rpx; position: relative; } .list-canvas-item{ width: 100%; height: 600rpx; } .li{ margin: 20rpx; padding: 1rpx 30rpx; background:rgba(255,255,255,1); border-radius:18rpx; } .li-title{ padding: 30rpx 0; font-size: 34rpx; color: #333; position: relative; left: -39rpx; bottom: 0 } .li-title-img{ width: 26rpx; height: 26rpx; margin-right: 15rpx; } .li-title-number{ color: #666666; font-size: 28rpx; margin-left: 20rpx; } .li-content{ color: #333333; font-size: 28rpx; margin-bottom: 40rpx; display: flex; justify-content: flex-start } .li-content view:first-child{ width: 22%; height: 40rpx; } .li-content-word{ color: #666666; font-size: 28rpx; /* margin-left: 20rpx; */ } .li-topic{ color: #FF6464; font-size: 30rpx; text-align: center; margin-bottom: 30rpx; } .li-topic-title{ display: inline-block; margin: 0 10rpx; } .li-topic-tips{ display: inline-block; font-size: 0; line-height: 0; border-width: 8rpx; border-color: #FF6464; border-bottom-width: 0; border-style: dashed; border-top-style: solid; border-left-color: transparent; border-right-color: transparent; margin-bottom: 5rpx; } .li-bookList{ margin-bottom: 40rpx; padding-bottom: 40rpx; border-bottom: 1rpx solid #E6E6E6 } .li-bookList:nth-last-of-type(1) { border-bottom: solid 1rpx transparent; } .li-footer{ color: #00B7FF; font-size: 30rpx; text-align: center; padding: 10rpx 0 40rpx 0; } .list-title{ color: #FFFFFF; font-size: 32rpx; text-align: center; margin: 30rpx 0; } .list-title-img{ width: 36rpx; height: 30rpx; margin-right: 8rpx; margin-top:5rpx; } ff-canvas { width: 100%; height: 100%; } .canvas-text{ background:rgba(51,51,51,1); border-radius:6rpx; opacity:0.9; color: #FFFFFF; font-size: 28rpx; /* width:205rpx; */ height:144rpx; margin-top: 20rpx; position:absolute; top:20rpx; bottom:0; right: 0; } .canvas-parcent{ position:absolute; top:277rpx; bottom:0; left: 324rpx; width:135rpx; height:150rpx; color: #FFFFFF; font-size: 28rpx; } .canvas-text-item{ margin: 10rpx; } .list-canvas-title{ display: flex; justify-content: space-around; color: #fff; font-size: 26rpx; position: absolute; bottom: 24rpx; width: 100%; } .list-canvas-title-item{ display: inline-block; } .list-color{ width: 15rpx; height: 15rpx; border-radius: 50%; margin-right: 5rpx; } .list-color1{ background: #FF6464 } .list-color2{ background: #FFCE4A } .list-color3{ background: #00B7FF } .list-color4{ background: #FF80A8 }