|
@@ -305,17 +305,34 @@ ul{list-style: none;padding: 0;margin: 0;}
|
|
|
.chanpin-cell{position:absolute;right:30%;top:50%;width:60%;height:130px;-webkit-transform: translateY(-50%);transform: translateY(-50%);}
|
|
|
.chanpin-cell>div{position: relative;}
|
|
|
.mui-slider-indicator .mui-indicator {
|
|
|
- -webkit-box-shadow: 0 0 1px 1px rgba(0,0,0,.1);
|
|
|
- box-shadow: 0 0 1px 1px rgba(0,0,0,.1);
|
|
|
- width: 10px;
|
|
|
- border-radius: 2px;
|
|
|
- background: #fff;
|
|
|
+ -webkit-box-shadow: 0 0 0 0 rgba(0,0,0,.1);
|
|
|
+ box-shadow: 0 0 0 0 rgba(0,0,0,.1);
|
|
|
+ width: 8px;
|
|
|
+ border-radius: 8px;
|
|
|
+ height: 8px;
|
|
|
+ background: #e1e1e1;
|
|
|
}
|
|
|
.mui-slider-indicator .mui-active.mui-indicator {
|
|
|
- background: #55c0dc;
|
|
|
- -webkit-box-shadow: 0 0 1px 1px rgba(0,0,0,0);
|
|
|
- box-shadow: 0 0 1px 1px rgba(0,0,0,0);
|
|
|
+ background: #db3f53;
|
|
|
+ -webkit-box-shadow: 0 0 0 0 rgba(0,0,0,0);
|
|
|
+ box-shadow: 0 0 0 0 rgba(0,0,0,0);
|
|
|
}
|
|
|
+.swiper-container-horizontal>.swiper-pagination-bullets{bottom: -15px;}
|
|
|
+.swiper-pagination-bullet-active{background: #db3f53;}
|
|
|
+.index-title{padding: 7px 12px 7px 12px;display: block;position: relative;}
|
|
|
+.index-title strong{font-size: 17px;}
|
|
|
+.index-title .mui-pull-right{color: #999;}
|
|
|
+.index-title font{display: inline-block;-webkit-transform: translateY(-1px);transform: translateY(-1px);}
|
|
|
+
|
|
|
+.pro-list .mui-media-object{background: #f2f2f2;border-radius: 5px;display: block;}
|
|
|
+.pro-list:before,.pro-list:after{display: none;}
|
|
|
+.pro-list.mui-table-view.mui-grid-view>li:nth-child(odd) {padding: 10px 8px 0 14px;}
|
|
|
+.pro-list.mui-table-view.mui-grid-view>li:nth-child(even) {padding: 10px 0 0 22px;}
|
|
|
+.pro-list h6{margin: 7px 0;color: #bbb;}
|
|
|
+.pro-list .pro-price{font-size: 14px;margin-top: 8px;}
|
|
|
+.pro-list .pro-price span{color: #db3f53;}
|
|
|
+.pro-list .pro-price s{color: #bbb;margin-left: 15px;}
|
|
|
+
|
|
|
|
|
|
.my-btn-gray{background: #ccc;border: 0;border-radius: 10px;color: #fff;}
|
|
|
.mui-control-content .mui-loading{margin-top: 50px;text-align: center;}
|