index.scss 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. page {
  2. background: #ededed;
  3. }
  4. .container {
  5. margin-top: 60rpx;
  6. .bg {
  7. display: flex;
  8. align-items: center;
  9. justify-content: center;
  10. position: relative;
  11. height: 400rpx;
  12. margin-bottom: 80rpx;
  13. }
  14. .topimg {
  15. image {
  16. width: 180rpx;
  17. height: 180rpx;
  18. border-radius: 50%;
  19. }
  20. }
  21. .textl_ogin {
  22. font-size: 40rpx;
  23. margin: 0 60rpx 50rpx;
  24. font-weight: bold;
  25. }
  26. .login {
  27. margin-bottom: 80rpx;
  28. }
  29. .signinnow {
  30. background:#26B3A0;
  31. font-size: 34rpx;
  32. color: #fff;
  33. margin: 0 60rpx 40rpx;
  34. text-align: center;
  35. line-height: 90rpx;
  36. height: 90rpx;
  37. border-radius: 16rpx;
  38. font-weight: bold;
  39. }
  40. .input {
  41. // width: 630rpx;
  42. height: 100rpx;
  43. padding: 0 30rpx;
  44. background: #f7f7f7;
  45. border-radius: 16rpx;
  46. flex-direction: row;
  47. // margin-left: 60rpx;
  48. // margin-bottom: 40rpx;
  49. margin: 0 60rpx 40rpx;
  50. font-style: normal;
  51. font-size: 30rpx;
  52. font-family: Droid Sans Fallback;
  53. &-icon {
  54. width: 30rpx;
  55. height: 38rpx;
  56. }
  57. }
  58. .hoversubmit {
  59. background: #F7F7F7;
  60. color: #ACACB3;
  61. }
  62. .vs-flex-item {
  63. flex: 1;
  64. margin-left: 16rpx;
  65. }
  66. }
  67. .custom-style {
  68. color: #ff0000;
  69. width: 220rpx;
  70. // width: 120rpx;
  71. }
  72. button{
  73. width: 220rpx;
  74. }