/* pages/launchScreen/launchScreen.wxss */ .time { position: fixed; top: 24rpx; right: 24rpx; z-index: 999; box-sizing: border-box; display: flex; align-items: center; justify-content: center; padding: 0 20rpx; min-height: 60rpx; min-width: 150rpx; text-align: center; font-size: 28rpx; line-height: 60rpx; /* font-weight: 700; */ color: #fff; background: rgba(0, 0, 0, 0.45); border: 1rpx solid rgba(255, 255, 255, 0.25); border-radius: 100rpx; box-shadow: 0 10rpx 26rpx rgba(0, 0, 0, 0.22); } .time:active { opacity: 0.85; } .lun-img{ width: 750rpx; height: 100vh; margin: 0; box-sizing: border-box; vertical-align: top; }