123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175 |
- .header-wrap {
- display: flex;
- align-items: center;
- min-height: 100px;
- background-color: rgb(179, 177, 180);
- justify-content: space-between;
- padding-right: 40px;
- }
- .headerBtn {
- display: flex;
- justify-content: flex-end;
- }
- .headerTitle {
- display: flex;
- padding-left: 40px;
- }
- .a-shop {
- padding-left: 15px;
- }
- .enterLogin{
- padding-right: 20px;
- }
- a{
- text-decoration: none;
- color:#000000;
- }
- a:hover{
- color: #d80e0e;
- }
- li {
- list-style-type: none;
- padding: 5px;
- }
- .aside{
- padding-top: 20px;
- height: 100vh;
- }
- .main-container{
- padding-left: 50px;
- width: 100vh;
- height: 100vh;
- }
- .mainLoginContainer {
- display: none;
- border: 2px solid #000000;
- margin-top: 50px;
- max-width: 400px;
- }
- .header-div{
- display: flex;
- justify-content: space-between;
- max-width: 350px;
- }
- .outLogin{
- max-width: 20px;
- max-height: 20px;
- padding-top: 20px;
- }
- .log{
- padding: 20px;
- display: flex;
- flex-direction: column;
- }
- .input-form{
- padding-bottom: 20px;
- }
- .inputUserName, .inputPassword{
- min-height: 40px;
- }
- .loginBtn{
- display: inline-block;
- border: 1px solid #34547a;
- background: #34547a;
- color: white;
- text-transform: uppercase;
- padding: 23px 155px;
- line-height: 1;
- text-decoration: none;
- min-height: 27px;
- }
- .enterCart{
- display: none;
-
- }
- .imgCart {
- padding-top: 3px;
- padding-left: 10px;
- max-width: 40px;
- max-height: 20px;
- }
- .headerCart {
- display: flex;
- justify-content: space-between;
- }
- .closeCart{
- height: 17px;
- width: 12px;
- border: 2px solid black;
- }
- .enterRegister{
- color: rgb(0, 132, 255);
- }
- .register-href{
- padding-top: 20px;
- display: flex;
- justify-content: center;
- }
- .registerContainer{
- display: none;
- }
- .inputRegisterForm{
- display: flex;
- flex-direction: column;
- padding: 20px;
- }
- .inputUserNameRegister{
- min-height: 30px;
- }
- .inputPasswordRegister{
- margin-top: 20px;
- min-height: 30px;
- }
- .registerBtn{
- display: inline-block;
- border: 1px solid #34547a;
- background: #34547a;
- color: white;
- text-transform: uppercase;
- padding: 25px 100px;
- line-height: 1;
- text-decoration: none;
- min-height: 65px;
- }
- .header-register{
- display: flex;
- justify-content: space-between;
- max-width: 350px;
- }
- .header-register h1{
- /* padding-left: 20px; */
- margin-top: 10px;
- }
- .reg{
- padding: 20px;
- }
|