123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- @charset "utf-8";
- #open {
- padding: 65px 30px;
- text-align: center;
- .icon {
- margin-bottom: 25px;
- width: 48px;
- margin-left: auto;
- margin-right: auto;
- }
- .title {
- color: #303036;
- }
- .tip {
- font-size: 10px;
- color: #303036;
- margin-bottom: 35px;
- }
- .check {
- margin-bottom: 10px;
- text-align: left;
- .g-checkbox-wrapper {
- margin-right: 10px;
- }
- span {
- vertical-align: top;
- display: inline-block;
- }
- }
- .g-button-wrapper {
- margin-bottom: 20px;
- }
- .no {
- color: #A7A7B7;
- }
- }
|