.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; }