| 1234567891011121314151617181920212223242526272829303132333435363738 |
- /* pages/login/login.wxss */
- .header{
- display: flex;
- align-items: center;
- justify-content: center;
- }
- .img{
- height: 100px;
- width: 100px;
- }
- .itemView{
- display: flex;
- align-items: center;
- justify-content: center;
- }
- .input1{
- width: 220px;
- height: 40px;
- border: 2px solid rgb(153, 150, 150);
- margin-bottom: 7px;
- margin-top: 40px;
- }
- .input2{
- width: 220px;
- height: 40px;
- border: 2px solid rgb(153, 150, 150);
- margin-bottom: 5px;
- }
- .footer{
- margin-top: 150px;
- }
- .btn{
- background: rgb(40, 182, 238);
- color: white;
- }
- .btn{
- color: aqua;
- }
|