europe.less 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. .europe-login{
  2. position: absolute;
  3. top: 0;
  4. bottom: 0;
  5. left: 0;
  6. right: 0;
  7. background: url("../../c_image/europe-bg2.png") 100% no-repeat;
  8. background-attachment: fixed;
  9. background-size: cover;
  10. display: flex;
  11. align-items: center;
  12. justify-content: center;
  13. .europe-login-main{
  14. width:1181px;
  15. height:726px;
  16. background:rgba(255,255,255,1);
  17. box-shadow:0px 2px 24px 0px rgba(0,0,0,0.1);
  18. border-radius:20px;
  19. background: url("../../c_image/europe-bg1.png") 101% 101% no-repeat;
  20. background-color: #fff;
  21. background-size: 916px 590px;
  22. position: relative;
  23. .europe-login-main-form{
  24. position: absolute;
  25. top: 130px;
  26. left: 102px;
  27. width: 340px;
  28. background: url("../../c_image/europe-logo.png") no-repeat;
  29. background-size: 255px 54px;
  30. padding-top: 85px;
  31. .europe-login-main-form-title{
  32. font-size:24px;
  33. font-weight:400;
  34. color:#333333;
  35. >span{
  36. color: #FF4B00;
  37. }
  38. }
  39. .europe-login-main-form-main{
  40. margin-top: 50px;
  41. .europe-login-main-form-item{
  42. margin-top: 30px;
  43. .europe-login-main-form-item-main{
  44. >input{
  45. border-radius:41px;
  46. background:rgba(247,246,249,1);
  47. border: none;
  48. height:50px;
  49. line-height: 50px;
  50. padding-left: 20px;
  51. }
  52. >button{
  53. width: 100%;
  54. background:linear-gradient(132deg,rgba(247,145,23,1) 0%,rgba(242,93,36,1) 100%,rgba(68,148,247,1) 100%);
  55. border-radius:41px;
  56. height:50px;
  57. line-height: 50px;
  58. }
  59. }
  60. }
  61. }
  62. }
  63. }
  64. }