12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758 |
- .p-videos{
- flex-wrap: wrap;
- width: 12.00rem;
- margin: 0.25rem auto;
- }
- .p-videos .img-item{
- margin-right: 0.14rem;
- width: 2.88rem;
- transition: 0.5s transform;
- cursor: pointer;
- margin-bottom: 0.25rem;
- border: 1px solid #10848F;
- overflow: hidden;
- }
- .p-videos .img-item:hover{
- transform: scale(1.04);
- }
- .p-videos .img-item:nth-child(4n){
- margin-right: 0;
- }
- .p-videos .img-item .prod-img{
- height: 2.00rem;
- width: 100%;
- object-fit: cover;
- }
- .p-videos .prod-info{
- height: 1.75rem;
- padding: 0 0.19rem;
- }
- .p-videos .prod-info .name{
- margin-top: 0.20rem;
- font-size: 0.20rem;
- line-height: 0.30rem;
- }
- .p-videos .prod-info .subname{
- margin-top: 0.12rem;
- font-size: 0.14rem;
- line-height: 0.20rem;
- font-family: PingFang SC;
- font-weight: 500;
- color: #999999;
- }
- .p-videos .img-item .see-btn{
- /* margin-top: 0.42rem; */
- width: 1.78rem;
- height: 0.38rem;
- background: #26A4AD;
- border-radius: 2px;
- line-height: 0.38rem;
- text-align: center;
- font-size: 0.16rem;
- font-family: PingFang SC;
- font-weight: 500;
- color: #FFFFFF;
- margin: 0.30rem auto;
- }
|