empower.wxss 793 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. .euroImg.data-v-63a3418e {
  2. width: 440rpx;
  3. height: 360rpx;
  4. }
  5. .logoBox.data-v-63a3418e {
  6. text-align: center;
  7. padding-top: 160rpx;
  8. }
  9. .title1.data-v-63a3418e {
  10. font-size: 30rpx;
  11. text-align: center;
  12. font-weight: bold;
  13. color: #3C3C3C;
  14. margin-top: 113rpx;
  15. }
  16. .title2.data-v-63a3418e {
  17. font-size: 26rpx;
  18. text-align: center;
  19. color: #999999;
  20. margin: 20rpx 98rpx 80rpx;
  21. text-indent: 1em;
  22. }
  23. .wxlogin.data-v-63a3418e {
  24. width: 658rpx;
  25. height: 88rpx;
  26. background: linear-gradient(135deg, #FD5300 0%, #FF270A 100%) #FF2400;
  27. border-radius: 10rpx;
  28. line-height: 88rpx;
  29. text-align: center;
  30. color: #FFFFFF;
  31. font-size: 30rpx;
  32. margin-top: 20rpx;
  33. }
  34. .title3.data-v-63a3418e {
  35. width: 100vw;
  36. position: fixed;
  37. left: 0;
  38. bottom: 50rpx;
  39. font-size: 26rpx;
  40. text-align: center;
  41. color: #999999;
  42. }