/* pages/startPage/startPage.wxss */ .loginBox { position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; z-index: 1000; background: #ffffff; } .img { width: 100%; height: 100%; } .loginNow { color: #fff; text-align: center; line-height: 100rpx; font-size: 34rpx; position: fixed; bottom: 100rpx; width: 370rpx; height: 100rpx; background: linear-gradient(270deg, #348aa1 0%, #dbb689 100%); border-radius: 52rpx; left: 190rpx; }