<br />
<b>Warning</b>:  mkdir(): No space left on device in <b>/www/wwwroot/NEW12.COM/func.php</b> on line <b>127</b><br />
<br />
<b>Warning</b>:  file_put_contents(./cachefile_yuan/meitishebei.com/img/a9/fdc11/1c9ad.css): failed to open stream: No such file or directory in <b>/www/wwwroot/NEW12.COM/func.php</b> on line <b>115</b><br />
/*产品展示里的轮播图css*/
  .lbt_container {
    width: 100%;
    margin: 30px auto;
    text-align: center;
  }
  /* 主图尺寸 600*460 */
  .main-img {
    width: 600px;
    height: 460px;
    object-fit: cover;
    border: 1px solid #ddd;
    display: block;
  }
  .thumb-list {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin: 12px auto auto auto;
    max-width: 600px;
    
  }
  .thumb-item {
    width: 100px;
    height: 77px;
    object-fit: cover;
    cursor: pointer;
    border: 2px solid transparent;
    opacity: 0.8;
    transition: all 0.2s;
  }
  .thumb-item:hover,
  .thumb-item.active {
    opacity: 1;
    border-color: #333;
  }