| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475 |
- .top-bg {
- width: 100%;
- z-index: 1;
- }
- .bottom_bg {
- width: 100%;
- position: fixed;
- bottom: 50px;
- }
- .content-box {
- z-index: 1;
- justify-content: center;
- margin-top: 60px;
- position: relative;
- margin-bottom: 80px;
- }
- .re-item {
- margin-bottom: 20px;
- margin-left: -100px;
- }
- .re-label {
- font-size: 18px;
- margin-right: 28px;
- }
- .re-li {
- width: 355px;
- height: 42px;
- border: 1px solid #D8DCE6;
- border-radius: 4px;
- padding: 0 17px;
- box-sizing: border-box;
- }
- .note {
- justify-content: center;
- }
- .note image {
- width: 16px;
- height: 16px;
- margin-right: 10px;
- }
- .note text {
- font-size: 14px;
- }
- .query-btn{
- width: 353px;
- height: 42px;
- line-height: 42px;
- background: #1AA1E6;
- border-radius: 5px 5px 5px 5px;
- opacity: 1;
- color: #fff;
- text-align: center;
- font-size: 16px;
- margin: 27px 0 0 0;
- cursor: pointer;
- }
- .link-btn{
- background: #FFFFFF;
- border-radius: 10px 10px 10px 10px;
- opacity: 1;
- padding: 10px 30px;
- font-size: 16px;
- margin-right: 20px;
- cursor: pointer;
- }
- .link-btn:last-child{
- margin-right: 0px;
- }
|