wx_authority.wxss 796 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. /* pages/wx_authority/wx_authority.wxss */
  2. page {
  3. background: #f5f5f5;
  4. }
  5. .logo {
  6. text-align: center;
  7. padding: 300rpx 0;
  8. }
  9. .logo image {
  10. width: 472rpx;
  11. height: 216rpx;
  12. }
  13. .content {
  14. display: flex;
  15. flex-direction: column;
  16. justify-content: center;
  17. align-items: center;
  18. }
  19. .button {
  20. cursor: pointer;
  21. min-width: 480rpx;
  22. height: 98rpx;
  23. background: linear-gradient(90deg,rgba(81,206,255,1),rgba(0,183,255,1));
  24. border-radius: 100rpx;
  25. display: flex;
  26. justify-content: center;
  27. align-items: center;
  28. }
  29. .button-icon {
  30. width: 46rpx;
  31. height: 39rpx;
  32. margin-right: 14rpx;
  33. }
  34. .button-text {
  35. font-size: 32rpx;
  36. color: #fff;
  37. }
  38. .button-title {
  39. font-size: 36rpx;
  40. color: #00B7FF;
  41. }
  42. .footer-bg {
  43. position: fixed;
  44. bottom: 0;
  45. right: 0;
  46. width: 360rpx;
  47. height: 404rpx;
  48. }