1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- .login-box{text-align: center; padding: 100rpx 60rpx;}
- .login-box image{width: 258rpx; height: 220rpx;}
- .login-box .button{margin-top: 60rpx;background-color: #283a8d;color: #fff;}
- .avatar-wrapper {
- padding: 0;
- width: 56px !important;
- border-radius: 8px;
- /* margin-top: 40px; */
- margin-bottom: 40px;
- }
- .avatar {
- display: block;
- width: 56px;
- height: 56px;
- }
- .container {
- display: flex;
- }
- .name{
- display: flex;
- align-items: center;
- height: 90rpx;
- border-top: 1rpx solid #eee;
- line-height: 90rpx;
- border-bottom: 1rpx solid #eee;
- box-sizing: border-box;
- padding: 0 30rpx;
- }
- .nc{
- width: 30%;
- }
- .div{
- position: relative;
- width: 100vw;
- height: 100vh;
- box-sizing: border-box;
- padding-top: 40px;
- }
- .sure{
- position: absolute;
- bottom: 0;
- width: 100%;
- height: 90rpx;
- background-color: red;
- color: white;
- text-align: center;
- line-height: 90rpx;
- }
|