12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485 |
- .class_box {
- width: 710rpx;
- margin-left: 20rpx;
- /* height: 165rpx; */
- padding-bottom: 30rpx;
- /* border: 1px solid red; */
- /* margin-top: 30rpx; */
- position: relative;
- /* border: 1px solid red; */
- border-bottom: 1px solid #d4d4d4;
- }
- .scimg {
- width: 150rpx;
- height: 141rpx;
- float: left;
- margin-top: 50rpx;
- }
- .sctext {
- float: right;
- /* height: 165rpx; */
- width: 530rpx;
- margin-top: 40rpx;
- /* border: 1px solid red; */
- }
- .t1 {
- color: #000;
- font-size: 28rpx;
- margin-top: 10rpx;
- font-weight: 700;
- }
- .t2 {
- color: #999999;
- font-size: 24rpx;
- margin-top: 10rpx;
- }
- .t3 {
- color: #fff;
- font-size: 24rpx;
- line-height: 30rpx;
- margin-top: 10rpx;
- width: 140rpx;
- border-radius: 20rpx;
- background-color: #ff7d7f;
- text-align: center;
- display: inline-block;
- padding: 5rpx;
- }
- .isanswertag {
- width: 140rpx;
- background-color: #b9b9b9;
- height: 40rpx;
- line-height: 40rpx;
- border-radius: 0 0 20rpx 20rpx;
- position: absolute;
- top: 0;
- right: 0;
- color: #fff;
- font-size: 24rpx;
- text-align: center;
- }
- .isanswertag1 {
- background-color: #EC725D;
- }
- .nodata {
- position: absolute;
- top: 285rpx;
- left: 205rpx;
- width: 340rpx;
- height: 262rpx;
- }
- .nodata_text {
- position: absolute;
- top: 550rpx;
- left: 310rpx;
- font-size: 30rpx;
- color: #666666;
- }
|