12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970 |
- .class_box {
- width: 710rpx;
- margin-left: 20rpx;
- /* height: 200rpx; */
- /* border: 1px solid red; */
- margin-top: 30rpx;
- box-shadow: #f2f2f2 0px 0px 20rpx;
- }
- .scimg {
- width: 150rpx;
- height: 141rpx;
- float: left;
- margin-top: 30rpx;
- margin-left: 20rpx;
- }
- .sctext {
- float: right;
- width: 510rpx;
- margin-top: 30rpx;
- margin-left: 20rpx;
- }
- .t1 {
- color: #eb3f33;
- font-size: 25rpx;
- font-weight: 700;
- width: 460rpx;
- overflow: hidden;
- text-overflow:ellipsis;
- white-space: nowrap;
- }
- .t2 {
- color: #999999;
- font-size: 24rpx;
- margin-top: 10rpx;
- width: 460rpx;
- overflow: hidden;
- text-overflow:ellipsis;
- white-space: nowrap;
- /* padding-bottom: 50rpx; */
- }
- .t3 {
- color: #999999;
- font-size: 24rpx;
- margin-top: 10rpx;
- padding-bottom: 20rpx;
- width: 460rpx;
- overflow: hidden;
- text-overflow:ellipsis;
- white-space: nowrap;
- /* padding-bottom: 50rpx; */
- }
- .nodata {
- position: absolute;
- top: 285rpx;
- left: 205rpx;
- width: 340rpx;
- height: 262rpx;
- }
- .nodata_text {
- position: absolute;
- top: 550rpx;
- left: 310rpx;
- font-size: 30rpx;
- color: #666666;
- }
|