<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.pro_add h1{
    font-size: 26px;
    color: #000000;
    font-weight: bold;
    margin-bottom: 20px;
}
.pro_add&gt;p{
    font-size: 14px;
    color: #555555;
    line-height: 26px;
}
.proda-list{
    margin-top: 22px;
}
.proda-list&gt;ul{
    border: 1px solid #dadada;
    border-right: none;
    border-bottom: none;
}
.proda-list&gt;ul&gt;li{
    float: left;
    border-bottom: 1px solid #dadada;
    padding: 14px 15px;
    width: 25%;
    transition: all 0.4s;
    border-right: 1px solid #dadada;
}
.proda-list&gt;ul&gt;li:nth-last-child(1),.proda-list&gt;ul&gt;li:nth-last-child(2),.proda-list&gt;ul&gt;li:nth-last-child(3),.proda-list&gt;ul&gt;li:nth-last-child(4){
    /*border-bottom: none;*/
}
.proda-list&gt;ul&gt;li&gt;a&gt;img{
    margin-top: 3px;
}
.proda-list&gt;ul&gt;li p{
    font-size: 14px;
    color: #333333;
    margin-left: 10px;
    transition: all 0.4s;
    overflow: hidden;
	text-overflow: ellipsis;
	display: block;
    white-space: nowrap;
    width:240px;
    font-weight: bold;
}
.proda-list&gt;ul&gt;li:hover p{
    text-decoration: underline;
    color: #0054a6;
}
/* 鎵嬫満绔� */
@media screen and (max-width: 768px) {
    .pro_add h1 {
        font-size: .26rem;
        margin-bottom: .2rem;
    }
    .pro_add&gt;p {
        font-size: .14rem;
        line-height: 22px;
    }
    .proda-list {
        margin-top: .22rem;
    }
    .proda-list&gt;ul{
        display: flex;
        flex-wrap: wrap;    
    }
    .proda-list&gt;ul&gt;li {
        padding: 10px 10px;
        width: 50%;
        float: none;
    }
    .proda-list&gt;ul&gt;li p {
        font-size: .12rem;
        margin-left: .1rem;
        width: 2.2rem;
    }
    





}</pre></body></html>