.meitao-help-list { margin-top: 7rem; } .help-type-list span { font-family: 方正兰亭中黑; color: #00265b; width: 100%; padding: 1rem 3rem 0rem 3rem; font-size: 1.6rem; font-weight: 500; line-height: 1.6rem; } .help-type-list li { margin-top: 1rem; margin-bottom: 2rem; } .help-type-list img { width: 10rem; padding-left: 2rem; height: 2px; } .help-problem-answer { font-size: 1.5rem; color: #00265b; line-height: 2rem; padding-bottom: 4px; margin-bottom: 50px; font-weight: 500; } .help-problem-answer b { color: #f62111; } .help-problem-answer strong { margin-right: 1rem; } .help-answer { background-color: #00265b; margin-top: 1.5rem; color: #FFFFFF; background:-webkit-linear-gradient(rgba(0, 38, 91, 0.8) 60%, rgba(0, 38, 91, 0.2)); background:-o-linear-gradient(rgba(0, 38, 91, 0.8) 60%, rgba(0, 38, 91, 0.2)); background:-moz-linear-gradient(rgba(0, 38, 91, 0.8) 60%, rgba(0, 38, 91, 0.2)); background:linear-gradient(rgba(0, 38, 91, 0.8) 60%, rgba(0, 38, 91, 0.2)); } .help-answer-div { min-height: 1rem; padding: 1rem 3rem; font-size: 1rem; /* background-color: #f5f5f5; */ /* border: 1px solid #e3e3e3; */ box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); } .help-answer-image { padding: 1rem; height: 100%; } .help-answer-image img { width: 2rem; } .help-problem { font-size: 1.3rem; color: #00265b; } .help-problem-div { margin-top: 0.5rem; float: right; width: 0; height: 0; border-width: 8px; border-style: solid; border-color: #00265b transparent transparent transparent; } .collapsed .help-problem-div { float: right; width: 0; height: 0; border-width: 8px; border-style: solid; margin-top: 0.5rem; border-color: transparent #00265b transparent transparent; transform: rotate(180deg); /*顺时针旋转90°*/ } .help-breadcrumb { background-color: #ffffff; } .help-breadcrumb a { color: #00265b; font-size: 1.5rem; } .help-breadcrumb > .active { color: #00265b; font-size: 1.5rem; } .help-breadcrumb > li + li:before { content: ">"; padding: 0 5px; color: #00265b; }