fec.css 11.9 KB
Newer Older
R
root 已提交
1 2 3 4 5 6 7 8 9

html {
    font-family: sans-serif;
}
body{
	font-family:Verdana,Arial,Tahoma;font-size:0.6rem;
overflow-wrap: break-word;
color: #24292e;
}
10
.button{padding:0}
R
root 已提交
11
ul {list-style: outside none none;margin:0;}
12 13 14 15 16 17
.theme-dark .searchbar::after{
background-color:transparent
}
.theme-dark .searchbar{
	background:transparent none repeat scroll 0 0
}
R
root 已提交
18

19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52
.category_menu ul{padding:0;font-size:0.75rem;}
.category_menu ul  li {
    padding-left: 0;
}
.category_menu ul li ul li{padding:0.3em 0 0 1em;}
.category_menu ul li ul{font-size:0.7rem;}

.category_menu ul li ul .icon-right{float:left;font-size:0.4rem;margin-top:1em;}

.list-block {
    font-size: 0.7rem;
}
.product_name{
	padding:0px;height:3em;
	overflow:hidden;font-size:0.6rem;
	
}
.product_name a{
	color:#777;
}
.panel-left a{color:#ccc;}

.content-block {
    color: #6d6d72;
    margin: 0.15rem 0;
    padding: 0 0.75rem;
}
.category_menu > ul{margin-top:0.1rem}

.list-block .item-content{padding-left:0; background: #222426;}
.list-block .item-inner{padding-left:0.9rem;}
.list-block {
    margin: 0.75rem 0;
}
53
h1{font-size:1em;color:#333;font-weight:100;}
54
.category_description{padding:0.4rem 0.6rem; display:none}
55 56
 .popup-overlay.modal-overlay-visible{display:none}

57
.filter_attr_info a {
R
root 已提交
58
    background: rgba(0, 0, 0, 0) url("../img/checkbox.png") no-repeat scroll -69px 1px;
59 60 61 62
    font-size: 0.8em;
    padding: 0 0 0 16px;
}
.filter_attr_info a.checked {
R
root 已提交
63
    background-position: -50px -19px;
64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103
}

.closeBtn {
    background-image: url("../img/tag.png");
    background-position: -164px 7px;
    background-repeat: no-repeat;
    display: inline-block;
    font-size: 0;
    height: 20px;
    vertical-align: -5px;
    width: 20px;
}

.repository-lang-stats-graph {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    -moz-user-select: none;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-color: currentcolor #ddd #ddd;
    border-image: none;
    border-style: none solid solid;
    border-width: 0 1px 1px;
    cursor: pointer;
    display: table;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
}
* {
    box-sizing: border-box;
}
*::placeholder {
    color: #6a737d;
}
*::-moz-placeholder {
    color: #6a737d;
}
R
root 已提交
104

105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143
.content-block .filter_attr_title {
    border-bottom: 1px solid #ddd;
    color: #333;
    font-family: Arial;
    font-size: 0.9em;
    margin: 5px 0;
    padding: 5px 0;
    text-transform: uppercase;
}

.close_popup{ 
    font-size: 1.2em;
    position: absolute;
    right: 1rem;
    top: 0.2rem;
}

a{font-size:0.8em;}
#panel-left-menu .category_menu a{font-size:0.9em;}
#panel-left-account a{font-size:0.9em;;}

.clear{clear:both}

.category_page .open-sort{float:left;}

.category_page .open-filter{float:right;}

.category-open{
	border: 1px solid #e5e5e5;
    border-radius: .17rem;
    font-size:0.6rem;
    text-align: center;
    color: #666;
	padding:0.1rem 1rem;
}

.category_description h1{text-align:center;font-weight:100;font-size:0.9em}
.category-open .icon{font-size:0.4rem;}
.sort_filter{margin-top:0.4rem;margin-bottom:-0.2rem;}
144 145
.media_img_content{max-width:400px;margin:auto;}
.product_view{padding:0 1rem;}
R
root 已提交
146

R
root 已提交
147 148 149 150
.item_code{margin-right:0;}
.product_info h1{ font-size: 0.6rem;
    font-weight: 100;
    margin-bottom: 0;}
R
root 已提交
151

R
root 已提交
152
.swiper-container{padding-bottom: 5px;}
R
root 已提交
153
.price_info {
R
root 已提交
154
    margin: 10px 0 0;
R
root 已提交
155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180
}


.product_info .price_info .special_active {
    float: left;
    line-height: 30px;
    margin-right: 10px;
}

.product_info .special_price {
    color: #cc0000;
    font-size: 25px;
}


.product_info .price_info .price.special_active {
    margin: 3px 0 0 3px;
    text-decoration: line-through;
}

.product_info_section {
    margin: 5px 0 15px;
}


.product_options {
R
root 已提交
181
    margin: 0.4rem 0 0;
R
root 已提交
182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219
}
.product_options .label {
    line-height: 49px;
}
.pg .label {
   float: left;
    font-size: 0.5rem;
    width: 2.4rem;
}


.product_options .pg .rg {
    width: auto;
}



.product_options .rg li {
    color: #333;
    cursor: pointer;
    float: left;
    margin: 5px;
    position: relative;
    text-align: center;
}



.product_options a.active, .product_options a.active_v {
    border: 1px solid #777;
}

.product_options a {
    display: block;
    float: left;
    height: 49px;
    padding: 1px;
    width: 44px;
R
root 已提交
220
	line-height:49px;
R
root 已提交
221 222 223 224 225
}

.product_options a.current {
    border: 1px solid #cc0000;
}
R
root 已提交
226
.rg .qty{margin-left:4px;}
R
root 已提交
227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251


.product_options li.current b {
    background: rgba(0, 0, 0, 0) url("../img/cur.png") no-repeat scroll 0 0;
    bottom: 0;
    display: block;
    height: 6px;
    overflow: hidden;
    position: absolute;
    right: 0;
    width: 8px;
}

.addtocart a{
	margin-top: 0.5rem;
}
.button-success.button-fill{background-color:#fe585e;color:#fff}

.addtocart .addProductToFavo{
	 background: #fff none repeat scroll 0 0;
    border: 1px solid #ccc;
    color: #777;
    
	
}
R
root 已提交
252 253
.product_description_info{min-height:300px;width:100%;overflow:hidden;margin-top:0.55rem;}
.product_description_info .content-block{padding-top:0.24rem;}
R
root 已提交
254 255 256 257 258 259 260 261 262 263 264 265 266
.chose_size a {
    border: 1px solid #ccc;
    font-size: 11px;
    height: 35px;
    line-height: 35px;
    width: 35px;
}

.product_options a.noimgshow {
     font-size: 11px;
    height: 44px;
    line-height: 44px;
    min-width: 15px;
R
更新  
root 已提交
267 268
    padding: 0px;
	text-align:center;
R
root 已提交
269 270 271 272 273 274 275 276 277 278 279 280
}


.product_options a.no_active {
    border: 1px dashed #ccc;
    cursor: not-allowed;
}

.product_qty .label{line-height:1.3rem;}

.button.button-fill.addProductToCart{height:1.55rem;line-height:1.55rem;}

R
root 已提交
281
.product_description_info .buttons-tab a{font-size:0.55rem;}
R
root 已提交
282

R
root 已提交
283 284 285 286
.text-description , .text-reviews , .text-questions{font-size:0.6rem;}
.tier_price_info{margin:0.5rem 0 1rem;color:#333;}
.tier_price_info table{width:100%;color:#777;}
.buy_also_buy_cer{padding: 0 1rem;}
R
root 已提交
287

R
root 已提交
288 289 290 291 292 293 294 295 296
.tier_price_info table{font-size: 0.56rem;}
.buy_also_buy	.scroll_left{
	border-bottom: 1px solid #ddd;
   
    margin: 15px 0 5px;
    padding: 5px 0;
    text-transform: uppercase;
}
.buy_also_buy	.scroll_left a{color: #333;font-size: 0.9em; font-family: Arial;}
R
root 已提交
297

R
root 已提交
298 299
.buttons-tab .button{height: 1.6rem;
    line-height: 1.6rem;}
R
root 已提交
300 301


R
root 已提交
302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329
.review_star_5 {
    background: rgba(0, 0, 0, 0) url("../img/Star_5.png") no-repeat scroll 0 0;
}
.review_star_4 {
    background: rgba(0, 0, 0, 0) url("../img/Star_4.png") no-repeat scroll 0 0;
}
.review_star_3 {
    background: rgba(0, 0, 0, 0) url("../img/Star_3.png") no-repeat scroll 0 0;
}
.review_star_2 {
    background: rgba(0, 0, 0, 0) url("../img/Star_2.png") no-repeat scroll 0 0;
}
.review_star_1 {
    background: rgba(0, 0, 0, 0) url("../img/Star_1.png") no-repeat scroll 0 0;
}
.review_star_0 {
    background: rgba(0, 0, 0, 0) url("../img/Star_0.png") no-repeat scroll 0 0;
}
.review_star {
    display: block;
    height: 15px;
    width: 69px;
}
.product-Reviews_top ul{padding-left:0}
.review_description_left a{display:block;}
.review_description_left p{ display:block;float:left;margin: 0.3rem 1rem 0.3rem 0}
.review_description_left span{display:block;float:right;margin: 0.3rem 0 0.3rem  0}
.review_description_right_span b{font-weight:100;}
R
root 已提交
330 331 332 333 334





R
root 已提交
335 336 337 338 339
.buttons-row .button{
	
	border-color:#ccc;
	font-size:0.55rem;
}
R
root 已提交
340 341 342



R
root 已提交
343 344 345
.average_rating {
    float: left;
}
R
root 已提交
346

R
root 已提交
347 348 349 350 351 352 353 354 355 356 357
.rbc_cold .review_star {
    display: block;
    float: left;
    height: 15px;
    margin: 0.19rem 10px 0 5px;
    text-align: right;
    width: 95px;
}
.rbc_cold{margin-top:0.22rem;}
.rbc_cold , .item_code{color:#777;}
.item_sku{color:#555;}
R
root 已提交
358

R
root 已提交
359 360 361 362 363 364
.product-image{
	 display: block;
    margin-top: 0.5rem;
	
}
.product-image img{width:100%;height:auto;}
R
root 已提交
365

R
root 已提交
366 367 368 369 370 371 372 373 374
.cart_info {}
.cart_info a{color:#555;}
.cart_info  h2.product-name{
	font-size:0.7rem;
	margin:1px 0 4px;
	font-weight: 100;
}
.cart_info ul {padding-left:1px;}
.cart_info ul li{font-size:0.5rem;color:#777;}
R
root 已提交
375

R
root 已提交
376 377 378 379
.cart-price{
 color: #cc0000;
    font-size: 0.6rem;
}
R
root 已提交
380

R
root 已提交
381 382 383 384 385 386 387 388 389 390 391 392
.cartqtydown {
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-radius: 4px 0 0 4px;
    border-top: 1px solid #ccc;
    float: left;
    font-size: 0.7rem;
    height: 20px;
    line-height: 18px;
    text-align: center;
    width: 22px;
}
R
root 已提交
393

R
root 已提交
394 395 396 397 398 399 400 401 402 403 404
.cart_info .qty {
    border: 1px solid #ccc;
    border-radius: 0;
    box-shadow: none;
    float: left;
    height: 20px;
    padding-bottom: 0;
    padding-top: 0;
    text-align: center;
    width: 20px;
}
R
root 已提交
405

R
root 已提交
406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421
.cartqtyup {
    border-bottom: 1px solid #ccc;
    border-radius: 0 4px 4px 0;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    float: left;
    font-size: 0.7rem;
    height: 20px;
    line-height: 18px;
    text-align: center;
    width: 20px;
}
.cart_qty{width:80px;}
.cart_qty a{
	background:#fff;
}
R
root 已提交
422

R
root 已提交
423 424 425 426
.btn-remove span{
	font-size: 1.1rem;
   
}
R
root 已提交
427

R
root 已提交
428 429 430 431 432 433 434 435 436 437 438 439 440 441 442
a.btn-remove {
	bottom: 1rem;
    position: absolute;
    right: 2rem;
}
.cart_info .row{
	position:relative;
	border-bottom:1px solid #e5e5e5;
	padding:0.5rem 0 1rem;
}
.cart{background:#fff;}
.row .col-80{margin-left:2%}
.cart_info .row .col-25{padding:1rem 0 1rem 0.1em}

.cart_info .row .col-75{padding:1rem 0;}
R
root 已提交
443

R
root 已提交
444
.col-70 .product-name{width:60%;}
R
root 已提交
445

R
root 已提交
446 447 448 449 450 451
.shopping-cart-img{
		text-align:center;font-size:0.7rem;padding:0.4rem 0;
	background:#fff;
	border-bottom:1px solid #e5e5e5;
	margin-bottom:0.6rem;
}
R
root 已提交
452

R
root 已提交
453
.cart_info .options  li{float:left;margin-right:1rem;}
R
root 已提交
454

R
root 已提交
455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511
.cart_info .product-name a {
    color: #555;
    display: block;
    height: 0.7rem;
    overflow: hidden;
}


#coupon_code {
    border-color: #ccc currentcolor #ccc #ccc;
    border-radius: 0;
    border-style: solid none solid solid;
    border-width: 1px medium 1px 1px;
    font-size: 0.8rem;
    height: 1.24rem;
    width: 100%;
}
.discount-form .input-box .ui-input-text {
    border-radius: 2px 0 0 2px;
    border-right: medium none;
}
.discount-form .buttons-coupon {
    float: right;
    width: 40%;
}

.discount-form .input-box {
    float: left;
    width: 60%;
}

.discount-form .buttons-coupon .ui-shadow {
    box-shadow: none;
}
.discount-form .buttons-coupon a {
    background-color: #f6f6f6;
    border: 1px solid #ccc;
    border-radius: 0 2px 2px 0;
    color: #333;
    text-shadow: 0 1px 0 #f3f3f3;
}
.ui-btn {
     -moz-user-select: none;
    cursor: pointer;
    display: block;
    font-size: 0.6rem;
    
    overflow: hidden;
    padding: 0.2em 1em;
    position: relative;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
}


#discount-coupon-form h2{font-size:0.6rem;}
R
更新  
root 已提交
512
.cart-collaterals{padding:0.2rem 0.4rem;min-height:17.5rem;}
R
root 已提交
513 514 515 516 517
.cart_cost{margin-top:1rem;}
.cart_cost .row.no-gutter .col-80{text-align:right;padding-right:1rem;}
.cart_cost .row.no-gutter{
padding-top: 0.2rem;
}
R
root 已提交
518

R
更新  
root 已提交
519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535
a.express_paypal{
	background: #ffc63e;
	border-color: #ffc63e;
	display: block;
    height: 2.17rem;
    line-height: 2.17rem;
    overflow: hidden;
    padding: 0 0.83rem;
    text-align: center;
    text-overflow: ellipsis;
    text-transform: capitalize;
    white-space: nowrap;
	padding:0 0.5rem;
	width:100%;
	border-radius: 0.17rem;
}
a.express_paypal img{max-height:70px;height:100%;width:100%;max-width:260px;}
R
root 已提交
536

R
更新  
root 已提交
537
.cart-totals{margin:1rem 0}
R
root 已提交
538 539


R
更新  
root 已提交
540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557
.btn-proceed-checkout{
	  background-color: #f90;
    border-color: #f90;
	display: block;
	font-size:0.7rem;
    height: 2.17rem;
    line-height: 2.17rem;
    overflow: hidden;
    padding: 0 0.83rem;
    text-align: center;
    text-overflow: ellipsis;
    text-transform: capitalize;
    white-space: nowrap;
	padding:0 0.5rem;
	width:100%;
	border-radius: 0.17rem;
	color:#fff;
}
R
root 已提交
558

R
更新  
root 已提交
559
.proceed_to_checkout .row.no-gutter .col-50{padding:0.2rem}
R
root 已提交
560

R
更新  
root 已提交
561
.header_logo img{width:5rem; margin-top: 0.68rem;}
R
root 已提交
562 563 564 565 566 567 568 569 570









571 572


573