diff --git a/frontend/web/css/style.css b/frontend/web/css/style.css index d5deff2..077c1cb 100755 --- a/frontend/web/css/style.css +++ b/frontend/web/css/style.css @@ -108,7 +108,7 @@ a.myorders{color:#f75d50} } .products ul{list-style:none;margin:0px;padding:0px;} .products ul li.item{float:left;width:160px;margin:0px 35px 15px;text-align:center;position:relative;} -.products ul li a.name{display:block;color:#494949;text-decoration:none;margin:15px 0px;height:30px;text-transform: uppercase;} +.products ul li a.name{display:block;color:#494949;text-decoration:none;margin:15px 0px;height:30px;text-transform: uppercase;overflow: hidden;} .products ul li .info{text-align: left;} .pn{border:none;} @@ -116,8 +116,18 @@ a.myorders{color:#f75d50} .cost span.valute{font-size:16px;} strike{font-size:18px;} -a.link_buy{display:block;margin:10px auto;width:122px;height:38px;line-height:38px;background:url('../img/buy.png') no-repeat;text-transform: uppercase;color:#ffffff;text-decoration:none;font-weight:bold;text-align:center;} - +a.link_buy{font-size: 15px; display:block;margin:10px auto;width:122px;height:38px;line-height:38px;text-transform: uppercase;color:#ffffff;text-decoration:none;font-weight:600;text-align:center; + background: #95ba2f; + border-radius: 4px; + border-bottom: 3px solid #799920; +} +a.link_buy:hover { + border-bottom: 3px solid #95ba2f;; +} +a.link_buy:active { + background: #799920; + border-bottom: 3px solid #799920; +} .mycarousel{position:absolute;right:-34px;top:-20px;} ul.mycarousel{list-style:none;margin:0px;padding:0px;} ul.mycarousel li{margin:0px;padding:0px;} @@ -129,6 +139,11 @@ h2.why span{display:none;} ul.why_list{list-style:none;margin:0px;padding:0px;} ul.why_list li{float:left;margin-left:58px; width: 288px; height:96px;box-sizing: border-box;padding-left: 110px; margin-top: 20px;} +ul.why_list li div { + display: table-cell; + height: 96px; + vertical-align: middle; +} ul.why_list li span{font-weight:bold;color:#799920;} ul.why_list li.item1{background:url('../img/why_item1.png') left no-repeat;} ul.why_list li.item2{background:url('../img/why_item2.png') left no-repeat;} @@ -380,7 +395,7 @@ ul.social {margin-top: 20px;} .view_products2 li{margin:10px 0px;} -.pixbox{width:134px;height:200px;overflow: hidden;text-align: center;} +.pixbox{width:100%;height:200px;overflow: hidden;text-align: center;} .form-order{background:#f5f5f5;padding:10px;border:1px solid #d2d2d2;} @@ -392,7 +407,7 @@ ul.social {margin-top: 20px;} .jcarousel-next-disabled, .jcarousel-prev-disabled {display: none !important;} .content2 br {display: none;} .pixbox a { - width: 134px; + width: 160px; height: 200px; display: table-cell; vertical-align: middle; @@ -883,3 +898,4 @@ a.active{font-weight:bold;text-decoration: underline;} font-family: Roboto !important; } .seo_text p:first-child {margin-top: 0} +.product-special {position: absolute} \ No newline at end of file -- libgit2 0.21.4