<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/*
ul,dl,dt,dd,ol,li{list-style:none;}
*/

.kuodaimages ul li img,.TMBtns{
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
}


.kuodaimages ul li {
  display: block;
  position: relative;
  /*width: 156px;*/
  height: 190px;
  overflow: hidden;
}

.kuodaimages ul li:hover img{
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}







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