123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371 |
- @charset "UTF-8";
- /**
- *相关初始化
- */
- .color-red {
- color: #f15f60 !important;
- }
- .color-green {
- color: #52c87a !important;
- }
- .color-yellow {
- color: #ffba00 !important;
- }
- .color-orange {
- color: #f8693c !important;
- }
- .color-blue {
- color: #30d1ff !important;
- }
- .font30 {
- font-size: 0.32rem !important;
- }
- .font32 {
- font-size: 0.32rem !important;
- }
- /* padding20 */
- .padding20 {
- padding: 0.2rem;
- }
- /* pad20 */
- .pad20 {
- padding: 0 0.2rem;
- }
- /* padding30 */
- .padding30 {
- padding: 0.3rem;
- }
- /*pad30 */
- .pad30 {
- padding: 0 0.3rem;
- }
- /* pad-left20 */
- .pad-left20 {
- padding-left: 0.2rem;
- }
- /* margin-top:10 */
- .martop10 {
- margin-top: 0.1rem;
- }
- /* margin-top:15 */
- .martop15 {
- margin-top: 0.15rem;
- }
- /* margin-top:15 */
- .martop20 {
- margin-top: 0.2rem;
- }
- /* martop108 */
- .martop108 {
- margin-top: 1.08rem !important;
- }
- .mar0 {
- margin: 0 !important;
- }
- .label-text {
- display: inline-block;
- margin-left: 0.1rem;
- padding: 0 0.04rem;
- font-size: 0.18rem !important;
- color: #fff;
- border-radius: 3px;
- }
- .label-text.post-txt {
- background-color: #ff3d3d;
- }
- .label-text.send-txt {
- background-color: #4eb047;
- }
- .label-text.new-txt {
- background-color: #ff8a00;
- }
- .price {
- font-size: 0.32rem;
- color: #ff0300;
- }
- .price i {
- font-style: normal;
- font-size: 0.22rem;
- }
- .price span {
- font-size: 0.28rem;
- }
- .old-price {
- font-size: 0.24rem;
- color: #999;
- }
- /* layout */
- .acea-row {
- display: -webkit-box;
- display: -moz-box;
- display: -webkit-flex;
- display: -ms-flexbox;
- display: box;
- display: flex;
- -webkit-box-lines: multiple;
- -moz-box-lines: multiple;
- -o-box-lines: multiple;
- -webkit-flex-wrap: wrap;
- -ms-flex-wrap: wrap;
- flex-wrap: wrap;
- /* 辅助类 */
- }
- .acea-row.row-middle {
- -webkit-box-align: center;
- -moz-box-align: center;
- -o-box-align: center;
- -ms-flex-align: center;
- -webkit-align-items: center;
- align-items: center;
- }
- .acea-row.row-bottom {
- -webkit-box-align: end;
- -moz-box-align: end;
- -o-box-align: end;
- -ms-flex-align: end;
- -webkit-align-items: flex-end;
- align-items: flex-end;
- }
- .acea-row.row-center {
- -webkit-box-pack: center;
- -moz-box-pack: center;
- -o-box-pack: center;
- -ms-flex-pack: center;
- -webkit-justify-content: center;
- justify-content: center;
- }
- .acea-row.row-right {
- -webkit-box-pack: end;
- -moz-box-pack: end;
- -o-box-pack: end;
- -ms-flex-pack: end;
- -webkit-justify-content: flex-end;
- justify-content: flex-end;
- }
- .acea-row.row-between {
- -webkit-box-pack: justify;
- -moz-box-pack: justify;
- -o-box-pack: justify;
- -ms-flex-pack: justify;
- -webkit-justify-content: space-between;
- justify-content: space-between;
- }
- .acea-row.row-column {
- -webkit-box-orient: vertical;
- -moz-box-orient: vertical;
- -o-box-orient: vertical;
- -webkit-flex-direction: column;
- -ms-flex-direction: column;
- flex-direction: column;
- }
- /* 竖排组合 */
- .acea-row.row-column-all {
- -webkit-box-orient: vertical;
- -moz-box-orient: vertical;
- -o-box-orient: vertical;
- -webkit-flex-direction: column;
- -ms-flex-direction: column;
- flex-direction: column;
- -webkit-box-pack: justify;
- -moz-box-pack: justify;
- -o-box-pack: justify;
- -ms-flex-pack: justify;
- -webkit-justify-content: space-between;
- justify-content: space-between;
- }
- /* 横排组合 */
- .acea-row.row-wrap-all {
- -webkit-box-align: center;
- -moz-box-align: center;
- -o-box-align: center;
- -ms-flex-align: center;
- -webkit-align-items: center;
- align-items: center;
- -webkit-box-pack: justify;
- -moz-box-pack: justify;
- -o-box-pack: justify;
- -ms-flex-pack: justify;
- -webkit-justify-content: space-between;
- justify-content: space-between;
- }
- /* 上下左右垂直居中 */
- .acea-row.row-center-wrapper {
- -webkit-box-align: center;
- -moz-box-align: center;
- -o-box-align: center;
- -ms-flex-align: center;
- -webkit-align-items: center;
- align-items: center;
- -webkit-box-pack: center;
- -moz-box-pack: center;
- -o-box-pack: center;
- -ms-flex-pack: center;
- -webkit-justify-content: center;
- justify-content: center;
- }
- /* 上下两边居中对齐 */
- .acea-row.row-between-wrapper {
- -webkit-box-align: center;
- -moz-box-align: center;
- -o-box-align: center;
- -ms-flex-align: center;
- -webkit-align-items: center;
- align-items: center;
- -webkit-box-pack: justify;
- -moz-box-pack: justify;
- -o-box-pack: justify;
- -ms-flex-pack: justify;
- -webkit-justify-content: space-between;
- justify-content: space-between;
- }
- /* acea-row-pad20 */
- .acea-row-pad20 {
- padding: 0 0.2rem;
- }
- /* box-card-20 */
- .box-card-20 {
- padding: 0.2rem;
- background-color: #fff;
- }
- /* box-card-pad20 */
- .box-card-pad20 {
- padding: 0 0.2rem;
- background-color: #fff;
- }
- /* box-card-30 */
- .box-card-30 {
- padding: 0.3rem;
- background-color: #fff;
- }
- /* radius-box */
- .radius-box {
- border-radius: 5px;
- background-color: #fff;
- }
- /* 轮播图 */
- .slider-banner {
- position: relative;
- width: 100%;
- overflow: hidden;
- }
- .slider-banner img {
- display: block;
- width: 100%;
- height: auto;
- }
- .slider-banner .swiper-pagination-bullet-active {
- background-color: #fff;
- }
- .img-box img {
- display: block;
- width: 100%;
- height: 100%;
- }
- .avatar img {
- display: block;
- width: 100%;
- height: 100%;
- border-radius: 50%;
- }
- /* 动画 */
- @-moz-keyframes progress {
- from {
- background-position: 0;
- }
- to {
- background-position: 4.8rem;
- }
- }
- @-webkit-keyframes progress {
- from {
- background-position: 0;
- }
- to {
- background-position: 4.8rem;
- }
- }
- @-o-keyframes progress {
- from {
- background-position: 0;
- }
- to {
- background-position: 4.8rem;
- }
- }
- @keyframes progress {
- from {
- background-position: 0;
- }
- to {
- background-position: 4.8rem;
- }
- }
- @-moz-keyframes bgshow {
- 0% {
- opacity: 0;
- -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
- filter: alpha(opacity=0);
- }
- 50% {
- opacity: 0.5;
- -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
- filter: alpha(opacity=50);
- }
- 100% {
- opacity: 1;
- -ms-filter: none;
- filter: none;
- }
- }
- @-webkit-keyframes bgshow {
- 0% {
- opacity: 0;
- -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
- filter: alpha(opacity=0);
- }
- 50% {
- opacity: 0.5;
- -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
- filter: alpha(opacity=50);
- }
- 100% {
- opacity: 1;
- -ms-filter: none;
- filter: none;
- }
- }
- @-o-keyframes bgshow {
- 0% {
- opacity: 0;
- -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
- filter: alpha(opacity=0);
- }
- 50% {
- opacity: 0.5;
- -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
- filter: alpha(opacity=50);
- }
- 100% {
- opacity: 1;
- -ms-filter: none;
- filter: none;
- }
- }
- @keyframes bgshow {
- 0% {
- opacity: 0;
- -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
- filter: alpha(opacity=0);
- }
- 50% {
- opacity: 0.5;
- -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
- filter: alpha(opacity=50);
- }
- 100% {
- opacity: 1;
- -ms-filter: none;
- filter: none;
- }
- }
|