Logo white

wxd / MShopWeApp

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • MShopWeApp
  • components
  • auto_go
  • auto_go.wxss
  • 秒杀,拼团,进行中,预热中的跳转优化
    daff02e2
    yvan.ni authored
    2023-06-14 10:06:32 +0800  
    Browse Code »
auto_go.wxss 326 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
@import "../../app.wxss";

.no-data .cart-image {
	width: 208rpx;
	height: 202rpx;
}

.no-data .no-data-title {
	font-size: 28rpx;
	color: #b8b8b8;
	margin-bottom: 50rpx;
}

.no-data .lookat {
	display: inline-block;
	font-size: 28rpx;
	border-radius: 10rpx;
	background-color: #e83028;
	color: white;
	padding: 20rpx 50rpx;
}