123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122 |
- page {
- background-color: #f2f2f2;
- }
- /* .video_box {
- display: flex;
- width: 750rpx;
- flex-wrap: wrap;
- }
- .video {
- width: 340rpx;
- height: 286rpx;
- margin-left: 20rpx;
- position: relative;
- border-radius: 20rpx;
- margin-top: 20rpx;
- }
- .spbj {
- width: 100%;
- height: 286rpx;
- border-radius: 20rpx;
- position: relative;
- }
- .grayblock {
- width: 100%;
- height: 80rpx;
- background-color: rgba(255, 255, 255, 0.7);
- position: absolute;
- bottom: 0rpx;
- border-radius: 0 0 20rpx 20rpx;
- text-indent: 10rpx;
- }
- .show_text {
- font-size: 22rpx;
- margin-top: 10rpx;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- }
- .qb {
- width: 23rpx;
- height: 25rpx;
- margin-left: 10rpx;
- margin-top: 5rpx;
- float: left;
- }
- .nodata {
- position: absolute;
- top: 285rpx;
- left: 205rpx;
- width: 340rpx;
- height: 262rpx;
- }
- .nodata_text {
- position: absolute;
- top: 550rpx;
- left: 310rpx;
- font-size: 30rpx;
- color: #666666;
- } */
- .class_box {
- width: 710rpx;
- margin-left: 20rpx;
- height: 220rpx;
- /* border: 1px solid red; */
- margin-top: 20rpx;
- background-color: #fff;
- border-radius: 5rpx;
- box-shadow: inset;
- }
- .scimg {
- width: 150rpx;
- height: 141rpx;
- float: left;
- margin-top: 40rpx;
- margin-left: 20rpx;
- border-radius: 5rpx;
- }
- .sctext {
- float: right;
- height: 141rpx;
- width: 510rpx;
- margin-top: 20rpx;
- font-size: 25rpx;
- /* border: 1px solid red; */
- }
- .t1 {
- color: #eb3f33;
- font-size: 28rpx;
- margin-top: 10rpx;
- font-weight: 700;
- }
- .t2 {
- color: #999999;
- font-size: 24rpx;
- margin-top: 10rpx;
- }
- .t3 {
- font-size: 24rpx;
- margin-top: 10rpx;
- }
- .nodata {
- position: absolute;
- top: 285rpx;
- left: 205rpx;
- width: 340rpx;
- height: 262rpx;
- }
- .nodata_text{
- position: absolute;
- top: 550rpx;
- left: 310rpx;
- font-size: 30rpx;
- color: #666666;
- }
|