/* 欢迎页面 */ .we_topImg { width: 100%; height: 30%; } .we_icon { width: 2px; height: 14px; margin-left: 15px; transform: translateY(2px); background: #48C17B; } /* 栏目标题文字 */ .we_title { height: 17px; display: inline-block; line-height: 17px; font-size: 14px; color: #000; margin-left: 5px; } /* 内容文字 */ .we_content { font-size: 12px; color: #888888; margin-left: 15px; margin-right: 15px; margin-top: 0px; display: inline-block; } .we_title_view { margin-top: 15px; } .we_button { font: medium; font-size: 16px; color: white; width: 60%; height: 38px; line-height: 38px; border-radius: 19px; background-color: #48C17B; margin-left: 50%; margin-top: 42px; margin-bottom: 20px; transform: translateX(-50%); text-align: center; }