css.css 698 Bytes
Newer Older
huahua committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48
/* 隐藏滚动条 */
::-webkit-scrollbar {
	width: 0;
	height: 0;
	color: transparent;
	display: none;
}

/* 无数据 */
.noData {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.noData_img {
	width: 513upx;
	height: 251upx;
	display: block;
	margin: 0 auto 36upx;
}

.noData_title {
	color: #FFFFFF;
	text-align: center;
	font-size: 36upx;
}

.noData_text {
	margin-top: 35upx;
	font-size: 30upx;
	font-weight: 400;
	color: #999999;
}

.noData_but {
	width: 90%;
	height: 70upx;
	line-height: 70upx;
	text-align: center;
	color: #F56364;
	margin:140upx auto 0;
	border: 1upx solid #F56364;
	border-radius: 35upx;
}

/* 啊嘞,附近没有T恤定制站哦 */