/**app.wxss**/ page{ --themeColor:#023894; width: 100%; height: 100%; background-color: #F7F7F7; } .container { display: flex; flex-direction: column; align-items: center; box-sizing: border-box; } image{ overflow: hidden; } .zanwushuju{ width: 750rpx; text-align: center; padding-top: 40%; color: #666666; font-size: 32rpx; } .zanwushuju image{ width: 374rpx; height: 288rpx; margin: 0 auto; } .weui-search-bar__cancel-btn { color: var(--themeColor) !important; }