
SMARTESLA Tesla Model 3/Y Wrap/Tint/PPF
Tesla Tint/Wrap/PPF Services /* 自定义颜色 */ :root { --primary-color: #e82127; --secondary-color: #171a20; --text-color: #444; --light-gray: #f9f9f9; --medium-gray: #f5f5f5; --dark-gray: #777; } /* 仅作用于当前内容区域的样式 */ .tesla-service-content { max-width: 1200px; margin: 20px auto; padding: 30px; background-color: white; border-radius: 10px; box-shadow: 0 0 15px rgba(0, 0, 0, 0.1); } /* 标题样式 */ .tesla-service-content h1 { color: var(--primary-color); font-size: 2.5em; text-align: center; margin-bottom: 20px; font-weight: bold; } .tesla-service-content h2 { color: var(--secondary-color); font-size: 1.8em; margin-top: 30px; margin-bottom: