| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144 |
- .content {
- padding: 24px;
- min-height: 280px;
- background: #fff
- }
- .account {
- background: none;
- }
- .item-title-cloud {
- display: inline-block;
- width: 100px;
- }
- .login-wrapper {
- background-color: #ffffff;
- height: 500px;
- border-radius: 2px;
- box-shadow: 0 1px 10px rgba(26,26,26,.1);
- box-sizing: border-box;
- position: relative;
- }
- .message-wrapper {
- margin-top: 10px;
- padding-right: 13px;
- }
- .nickname {
- display: inline-block;
- font-weight: 600;
- font-size: 26px;
- padding-right: 50px;
- }
- .modify {
- font-weight: normal;
- font-size: 16px;
- color: #258fff;
- }
- .back-to-login {
- display: inline-block;
- line-height: 50px;
- font-weight: 600;
- cursor: pointer;
- color: #848fa6;
- float: right;
- }
- .back-to-login:hover {
- color: #646464;
- }
- .mask {
- position: absolute;
- top: -40px;
- left: -70px;
- width: 150px;
- height: 150px;
- border: 4px solid #fff;
- border-radius: 8px;
- background-size: 100% 100%;
- box-shadow: 0 1px 3px rgba(26,26,26,.1);
- }
- .mask-black {
- border-radius: 8px;
- width: 142px;
- height: 142px;
- background: #1a1a1a4f;
- color: white;
- font-size: 16px;
- font-weight: 600;
- cursor: pointer;
- }
- .tip {
- padding-top: 33px;
- text-align: center;
- }
- .tip.tip-span {
- margin-top: 10px;
- display: block;
- }
- .message {
- height: 96px;
- line-height: 96px;
- border-bottom: 1px solid #ebebeb;
- }
- .message-top {
- border-bottom: 1px solid #ebebeb;
- }
- .message-title {
- display: inline-block;
- line-height: 36px;
- font-weight: bold;
- font-size: 16px;
- }
- .message-title-high {
- line-height: 75px;
- }
- .message-content {
- padding-top: 20px;
- padding-bottom: 20px;
- display: inline-block;
- line-height: 36px;
- font-size: 16px;
- padding-right: 50px;
- }
- .no-login-tip {
- position: absolute;
- top: 50%;
- left: 50%;
- transform: translate(-50%, -50%);
- }
- .cloud-wrapper {
- background-color: #f0f2f5;
- height: 500px;
- border: 1px solid #e6e8ed;
- border-radius: 2px;
- box-shadow: 0 1px 10px rgba(26,26,26,.1);
- box-sizing: border-box;
- position: relative;
- }
- .login-item {
- display: inline-block;
- width: 120px;
- }
- .login-title {
- font-size: 16px;
- }
|