style:样式修改

This commit is contained in:
迷和油
2025-06-21 15:21:56 +08:00
parent 8ec4fd9dce
commit eba4a1c96e
2 changed files with 5 additions and 1 deletions

View File

@@ -44,7 +44,7 @@
</div> </div>
<div class="theit"> <div class="theit">
<div class="bditem bditem1"> <div class="bditem bditem1">
<label class="itlable">{:lang_i18n('您对哪个产品品类感兴趣?')}</label> <label class="itlable">{:lang_i18n('您对哪个产品品类感兴趣?')}<span class="redtag">*</span></label>
<div class="sfbchecks"> <div class="sfbchecks">
{notempty name="interested"} {notempty name="interested"}
{volist name="interested" id="it"} {volist name="interested" id="it"}

View File

@@ -1150,6 +1150,7 @@ video img {
padding: 1rem 0; padding: 1rem 0;
line-height: 1.3em; line-height: 1.3em;
font-family: 'Montserrat-Bold'; font-family: 'Montserrat-Bold';
word-break: break-all;
} }
.faq span { .faq span {
display: inline-block; display: inline-block;
@@ -3560,6 +3561,9 @@ video::-webkit-media-controls-current-time-display {
margin: 0.5rem 0; margin: 0.5rem 0;
line-height: 2rem; line-height: 2rem;
} }
.m_ach .list-num li h4 p{
color:#000;
}
.m_ach .list-num li p { .m_ach .list-num li p {
color: #707070; color: #707070;
font-family: 'Montserrat-Regular'; font-family: 'Montserrat-Regular';