You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
562 B
CSS

@charset "utf-8";
.main {background-color:#F9F9F9;}
.location {padding:20px 0 15px 10px;font-size:14px;position:relative;}
.location:before{content:'';display:block;width:2px;height:14px;position:absolute;top:23px;left:0;background-color:#3F89EC;}
.location span{color:#3F89EC;}
.location a {}
.agreement {border:1px solid #E3E3E3;background-color:#fff;padding:40px;min-height:400px;}
.agreement .title {font-size:22px;text-align:center;font-weight:100;}
.agreement .title img {vertical-align:middle;margin-right:10px;}
.agreement .content {padding-top:40px;}