12345678910111213141516171819202122232425262728293031323334 |
- .agreement-container.data-v-b6d09298 {
- max-width: 800px;
- margin: 20px auto;
- padding: 30px;
- font-family: "微软雅黑", sans-serif;
- }
- .agreement-header.data-v-b6d09298 {
- text-align: center;
- margin-bottom: 30px;
- }
- .agreement-header h1.data-v-b6d09298 {
- color: #2c3e50;
- margin-bottom: 10px;
- }
- .agreement-content h2.data-v-b6d09298 {
- color: #3498db;
- margin: 20px 0 10px;
- border-bottom: 2px solid #e0e0e0;
- padding-bottom: 5px;
- }
- .agreement-content p.data-v-b6d09298 {
- line-height: 1.8;
- text-indent: 2em;
- color: #555;
- }
- .agreement-footer.data-v-b6d09298 {
- margin-top: 40px;
- padding-top: 20px;
- border-top: 1px solid #e0e0e0;
- font-size: 0.9em;
- color: #7f8c8d;
- text-align: center;
- }
|