index.css 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144
  1. .content {
  2. padding: 24px;
  3. min-height: 280px;
  4. background: #fff
  5. }
  6. .account {
  7. background: none;
  8. }
  9. .item-title-cloud {
  10. display: inline-block;
  11. width: 100px;
  12. }
  13. .login-wrapper {
  14. background-color: #ffffff;
  15. height: 500px;
  16. border-radius: 2px;
  17. box-shadow: 0 1px 10px rgba(26,26,26,.1);
  18. box-sizing: border-box;
  19. position: relative;
  20. }
  21. .message-wrapper {
  22. margin-top: 10px;
  23. padding-right: 13px;
  24. }
  25. .nickname {
  26. display: inline-block;
  27. font-weight: 600;
  28. font-size: 26px;
  29. padding-right: 50px;
  30. }
  31. .modify {
  32. font-weight: normal;
  33. font-size: 16px;
  34. color: #258fff;
  35. }
  36. .back-to-login {
  37. display: inline-block;
  38. line-height: 50px;
  39. font-weight: 600;
  40. cursor: pointer;
  41. color: #848fa6;
  42. float: right;
  43. }
  44. .back-to-login:hover {
  45. color: #646464;
  46. }
  47. .mask {
  48. position: absolute;
  49. top: -40px;
  50. left: -70px;
  51. width: 150px;
  52. height: 150px;
  53. border: 4px solid #fff;
  54. border-radius: 8px;
  55. background-size: 100% 100%;
  56. box-shadow: 0 1px 3px rgba(26,26,26,.1);
  57. }
  58. .mask-black {
  59. border-radius: 8px;
  60. width: 142px;
  61. height: 142px;
  62. background: #1a1a1a4f;
  63. color: white;
  64. font-size: 16px;
  65. font-weight: 600;
  66. cursor: pointer;
  67. }
  68. .tip {
  69. padding-top: 33px;
  70. text-align: center;
  71. }
  72. .tip.tip-span {
  73. margin-top: 10px;
  74. display: block;
  75. }
  76. .message {
  77. height: 96px;
  78. line-height: 96px;
  79. border-bottom: 1px solid #ebebeb;
  80. }
  81. .message-top {
  82. border-bottom: 1px solid #ebebeb;
  83. }
  84. .message-title {
  85. display: inline-block;
  86. line-height: 36px;
  87. font-weight: bold;
  88. font-size: 16px;
  89. }
  90. .message-title-high {
  91. line-height: 75px;
  92. }
  93. .message-content {
  94. padding-top: 20px;
  95. padding-bottom: 20px;
  96. display: inline-block;
  97. line-height: 36px;
  98. font-size: 16px;
  99. padding-right: 50px;
  100. }
  101. .no-login-tip {
  102. position: absolute;
  103. top: 50%;
  104. left: 50%;
  105. transform: translate(-50%, -50%);
  106. }
  107. .cloud-wrapper {
  108. background-color: #f0f2f5;
  109. height: 500px;
  110. border: 1px solid #e6e8ed;
  111. border-radius: 2px;
  112. box-shadow: 0 1px 10px rgba(26,26,26,.1);
  113. box-sizing: border-box;
  114. position: relative;
  115. }
  116. .login-item {
  117. display: inline-block;
  118. width: 120px;
  119. }
  120. .login-title {
  121. font-size: 16px;
  122. }