<div class="index4_list2"> <div class="bg"> <img src="https://www.yuhucoldchain.com/Public/Home/images/bg_line.png" wi...
<a href="#" class="appointment">预约试驾</a> <style> .appointment { margin-right: .32rem; padding: .08rem .16r...
li a:before { content: ""; display: inline-block; width: 6px; height: 6px; background: #e4007f;...
a{ filter: brightness(100); -webkit-filter: brightness(100); }
css 图片无缝滚动
.wenzi_news li { position: relative; padding: 5px 0 5px 12px; line-height: 1.6; font-size: 14px; text-overflow...
.box { width: 160px; height: 160px; margin: 10px 0 20px; background-color: #beceeb; overflow: hidden; resize: both; }.box > img { ...
最近做项目遇到一个问题,就是为元素设置fixed属性之后发现元素竟然不是相对于窗口定位,纠结了很久,才发现原来是父元素设置了transform属...
.ts1 b{display: block;font-size: 100px;line-height: 1;text-align: center;-webkit-text-stroke: 1px #000; color: transparent;}
css大小单位px em rem的转换,rem、em、vh/vw、px各自代表的含义。