voide
parent
ae6a2884d4
commit
f02d647e7a
|
|
@ -161,76 +161,22 @@ ul.am-tabs-nav.am-nav.am-nav-tabs {background: #F5F5F5;}
|
|||
/* 视频 */
|
||||
.goods-video-submit-start,
|
||||
.goods-video-submit-close,
|
||||
.goods-video-container {
|
||||
position: absolute;
|
||||
}
|
||||
.goods-video-container { position: absolute; }
|
||||
.goods-video-submit-start,
|
||||
.goods-video-submit-close {
|
||||
font-size: 60px;
|
||||
color: #999;
|
||||
cursor: pointer;
|
||||
}
|
||||
.goods-video-submit-close { font-size: 60px; color: #999; cursor: pointer; }
|
||||
.goods-video-submit-start:hover,
|
||||
.goods-video-submit-close:hover {
|
||||
color: #666;
|
||||
}
|
||||
.goods-video-submit-close {
|
||||
z-index: 4;
|
||||
width: 50px;
|
||||
height: 50px;
|
||||
line-height: 48px;
|
||||
text-align: center;
|
||||
padding: 0;
|
||||
border: 2px solid #999;
|
||||
border-radius: 1000px;
|
||||
}
|
||||
.goods-video-submit-close:hover { color: #666; }
|
||||
.goods-video-submit-close { z-index: 4; width: 50px; height: 50px; line-height: 48px; text-align: center; padding: 0; border: 2px solid #999; border-radius: 1000px; }
|
||||
|
||||
/* 视频 放大镜 */
|
||||
.box .goods-video-submit-start {
|
||||
left: 1px;
|
||||
bottom: 73px;
|
||||
z-index: 2;
|
||||
padding: 10px 10px 2px 10px;
|
||||
}
|
||||
.box .goods-video-submit-close {
|
||||
top: 10px;
|
||||
left: 288px;
|
||||
}
|
||||
.box .goods-video-container {
|
||||
line-height: 32px;
|
||||
font-size: 32px;
|
||||
color: #f00;
|
||||
background: #fff;
|
||||
text-align: center;
|
||||
width: 348px;
|
||||
height: 348px;
|
||||
top: 1px;
|
||||
left: 1px;
|
||||
z-index: 3;
|
||||
}
|
||||
.box .goods-video-submit-start { left: 1px; bottom: 73px; z-index: 2; padding: 10px 10px 2px 10px; }
|
||||
.box .goods-video-submit-close { top: 10px; left: 288px; }
|
||||
.box .goods-video-container { line-height: 32px; font-size: 32px; color: #f00; background: #fff; text-align: center; width: 348px; height: 348px; top: 1px; left: 1px; z-index: 3; }
|
||||
|
||||
/* 视频 轮播下 */
|
||||
.scoll .goods-video-submit-start {
|
||||
left: 0;
|
||||
bottom: 0;
|
||||
z-index: 2;
|
||||
padding: 10px 10px 5px 10px;
|
||||
}
|
||||
.scoll .goods-video-submit-close {
|
||||
right: 10px;
|
||||
}
|
||||
.scoll .goods-video-container {
|
||||
line-height: 32px;
|
||||
font-size: 32px;
|
||||
color: #f00;
|
||||
background: #fff;
|
||||
text-align: center;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
top: 0;
|
||||
left: 0;
|
||||
z-index: 3;
|
||||
}
|
||||
.scoll .goods-video-submit-start { left: 0; bottom: 0; z-index: 2; padding: 10px 10px 5px 10px; }
|
||||
.scoll .goods-video-submit-close { right: 10px; }
|
||||
.scoll .goods-video-container { line-height: 32px; font-size: 32px; color: #f00; background: #fff; text-align: center; width: 100%; height: 100%; top: 0; left: 0; z-index: 3; }
|
||||
|
||||
/*销量*/
|
||||
.tm-ind-panel, .iteminfo_parameter { border-bottom: 1px solid #F5F5F5; }
|
||||
|
|
@ -397,9 +343,7 @@ li.am-comment{ width:100%}
|
|||
.like li:nth-child(1), .like li:nth-child(2), .like li:nth-child(3) { border-top: 0px; }
|
||||
|
||||
/* 视频 */
|
||||
.scoll .goods-video-submit-close {
|
||||
top: 10px;
|
||||
}
|
||||
.scoll .goods-video-submit-close { top: 10px; }
|
||||
}
|
||||
|
||||
@media only screen and (min-width:1025px) {
|
||||
|
|
@ -485,13 +429,8 @@ li.am-comment{ width:100%}
|
|||
.clearfix-right {width: calc(100% - 420px);margin-left:20px;}
|
||||
|
||||
/* 视频 */
|
||||
.box .goods-video-submit-close {
|
||||
left: 340px;
|
||||
}
|
||||
.box .goods-video-container {
|
||||
width: 398px;
|
||||
height: 398px;
|
||||
}
|
||||
.box .goods-video-submit-close { left: 340px; }
|
||||
.box .goods-video-container { width: 398px; height: 398px; }
|
||||
|
||||
/*导航固定*/
|
||||
ul.am-tabs-nav.am-nav.am-nav-tabs {left:auto;right:auto;width:960px ;}
|
||||
|
|
|
|||
Loading…
Reference in New Issue