| 123456789101112131415161718192021222324252627282930313233343536373839 |
- /* pages/version/version.wxss */
- .container {
- color: #888a8e;
- font-size: 32rpx;
- }
- .version-now {
- text-align: center;
- margin-top: 151rpx;
- }
- .message {
- text-align: center;
- margin-top: 50rpx;
- }
- .button {
- width: 100%;
- height: 127rpx;
- background: #fff;
- display: flex;
- align-items: center;
- justify-content: center;
- position: fixed;
- left: 0;
- bottom: 15rpx;
- }
- .button view {
- width: 690rpx;
- height: 88rpx;
- color: #fff;
- font-size: 34rpx;
- text-align: center;
- line-height: 88rpx;
- background: linear-gradient(135deg, rgba(85, 104, 240, 1) 0%, rgba(130, 59, 255, 1) 100%);
- border-radius: 10rpx;
- }
|