Authored by 郭成尧

some-css-modified

@import "layout/swiper";
@import "order";
@import "order-detail";
\ No newline at end of file
@import "order-detail";
... ...
@import 'order';
@import 'layout/swiper';
@import "order";
@import "layout/swiper";
... ...
@import 'common/dialog';
@import './browse-record';
@import "common/dialog";
@import "./browse-record";
... ...
... ... @@ -196,4 +196,4 @@ button {
}
}
}
}
\ No newline at end of file
}
... ...
... ... @@ -103,9 +103,6 @@
z-index: 9999;
display: block;
}
&.animation {
}
}
.copyright {
... ... @@ -204,7 +201,7 @@
&:link,
&:visited,
&:hover,
&:actived {
&:active {
color: #000;
}
}
... ... @@ -212,7 +209,7 @@
.circle-rightbottom {
position: absolute;
width: 25PX;
height: 0PX;
height: 0;
border: 0 solid #323232;
border-bottom: 25PX solid #323232;
border-radius: 0 0 25PX;
... ...
... ... @@ -79,22 +79,26 @@
.nav-back {
@extend nav;
left: 10px;
}
.nav-home {
@extend nav;
right: 10px;
}
.nav-btn {
@extend nav;
right: 10px;
font-size: 14PX;
}
.nav-sub-right {
@extend nav;
right: 100px;
}
... ...
/* ======================= *\
Module: 图片旋转验证
Module: 图片旋转验证
\* ======================= */
.img-check {
margin-top: 45px;
... ... @@ -34,4 +34,4 @@
width: 150px;
height: 150px;
}
}
\ No newline at end of file
}
... ...
... ... @@ -57,6 +57,7 @@
}
$init: calc(($i + 1) * 0.12);
}
display: inline-block;
margin: 4px;
width: 30px;
... ...
... ... @@ -29,4 +29,4 @@
position: absolute;
top: 0;
right: 30px;
}
\ No newline at end of file
}
... ...
... ... @@ -4,4 +4,4 @@
&.active {
display: block;
}
}
\ No newline at end of file
}
... ...
... ... @@ -7,4 +7,4 @@
.goods-container .yo-loading {
float: left;
width: 100%;
}
\ No newline at end of file
}
... ...