Page { display: flex; flex-direction: column; align-items: center; align-content: center; .logo { margin-top: 15%; margin-bottom: 20px; } van-cell-group { width: 100%; } .btn-view { display: flex; flex-direction: row; justify-content: space-between; align-items: center; margin: 40rpx; width: 92%; padding-top: 5px; navigator { font-size: 24rpx; color: #444; } } text { font-size: 20rpx; color: #999; margin-top: 40rpx; } }