123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- /* pages/wx_authority/wx_authority.wxss */
- page {
- background: #f5f5f5;
- }
- .logo {
- text-align: center;
- padding: 300rpx 0;
- }
- .logo image {
- width: 472rpx;
- height: 216rpx;
- }
- .content {
- display: flex;
- flex-direction: column;
- justify-content: center;
- align-items: center;
- }
- .button {
- cursor: pointer;
- min-width: 480rpx;
- height: 98rpx;
- background: linear-gradient(90deg,rgba(81,206,255,1),rgba(0,183,255,1));
- border-radius: 100rpx;
- display: flex;
- justify-content: center;
- align-items: center;
- }
- .button-icon {
- width: 46rpx;
- height: 39rpx;
- margin-right: 14rpx;
- }
- .button-text {
- font-size: 32rpx;
- color: #fff;
- }
- .button-title {
- font-size: 36rpx;
- color: #00B7FF;
- }
- .footer-bg {
- position: fixed;
- bottom: 0;
- right: 0;
- width: 360rpx;
- height: 404rpx;
- }
|