Commit 6702f4009323b6f8fc45a3d394fef0a1252b5971
1 parent
d50572a4
Веталь
Showing
1 changed file
with
21 additions
and
5 deletions
Show diff stats
frontend/web/css/style.css
... | ... | @@ -108,7 +108,7 @@ a.myorders{color:#f75d50} |
108 | 108 | } |
109 | 109 | .products ul{list-style:none;margin:0px;padding:0px;} |
110 | 110 | .products ul li.item{float:left;width:160px;margin:0px 35px 15px;text-align:center;position:relative;} |
111 | -.products ul li a.name{display:block;color:#494949;text-decoration:none;margin:15px 0px;height:30px;text-transform: uppercase;} | |
111 | +.products ul li a.name{display:block;color:#494949;text-decoration:none;margin:15px 0px;height:30px;text-transform: uppercase;overflow: hidden;} | |
112 | 112 | .products ul li .info{text-align: left;} |
113 | 113 | .pn{border:none;} |
114 | 114 | |
... | ... | @@ -116,8 +116,18 @@ a.myorders{color:#f75d50} |
116 | 116 | .cost span.valute{font-size:16px;} |
117 | 117 | strike{font-size:18px;} |
118 | 118 | |
119 | -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;} | |
120 | - | |
119 | +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; | |
120 | + background: #95ba2f; | |
121 | + border-radius: 4px; | |
122 | + border-bottom: 3px solid #799920; | |
123 | +} | |
124 | +a.link_buy:hover { | |
125 | + border-bottom: 3px solid #95ba2f;; | |
126 | +} | |
127 | +a.link_buy:active { | |
128 | + background: #799920; | |
129 | + border-bottom: 3px solid #799920; | |
130 | +} | |
121 | 131 | .mycarousel{position:absolute;right:-34px;top:-20px;} |
122 | 132 | ul.mycarousel{list-style:none;margin:0px;padding:0px;} |
123 | 133 | ul.mycarousel li{margin:0px;padding:0px;} |
... | ... | @@ -129,6 +139,11 @@ h2.why span{display:none;} |
129 | 139 | |
130 | 140 | ul.why_list{list-style:none;margin:0px;padding:0px;} |
131 | 141 | ul.why_list li{float:left;margin-left:58px; width: 288px; height:96px;box-sizing: border-box;padding-left: 110px; margin-top: 20px;} |
142 | +ul.why_list li div { | |
143 | + display: table-cell; | |
144 | + height: 96px; | |
145 | + vertical-align: middle; | |
146 | +} | |
132 | 147 | ul.why_list li span{font-weight:bold;color:#799920;} |
133 | 148 | ul.why_list li.item1{background:url('../img/why_item1.png') left no-repeat;} |
134 | 149 | ul.why_list li.item2{background:url('../img/why_item2.png') left no-repeat;} |
... | ... | @@ -380,7 +395,7 @@ ul.social {margin-top: 20px;} |
380 | 395 | .view_products2 li{margin:10px 0px;} |
381 | 396 | |
382 | 397 | |
383 | -.pixbox{width:134px;height:200px;overflow: hidden;text-align: center;} | |
398 | +.pixbox{width:100%;height:200px;overflow: hidden;text-align: center;} | |
384 | 399 | |
385 | 400 | |
386 | 401 | .form-order{background:#f5f5f5;padding:10px;border:1px solid #d2d2d2;} |
... | ... | @@ -392,7 +407,7 @@ ul.social {margin-top: 20px;} |
392 | 407 | .jcarousel-next-disabled, .jcarousel-prev-disabled {display: none !important;} |
393 | 408 | .content2 br {display: none;} |
394 | 409 | .pixbox a { |
395 | - width: 134px; | |
410 | + width: 160px; | |
396 | 411 | height: 200px; |
397 | 412 | display: table-cell; |
398 | 413 | vertical-align: middle; |
... | ... | @@ -883,3 +898,4 @@ a.active{font-weight:bold;text-decoration: underline;} |
883 | 898 | font-family: Roboto !important; |
884 | 899 | } |
885 | 900 | .seo_text p:first-child {margin-top: 0} |
901 | +.product-special {position: absolute} | |
886 | 902 | \ No newline at end of file | ... | ... |