login.wxss 805 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. /* pages/Components/campusBinding/campusBinding.wxss */
  2. .main {
  3. position: fixed;
  4. top: 0;
  5. left: 0;
  6. width: 100%;
  7. height: 100%;
  8. background: #fff;
  9. display: flex;
  10. flex-direction: column;
  11. align-items: center;
  12. z-index: 2;
  13. }
  14. .background {
  15. position: fixed;
  16. top: 0;
  17. left: 0;
  18. width: 750rpx;
  19. height: 1125rpx;
  20. }
  21. .logo{
  22. margin-top: 208rpx;
  23. margin-bottom: 20rpx;
  24. width: 290rpx;
  25. height: 290rpx;
  26. z-index: 3;
  27. }
  28. .button {
  29. /* margin: 0; */
  30. padding: 0;
  31. position: fixed;
  32. left: 50%;
  33. transform: translateX(-50%);
  34. bottom: 120rpx;
  35. width: 400rpx;
  36. height: 82rpx;
  37. line-height: 82rpx;
  38. text-align: center;
  39. background: rgba(255, 255, 255, 1);
  40. border: 2rpx solid #cc6031;
  41. box-shadow: 0rpx 4rpx 12rpx #cc6031;
  42. border-radius: 42rpx;
  43. font-size: 32rpx;
  44. color: #cc6031;
  45. }