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
  • 物流3.0优化,和退款详情的图片
    8e9639d2
    yvan.ni authored
    2024-09-27 15:32:24 +0800  
    Browse Code »
nodata.wxss 258 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
@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;
	text-align: center;
}