/* pages/learning/learning.wxss */ .search{ width: 70%; display: inline-block; margin-bottom: 20rpx; } .tab{ display: flex; justify-content: space-between; margin: 20rpx 0; padding: 0 40rpx; } .tab text{ font-size: 30rpx; color: #666; } .tab .active{ color: #3780CD; } scroll-view{ height: 100%; } .part{ background: #fff; border-radius: 18rpx; margin-bottom: 20rpx; padding: 24rpx; } .title{ font-size: 34rpx; color: #333; margin-bottom: 28rpx; } .title text{ float: right; color: #3780CD; font-size: 26rpx; } .tj{ display: flex; justify-content: space-between; } .tj navigator{ width: 30%; } .tj .img_view{ position: relative; height: 200rpx; } .tj image{ width: 100%; height: 100%; } .tj .date_ly{ position: absolute; right: 0; bottom: 0; z-index: 99; background: rgba(0, 0, 0, 0.2); width: 100%; padding: 5rpx; } .tj .date_ly text{ color: #fff; font-size: 18rpx; display: block; text-align: right; } .tj .tj_name{ color: #333; font-size: 28rpx; margin: 20rpx 0; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; white-space: normal; height: 79rpx; line-height: 44rpx; /* letter-spacing: 2rpx; */ } .tj text{ display: block; color: #989898; font-size: 24rpx; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; white-space: normal; } .list .hy_ly{ width: 65%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .list{ /* box-shadow: 0px 2rpx 9rpx 0px rgba(0, 0, 0, 0.2); */ /* border-radius: 20rpx; */ display: flex; /* padding: 20rpx; */ /* box-shadow: 0 0 15rpx 0px rgba(0, 0, 0, 0.2); */ /* margin: 0 20rpx 40rpx; */ border-bottom: 1px solid #F0F0F0; padding: 28rpx 0; } .list image{ width: 25%; height: 60px; } .list>view{ width: 75%; vertical-align: top; padding-left: 25rpx; } .list .tt{ margin-bottom: 5rpx; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; font-size: 32rpx; } .list text{ color: #888; display: block; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; white-space: normal; font-size: 26rpx; } .list .hd_ly{ margin-bottom: 40rpx; color: #666; } .hd_ly text{ font-size: 18rpx; float: right; margin-top: 5rpx; } .content{ background: #fff; border-radius: 18rpx; padding: 20rpx; } .ly{ margin-bottom: 28rpx; } .ly text{ display: block; color: #666; font-size: 24rpx; } .ly view{ float: right; text-align: right; } .menu{ width: 28%; background: #fff; display: inline-block; line-height: 64rpx; border-radius: 15rpx; margin-left: 2%; vertical-align: top; position: relative; } .picker{ text-align: center; color: #999; font-size: 26rpx; } .up{ width: 0; height: 0; border: 10rpx solid transparent; border-top: 12rpx solid #999; display: inline-block; position: relative; top: 3px; } .drop_menu{ background: #fff; box-shadow: 2px 2px 10rpx 1px rgba(0, 0, 0, 0.2); position: absolute; width: 100%; right: 0; border-radius: 15rpx; z-index: 9; top: 70rpx; } .drop_menu text{ display: block; line-height: 60rpx; text-align: center; color: #999; } .myswiper{ height: calc(100vh - 206rpx); } .more{ text-align:center; color:#999; padding:10rpx 0; }