/* pages/error/error.wxss */ .image{ text-align: center; margin-top: 25%; } .image image{ height: 230rpx; width: 310rpx; } .err{ width: 60%; height: 80rpx; background-color: var(--globleColor); margin: 0 auto; border-radius: 50rpx; line-height: 80rpx; font-size: 34rpx; font-weight: 500; color:var(--fillBgColor); text-align: center; margin-top:90rpx; } .tip{ font-size:28rpx; color: #808080; margin-top:30rpx; }