/*首页样式*/ body{ background-color: #f3f3f3; margin: 0; padding: 0; } .banner{ background-image: url(../images/banner.jpg); background-size: cover; height: 400px; } .title{ font-size: 48px; font-weight: bold; text-align: center; margin-top: 80px; } .btn{ display: block; width: 200px; height: 50px; margin: 50px auto 0; background-color: #8cc63e; text-align: center; line-height: 50px; font-size: 20px; color: #fff; border-radius: 10px; } /*测试页面样式*/ .test{ background-color: #fff; padding: 50px; max-width: 800px; margin: 0 auto; text-align: center; } .test h2{ font-size: 36px; font-weight: bold; margin-top: 0; } .test p{ font-size: 18px; line-height: 1.8; text-align: left; margin-bottom: 30px; } .tips{ font-size: 14px; color: #8cc63e; margin-top: 20px; } .test input{ margin-right: 20px; } .test .btn{ margin-top: 30px; } /*结果页面样式*/ .result{ max-width: 800px; margin: 0 auto; text-align: center; background-color: #fff; padding: 50px; } .result h2{ font-size: 36px; font-weight: bold; margin-top: 0; } .result p{ font-size: 18px; line-height: 1.8; margin-bottom: 30px; } .result .btn{ margin-top: 30px; display: inline-block; background-color: #8cc63e; color: #fff; padding: 10px 20px; border-radius: 10px; font-size: 20px; }
CSS3 心理测试模板用于展示心理测试内容和结果,并为客户提供个性化服务和分析。