123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566 |
- @import './theme.scss';
- .sld_login {
- .sld_login_header {
- background: #fff;
- box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);
- .content {
- display: flex;
- padding: 20px 0;
- align-items: center;
- width: 1200px;
- margin: auto;
- .l_logo {
- cursor: pointer;
- width: 50%;
- .img {
- display: inline-block;
- vertical-align: top;
- max-width: 190px;
- max-height: 43px;
- }
- .text {
- font-size: 0;
- display: inline-block;
- vertical-align: top;
- line-height: 48px;
- margin-left: 5px;
- }
- }
- .r_register_wrap {
- font-size: 14px;
- width: 50%;
- text-align: right;
- .go_register_btn {
- font-size: 13px;
- display: inline-block;
- padding: 6px 22px;
- background: $colorMain;
- color: #fff;
- border-radius: 30px;
- margin-left: 7px;
- //font-family: Microsoft YaHei;
- height: 30px;
- line-height: 17px;
- cursor: pointer;
- }
- }
- }
- }
- .agreement_container {
- width: 1200px;
- margin: auto;
- margin-top: 60px;
- padding: 30px 20px 30px;
- pre {
- margin-top: 40px;
- }
- .agreement_title {
- text-align: center;
- }
- }
- }
|