| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- .head{
- position: relative;
- height: 149px;
- border-radius: 0px 0px 10px 10px;
- background-color: rgba(42, 130, 228, 1);
- }
- .content{
- position: absolute;
- top:59px;
- left: 7px;
- width:359px;
- height: 284px;
- background-color: white;
- border: 1px solid rgba(128, 128, 128, 0.45);
- }
- .logo{
- font-size: 18px;
- font-weight: 700;
- margin-top: 9px;
- text-align: center;
- }
- .uni-list-cell-left-2{
- float: left;
- margin-top: 40px;
- margin-left: 13px;
- }
- .uni-list-cell-db-2{
- float: right;
- margin-right: 17px;
- margin-top: 35px;
- width: 270px;
- height: 35px;
- border-radius: 14px;
- background-color: rgba(166, 166, 166, 0.18);
- }
- .uni-input-2{
- margin-left: 10px;
- margin-top: 5px;
- font-size: 12px;
- cursor: not-allowed;
- }
- .uni-input-placeholder{
- margin-top: 6px;
- text-align: center;
- }
- button{
- position: absolute;
- bottom: 36px;
- left: 69px;
- line-height: 33px;
- }
|