You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
532 B
28 lines
532 B
.g-cnt {
|
|
box-sizing: border-box;
|
|
width: 100%;
|
|
overflow: hidden;
|
|
min-height: 100%;
|
|
/* background-color: #fff; */
|
|
background-color: #f7f7f7;
|
|
padding-bottom: 40rpx;
|
|
}
|
|
.m-nothing {
|
|
position: relative;
|
|
}
|
|
|
|
.m-nothing image {
|
|
display: block;
|
|
margin: 200rpx auto 50rpx auto;
|
|
width: 292rpx;
|
|
height: 265rpx;
|
|
}
|
|
|
|
.m-nothing text {
|
|
font-size: 32rpx;
|
|
color: #666666;
|
|
margin: 0 auto;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
|