$html$
#ns_Header{
margin-bottom: 0;
}
#ns_Main{
padding-top: 0;
max-width: none;
}
#id_ContentTop .meMsg_MsgTitleBlk {
background-repeat: no-repeat;
background-position: center;
background-size: cover;
height: 440px;
padding: 0;
border: 0px solid #cccccc;
color: #fff;
// margin-bottom: 60px;
font-size: 30px;
position: relative;
}
#id_ContentTop .meMsg_MsgTitleBlk img {
width: auto;
padding: 15px 30px;
border-radius: 45px;
box-sizing: border-box;
background: rgba(255, 255, 255, 0.6);
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
}
#id_ContentTop .meMsg_MsgTitleBlk a { color: #fff; }
/*.prdBlock { margin-bottom: 115px; }*/
/*.prdBlock .meMsg_MsgTitleBlk .meMsg_MsgTitle {
width: 100%;
text-align: center;
font-size: 24px;
letter-spacing: normal;
line-height: 130%;
display: inline-block;
}*/
.prdBlock .meMsg_MsgTitleBlk a:hover {
font-weight: normal;
}
.prdBlock .meMsg_MsgTitleBlk .meMsg_Content {
width: 100%;
text-align: center;
font-size: 18px;
font-weight: bolder;
}
.prdBlock .meMsg_MsgBlk .meMsg_MsgTitle {
font-size: 16px;
color: #545454;
font-weight: normal;
letter-spacing: 0;
text-align: center;
display: block;
margin-bottom: 3px;
margin-top: 20px;
}
.prdBlock .meMsg_MsgBlk .meMsg_MsgSubTitle {
color: #545454;
font-size: 20px;
font-weight: bold;
display: block;
text-align: center;
margin-bottom: 50px;
}
.prdBlock .meMsg_MsgImg img {
border: 0px;
width: 100%;
}
.prdBlock .inc_msg_PrdListBlk {
margin-top: 20px;
}
.MsgPrdCell {
width: 240px;
}
.PrdListBlkD4 ul.PrdListBlk { margin:0px; padding:0px; list-style:none; }
.PrdListBlkD4 ul.PrdListBlk li.PrdCell { text-align:center; overflow-y:hidden; display:inline-block; padding:4px; }
.PrdListBlkD4 ul.PrdListBlk .PrdImg { object-fit: cover; width: 100%; height: 100%; }
.PrdListBlkD4 ul.PrdListBlk .PrdIcon { display:none; }
.PrdListBlkD4 ul.PrdListBlk .PrdContent { display:block; overflow-y:hidden; }
.PrdListBlkD4 ul.PrdListBlk .PrdTitle { height: 45px; display: block; color: #565656; font-size: 14px; margin-top: 15px; margin-bottom: 0px; }
.PrdListBlkD4 ul.PrdListBlk .PrdDesc { display: none; text-align:left; }
.PrdListBlkD4 ul.PrdListBlk .PrdPrice { display:block; margin-bottom: 5px; }
.PrdListBlkD4 ul.PrdListBlk .PrdBtn {}
.PrdListBlkD4 ul.PrdListBlk .PrdExt {}
.PrdListBlkD4 ul.PrdListBlk .liLeft {}
.PrdListBlkD4 ul.PrdListBlk .liCenter {}
.PrdListBlkD4 ul.PrdListBlk .liRight {}
.PrdListBlkD4 ul.PrdListBlk li.PrdCell .MsgPrdImgURL {
width: 240px;
height: 240px;
overflow: hidden;
display: block;
margin-bottom: 6px;
}
/*加入購物車按鈕*/
input[type="button"] {
padding: 5px 20px;
color: #000;
background-color: #fff;
margin: 10px 0;
border: 1px solid #000;
font-weight: normal;
font-size: 14px;
cursor: pointer;
transition: all .25s linear 0s;
}
input[type="button"]:hover {
color: #ffffff;
background-color: #000;
}
/*左欄之 PrdListBlk */
#id_ColLeft .mePrdListBlk { width:100%;}
#id_ColLeft .meMsg_MsgContentBlk{
margin-top: 20px;
}
#id_ColLeft .MsgPrdImgURL,#id_ColLeft .MsgPrdPrice{
display: none;
}
#id_ColLeft .PrdListBlkD4 ul.PrdListBlk .PrdTitle{
font-size: 16px;
text-align: left;
height: auto;
}
#id_ColLeft .PrdListBlkD4 ul.PrdListBlk li.PrdCell{
display: block;
padding: 4px 0;
}
@media (max-width: 600px) {
#ns_Main { padding: 0; }
.PrdListBlkD4 ul.PrdListBlk .PrdTitle { height: auto; }
.PrdListBlkD4 ul.PrdListBlk li.PrdCell { float: none; }
.prdBlock .meMsg_MsgTitleBlk .meMsg_MsgTitle { display: block;
padding: 130px 0px 40px;
}
/*左欄之 PrdListBlk */
#id_ColLeft .meMsg_MsgBlk .meMsg_MsgTitle{
display: block;
text-align: center;
}
#id_ColLeft .meMsg_MsgContentBlk {
margin: 15px 0 30px;
}
#id_ColLeft .MsgPrdCell{
width: auto;
}
#id_ColLeft .PrdListBlkD4 ul.PrdListBlk .PrdTitle{
text-align: left;
margin: 0;
font-size: 14px;
padding: 0 30px;
}
}
.PrdListBlkD4 ul.PrdListBlk li.PrdCell { border:$PrdListBlkBorder$; }
.PrdListBlkD4 ul.PrdListBlk li.PrdCell { padding:$PrdListBlkPadding$; }
.PrdListBlkD4 ul.PrdListBlk .PrdImg { width:$PrdListBlkImgW$; }
.PrdListBlkD4 ul.PrdListBlk .PrdImg { margin-bottom:$PrdListBlkImgMB$; }
.PrdListBlkD4 ul.PrdListBlk .PrdContent { height:$PrdListBlkContH$; }
|