| 1234567891011121314151617181920212223242526272829303132333435 |
- .agree_view{
- display: flex;
- flex-direction: row;
- align-items: center;
- justify-content: center;
- margin-left: 46px;
- margin-right: 46px;
- // opacity: 0.4;
- }
- .agree_text{
- font-size: 24px;
- color: #fff;
- }
- .footer{
- margin-bottom: 120px;
- display: flex;
- flex-direction: row;
- align-items: center;
- justify-content: center;
- width: 100%;
- }
- .have_account{
- font-size: 28px;
- color: #fff;
- // opacity: 0.4;
- }
- .login2{
- font-size: 28px;
- // color: $fastColor;
- }
|