Logo white

wxd / MShopWeApp

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • MShopWeApp
  • components
  • nodata
  • nodata.wxss
  • nodata修改
    70482432
    taiyuan authored
    2021-08-19 17:40:13 +0800  
    Browse Code »
nodata.wxss 237 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
@import "../../app.wxss";

.nodata-container {
	text-align: center;
}
.nodata-icon {
	font-size: 220rpx;
	color: #ddd;
	padding-top: 50rpx;
}
.nodata-title {
	padding-top: 40rpx;
	padding-bottom: 40rpx;
	color: #bbb;
	font-size: 28rpx;
}