|
@@ -1,179 +1,792 @@
|
|
|
-/*左侧导航*/
|
|
|
-.left {
|
|
|
- float: left;
|
|
|
- width: 200px;
|
|
|
- line-height: 50px;
|
|
|
- white-space: nowrap;
|
|
|
- text-indent: 16px;
|
|
|
- font-size: 16px;
|
|
|
- background: #FFF;
|
|
|
-}
|
|
|
-#dashboard.left .title{color:#22272e;font-weight:bold;border-bottom:1px solid #f5f5f5}
|
|
|
- .navList .tab{display:block;color:#22272e;position:relative}
|
|
|
- .navList .tab:before{content:'\276F';font-weight:normal;position:absolute;right:10px;top:0;transform:rotate(90deg);width:32px;height:32px;line-height:32px;text-align:center;color:#bec2c9}
|
|
|
- .navList .con{position:relative;}
|
|
|
- .navList .con:before,.navLayout .navList .con:after{content:'';position:absolute;width:168px;border-top:1px solid #f5f5f5;left:16px}
|
|
|
- .navList .con:before{top:0}
|
|
|
- .navList .con:after{bottom:0}
|
|
|
- .navList .con a{display:block;font-size:14px;color:#627386;text-indent:32px}
|
|
|
- .navList.on .tab:before{top:18px;transform:rotate(270deg);color:#e15616}
|
|
|
- .navList.on .tab{color:#e15616}
|
|
|
- .navList .con a.on{color:#e15616;background-color:#ffe6dc}
|
|
|
- .right{float:right;width:968px}
|
|
|
-.pageContent{background:#FFF;padding:16px}
|
|
|
-.pageContent form{
|
|
|
- width: 498px;
|
|
|
- margin: 0 auto;
|
|
|
- padding: 50px 0;
|
|
|
-}
|
|
|
-.right{
|
|
|
- float: right;
|
|
|
- width: 968px;
|
|
|
-}
|
|
|
+ @media screen and (min-width:768px) {
|
|
|
+ /*左侧导航*/
|
|
|
+ .left {
|
|
|
+ float: left;
|
|
|
+ width: 200px;
|
|
|
+ line-height: 50px;
|
|
|
+ white-space: nowrap;
|
|
|
+ text-indent: 16px;
|
|
|
+ font-size: 16px;
|
|
|
+ background: #FFF;
|
|
|
+ }
|
|
|
+
|
|
|
+ #dashboard.left .title {
|
|
|
+ color: #22272e;
|
|
|
+ font-weight: bold;
|
|
|
+ border-bottom: 1px solid #f5f5f5
|
|
|
+ }
|
|
|
+
|
|
|
+ .navList .tab {
|
|
|
+ display: block;
|
|
|
+ color: #22272e;
|
|
|
+ position: relative
|
|
|
+ }
|
|
|
+
|
|
|
+ .navList .tab:before {
|
|
|
+ content: '\276F';
|
|
|
+ font-weight: normal;
|
|
|
+ position: absolute;
|
|
|
+ right: 10px;
|
|
|
+ top: 0;
|
|
|
+ transform: rotate(90deg);
|
|
|
+ width: 32px;
|
|
|
+ height: 32px;
|
|
|
+ line-height: 32px;
|
|
|
+ text-align: center;
|
|
|
+ color: #bec2c9
|
|
|
+ }
|
|
|
+
|
|
|
+ .navList .con {
|
|
|
+ position: relative;
|
|
|
+ }
|
|
|
+
|
|
|
+ .navList .con:before, .navLayout .navList .con:after {
|
|
|
+ content: '';
|
|
|
+ position: absolute;
|
|
|
+ width: 168px;
|
|
|
+ border-top: 1px solid #f5f5f5;
|
|
|
+ left: 16px
|
|
|
+ }
|
|
|
+
|
|
|
+ .navList .con:before {
|
|
|
+ top: 0
|
|
|
+ }
|
|
|
+
|
|
|
+ .navList .con:after {
|
|
|
+ bottom: 0
|
|
|
+ }
|
|
|
+
|
|
|
+ .navList .con a {
|
|
|
+ display: block;
|
|
|
+ font-size: 14px;
|
|
|
+ color: #627386;
|
|
|
+ text-indent: 32px
|
|
|
+ }
|
|
|
+
|
|
|
+ .navList.on .tab:before {
|
|
|
+ top: 18px;
|
|
|
+ transform: rotate(270deg);
|
|
|
+ color: #e15616
|
|
|
+ }
|
|
|
+
|
|
|
+ .navList.on .tab {
|
|
|
+ color: #e15616
|
|
|
+ }
|
|
|
+
|
|
|
+ .navList .con a.on {
|
|
|
+ color: #e15616;
|
|
|
+ background-color: #ffe6dc
|
|
|
+ }
|
|
|
+
|
|
|
+ .right {
|
|
|
+ float: right;
|
|
|
+ width: 968px
|
|
|
+ }
|
|
|
+
|
|
|
+ .pageContent {
|
|
|
+ background: #FFF;
|
|
|
+ padding: 16px
|
|
|
+ }
|
|
|
+
|
|
|
+ .pageContent form {
|
|
|
+ width: 498px;
|
|
|
+ margin: 0 auto;
|
|
|
+ padding: 50px 0;
|
|
|
+ }
|
|
|
+
|
|
|
+ .right {
|
|
|
+ float: right;
|
|
|
+ width: 968px;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**/
|
|
|
+ #dashboard li {
|
|
|
+ list-style: none;
|
|
|
+ }
|
|
|
+
|
|
|
+ .information {
|
|
|
+ background: #fff;
|
|
|
+ padding: 20px;
|
|
|
+ box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.07);
|
|
|
+ }
|
|
|
+
|
|
|
+ .head {
|
|
|
+ width: 112px;
|
|
|
+ height: 80px;
|
|
|
+ border-radius: 2px;
|
|
|
+ border: solid 1px #f5f5f5;
|
|
|
+ margin-right: 10px;
|
|
|
+ position: relative;
|
|
|
+ cursor: pointer;
|
|
|
+ display: inline-block;
|
|
|
+ vertical-align: top;
|
|
|
+ }
|
|
|
+
|
|
|
+ .zhuti {
|
|
|
+ font-size: 16px;
|
|
|
+ color: #22272e;
|
|
|
+ padding: 25px 236px 10px
|
|
|
+ }
|
|
|
+ .info_main h3{
|
|
|
+ display: inline-block;
|
|
|
+ }
|
|
|
+ .icon.Promotion:before{
|
|
|
+ width: 20px;
|
|
|
+ height: 20px;
|
|
|
+ background-position: -90px 3px;
|
|
|
+ position: absolute;
|
|
|
+ }
|
|
|
+ .icon.Image:before {
|
|
|
+ width: 120px;
|
|
|
+ height: 80px;
|
|
|
+ background-position: 10px -521px
|
|
|
+ }
|
|
|
+
|
|
|
+ .head img {
|
|
|
+ width: 100%;
|
|
|
+ height: 100%;
|
|
|
+ }
|
|
|
+
|
|
|
+ .info_main {
|
|
|
+ display: inline-block;
|
|
|
+ }
|
|
|
+ .activityBox{
|
|
|
+ top: 25px;
|
|
|
+ }
|
|
|
+ .activepro{
|
|
|
+ width: 312px;
|
|
|
+ overflow: hidden;
|
|
|
+ cursor: pointer;
|
|
|
+ }
|
|
|
+ .Boxtext{
|
|
|
+ text-align: left;
|
|
|
+ line-height: 25px;
|
|
|
+ color: #333333;
|
|
|
+ padding-bottom: 5px;
|
|
|
+ }
|
|
|
+ .activeimg{
|
|
|
+ width: 68px;
|
|
|
+ height: 68px;
|
|
|
+ float: left;
|
|
|
+ line-height: 68px
|
|
|
+ }
|
|
|
+ .activeright p{
|
|
|
+ text-align: left;
|
|
|
+ line-height: 20px;
|
|
|
+ font-size: 12px
|
|
|
+ }
|
|
|
+ .activeimg img{
|
|
|
+ width: 100%;
|
|
|
+ height: 100%
|
|
|
+ }
|
|
|
+ .username {
|
|
|
+ color: #627386;
|
|
|
+ font-size: 12px;
|
|
|
+ margin: 10px 0;
|
|
|
+ }
|
|
|
+
|
|
|
+ .perfect {
|
|
|
+ width: 64px;
|
|
|
+ height: 22px;
|
|
|
+ background-color: #627386;
|
|
|
+ border-radius: 2px;
|
|
|
+ color: #ffffff;
|
|
|
+ font-size: 12px;
|
|
|
+ line-height: 22px;
|
|
|
+ text-align: center;
|
|
|
+ display: inline-block;
|
|
|
+ }
|
|
|
+
|
|
|
+ .ziliao {
|
|
|
+ font-size: 14px;
|
|
|
+ color: #22272e;
|
|
|
+ }
|
|
|
+
|
|
|
+ .ziliao span {
|
|
|
+ color: #f94b4b;
|
|
|
+ }
|
|
|
+
|
|
|
+ .message {
|
|
|
+ float: right;
|
|
|
+ width: 30px;
|
|
|
+ height: 30px;
|
|
|
+ cursor: pointer;
|
|
|
+ }
|
|
|
+
|
|
|
+ .msg_num {
|
|
|
+ width: 20px;
|
|
|
+ height: 20px;
|
|
|
+ line-height: 20px;
|
|
|
+ display: block;
|
|
|
+ background: red;
|
|
|
+ border-radius: 50%;
|
|
|
+ color: #fff;
|
|
|
+ font-size: 10px;
|
|
|
+ text-align: center;
|
|
|
+ position: relative;
|
|
|
+ top: 10px;
|
|
|
+ right: 9px;
|
|
|
+ }
|
|
|
+
|
|
|
+ .icon.msg:before {
|
|
|
+ width: 25px;
|
|
|
+ height: 25px;
|
|
|
+ background-position: -240px -371px
|
|
|
+ }
|
|
|
+
|
|
|
+ .product {
|
|
|
+ margin: 20px 0;
|
|
|
+ }
|
|
|
+
|
|
|
+ .product p {
|
|
|
+ font-size: 16px;
|
|
|
+ font-weight: normal;
|
|
|
+ font-stretch: normal;
|
|
|
+ line-height: 21px;
|
|
|
+ letter-spacing: 0px;
|
|
|
+ color: #22272e;
|
|
|
+ padding: 10px;
|
|
|
+ }
|
|
|
+
|
|
|
+ .product ul {
|
|
|
+ height: 50px;
|
|
|
+ line-height: 80px;
|
|
|
+ background-color: #ffffff;
|
|
|
+ box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.07);
|
|
|
+ padding: 15px;
|
|
|
+ }
|
|
|
+
|
|
|
+ .product li {
|
|
|
+
|
|
|
+ display: inline-block;
|
|
|
+ margin-right: 20px;
|
|
|
+ width: 110px;
|
|
|
+ text-align: center;
|
|
|
+ color: #333333;
|
|
|
+ position: relative;
|
|
|
+ cursor: pointer;
|
|
|
+ }
|
|
|
+
|
|
|
+ .icon.confirm:before {
|
|
|
+ width: 34px;
|
|
|
+ height: 35px;
|
|
|
+ background-position:-159px -415px;
|
|
|
+ position: absolute;
|
|
|
+ right: 53px;
|
|
|
+ }
|
|
|
+
|
|
|
+ .icon.other:before {
|
|
|
+ background-position: -197px -415px;
|
|
|
+ }
|
|
|
+ .icon.down:before{
|
|
|
+ background-position: -234px -415px;
|
|
|
+ }
|
|
|
+ .rank_top p {
|
|
|
+ font-size: 16px;
|
|
|
+ color: #22272e;
|
|
|
+ display: inline-block;
|
|
|
+ }
|
|
|
+
|
|
|
+ .rank_top span {
|
|
|
+ color: #627386;
|
|
|
+ font-size: 16px;
|
|
|
+ }
|
|
|
+
|
|
|
+ .sales-ranke ul li {
|
|
|
+ display: inline-block;
|
|
|
+ width: 10%;
|
|
|
+ }
|
|
|
+
|
|
|
+ .sales-ranke ul li:nth-child(2) {
|
|
|
+ width: 79%;
|
|
|
+ }
|
|
|
+
|
|
|
+ .sales-ranke {
|
|
|
+ background: #fff;
|
|
|
+ color: #627386;
|
|
|
+ padding: 10px 22px
|
|
|
+ }
|
|
|
+
|
|
|
+ .sales-ranke ul {
|
|
|
+ padding: 10px 0;
|
|
|
+ border-bottom: 1px solid #e2e7ef
|
|
|
+ }
|
|
|
+
|
|
|
+ .rank_top {
|
|
|
+ padding: 10px;
|
|
|
+ }
|
|
|
|
|
|
+ .file_img {
|
|
|
+ width: 118px;
|
|
|
+ height: 80px;
|
|
|
+ font-size: 999px;
|
|
|
+ opacity: 0;
|
|
|
+ top: 0px;
|
|
|
+ left: 0px;
|
|
|
+ position: absolute
|
|
|
+ }
|
|
|
|
|
|
-/**/
|
|
|
-#dashboard li{
|
|
|
- list-style: none;
|
|
|
+ .shop-ranke {
|
|
|
+ background: #fff;
|
|
|
+ padding-bottom: 20px;
|
|
|
+ box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.07);
|
|
|
+ }
|
|
|
+
|
|
|
+ .shop-ranke ul li {
|
|
|
+ float: left;
|
|
|
+ height: 70px;
|
|
|
+ width: 10%;
|
|
|
+ color: #e15616;
|
|
|
+ line-height: 70px
|
|
|
+ }
|
|
|
+
|
|
|
+ .shop-ranke ul {
|
|
|
+ padding: 5px 15px;
|
|
|
+ overflow: hidden;
|
|
|
+ }
|
|
|
+
|
|
|
+ .shop-ranke ul li:nth-child(2) {
|
|
|
+ width: 79%;
|
|
|
+ }
|
|
|
+
|
|
|
+ .shop-ranke ul li .shop-img {
|
|
|
+ display: inline-block;
|
|
|
+ vertical-align: top;
|
|
|
+ margin-left: 10px;
|
|
|
+ }
|
|
|
+
|
|
|
+ .shop-ranke ul li .shop-img img {
|
|
|
+ width: 70px;
|
|
|
+ height: 70px;
|
|
|
+ display: inline-block;
|
|
|
+ }
|
|
|
+
|
|
|
+ .shop-ranke ul li p {
|
|
|
+ width: 350px;
|
|
|
+ font-size: 14px;
|
|
|
+ height: 60px;
|
|
|
+ line-height: 60px;
|
|
|
+ color: #333;
|
|
|
+ padding-left: 16px;
|
|
|
+ display: inline-block;
|
|
|
+ overflow: hidden;
|
|
|
+ text-overflow: ellipsis;
|
|
|
+ }
|
|
|
+
|
|
|
+ .icon.rank0:before {
|
|
|
+ background-position: 0px -453px
|
|
|
+ }
|
|
|
+
|
|
|
+ .icon.rank1:before {
|
|
|
+ background-position: -62px -453px
|
|
|
+ }
|
|
|
+
|
|
|
+ .icon.rank2:before {
|
|
|
+ background-position: -124px -453px
|
|
|
+ }
|
|
|
+
|
|
|
+ .icon.rank3:before {
|
|
|
+ background-position: -186px -453px
|
|
|
+ }
|
|
|
+
|
|
|
+ .icon.rank4:before {
|
|
|
+ background-position: -248px -453px
|
|
|
+ }
|
|
|
+
|
|
|
+ .icon.rank:before {
|
|
|
+ position: absolute;
|
|
|
+ width: 60px;
|
|
|
+ height: 60px;
|
|
|
+ }
|
|
|
+
|
|
|
+ .confirm span {
|
|
|
+ color: #e15616;
|
|
|
+ padding: 5px
|
|
|
+ }
|
|
|
+
|
|
|
+ .Statistics {
|
|
|
+ margin-top: 20px;
|
|
|
+ }
|
|
|
+
|
|
|
+ .Stati_top p {
|
|
|
+ font-size: 14px;
|
|
|
+ color: #333333;
|
|
|
+ display: inline-block;
|
|
|
+ }
|
|
|
+
|
|
|
+ .Stati_top span {
|
|
|
+ font-size: 12px;
|
|
|
+ color: #999999;
|
|
|
+ }
|
|
|
+
|
|
|
+ #StatisticsEacths {
|
|
|
+ width: 968px;
|
|
|
+ height: 279px;
|
|
|
+ background: #FFF;
|
|
|
+ padding-top: 20px;
|
|
|
+ margin-top: 10px;
|
|
|
+ box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.07);
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+/*移动端*/
|
|
|
+ @media screen and (max-width:768px){
|
|
|
+ #dashboard{
|
|
|
+ width: 100%;
|
|
|
+ overflow: hidden;
|
|
|
+ }
|
|
|
+ #dashboard li {
|
|
|
+ list-style: none;
|
|
|
}
|
|
|
-.information{
|
|
|
+.wrap_tittle{
|
|
|
+ height: 10.6vw;
|
|
|
+ line-height: 10.6vw;
|
|
|
background: #fff;
|
|
|
- padding: 20px;
|
|
|
- overflow: hidden;
|
|
|
- box-shadow: 0px 3px 6px 0px
|
|
|
- rgba(0, 0, 0, 0.07);
|
|
|
-}
|
|
|
-.head{
|
|
|
- width: 112px;
|
|
|
- height: 80px;
|
|
|
- border-radius: 2px;
|
|
|
- border: solid 1px #f5f5f5;
|
|
|
- float: left;
|
|
|
- margin-right: 10px;
|
|
|
-}
|
|
|
-.head img{
|
|
|
+ padding: 0 2.7vw;
|
|
|
+ font-size: 4.5vw;
|
|
|
+ color: #22272e;
|
|
|
+ border-bottom: solid 1px #e2e7ef;
|
|
|
+}
|
|
|
+.mIcon.wrap_tittle:before{
|
|
|
+ width: 6.7vw;
|
|
|
+ height: 6.7vw;
|
|
|
+ background-position: -50.7vw -51.5vw;
|
|
|
+ position: absolute;
|
|
|
+ top: 28vw;
|
|
|
+}
|
|
|
+.mIcon.open:before{
|
|
|
+ width: 10.6vw;
|
|
|
+ height: 11.2vw;
|
|
|
+ float: right;
|
|
|
+ background-position: -48.8vw 2.7vw;
|
|
|
+}
|
|
|
+.left{
|
|
|
width: 100%;
|
|
|
- height: 100%;
|
|
|
+ background: #fff;
|
|
|
}
|
|
|
-.info_main{
|
|
|
- float: left;
|
|
|
+.mIcon.navList:before{
|
|
|
+ width: 25px;
|
|
|
+ height: 25px;
|
|
|
+ position: absolute;
|
|
|
+ top: 3px
|
|
|
}
|
|
|
-.username{
|
|
|
- color: #627386;
|
|
|
- font-size: 12px;
|
|
|
- margin: 10px 0;
|
|
|
-}
|
|
|
-.perfect{
|
|
|
- width: 64px;
|
|
|
- height: 22px;
|
|
|
- background-color: #627386;
|
|
|
- border-radius: 2px;
|
|
|
- color: #ffffff;
|
|
|
- font-size: 12px;
|
|
|
- line-height: 22px;
|
|
|
- text-align: center;
|
|
|
- display: inline-block;
|
|
|
-}
|
|
|
-.ziliao{
|
|
|
- font-size: 14px;
|
|
|
+.mIcon.one:before{
|
|
|
+ background-position: -222px -193px;
|
|
|
+}
|
|
|
+.mIcon.two:before{
|
|
|
+ background-position: -284px -193px;
|
|
|
+}
|
|
|
+.mIcon.three:before{
|
|
|
+ background-position: -127px -193px;
|
|
|
+}
|
|
|
+.mIcon.four:before{
|
|
|
+ background-position: -158px -193px;
|
|
|
+}
|
|
|
+.navList{
|
|
|
+ padding:2.7vw;
|
|
|
+ position: relative;
|
|
|
+}
|
|
|
+.navList .tab{
|
|
|
+ margin-left: 6.7vw;
|
|
|
color: #22272e;
|
|
|
}
|
|
|
-.ziliao span{
|
|
|
- color: #f94b4b;
|
|
|
+.con{
|
|
|
+ margin-top: 10px;
|
|
|
}
|
|
|
-.message{
|
|
|
- float: right;
|
|
|
- width: 30px;
|
|
|
- height: 30px;
|
|
|
- cursor: pointer;
|
|
|
-}
|
|
|
-.msg_num{
|
|
|
- width: 20px;
|
|
|
- height: 20px;
|
|
|
- line-height: 20px;
|
|
|
- display: block;
|
|
|
- background: red;
|
|
|
- border-radius: 50%;
|
|
|
- color: #fff;
|
|
|
- font-size: 10px;
|
|
|
+.con a{
|
|
|
+ color: #627386;
|
|
|
+ height: 8.6vw;
|
|
|
+ line-height: 8.6vw;
|
|
|
+ border: 1px solid #b8bfca;
|
|
|
+ display: inline-block;
|
|
|
+ width: 20.8vw;
|
|
|
text-align: center;
|
|
|
- position: relative;
|
|
|
- top: 10px;
|
|
|
- right: 9px;
|
|
|
-}
|
|
|
-.icon.msg:before{
|
|
|
- width: 25px;
|
|
|
- height: 25px;
|
|
|
- background-position: -240px -371px
|
|
|
-}
|
|
|
-.product{
|
|
|
- margin: 20px 0;
|
|
|
-}
|
|
|
-.product p{
|
|
|
- font-size: 16px;
|
|
|
- font-weight: normal;
|
|
|
- font-stretch: normal;
|
|
|
- line-height: 21px;
|
|
|
- letter-spacing: 0px;
|
|
|
- color: #22272e;
|
|
|
- padding: 10px;
|
|
|
-}
|
|
|
-.product ul{
|
|
|
- height: 50px;
|
|
|
- line-height: 80px;
|
|
|
- background-color: #ffffff;
|
|
|
+ margin: 1.9vw 1.3vw;
|
|
|
+}
|
|
|
+.information {
|
|
|
+ background: #fff;
|
|
|
+ padding: 2.7vw;
|
|
|
+ overflow: hidden;
|
|
|
box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.07);
|
|
|
- padding: 15px;
|
|
|
+ width: 100%;
|
|
|
+ height: 33.9vw;
|
|
|
}
|
|
|
-.product li{
|
|
|
|
|
|
- display: inline-block;
|
|
|
- margin-right: 20px;
|
|
|
- width: 110px;
|
|
|
- text-align: center;
|
|
|
- color: #333333;
|
|
|
- position: relative;
|
|
|
- cursor: pointer;
|
|
|
+.head {
|
|
|
+ width: 112px;
|
|
|
+ height: 80px;
|
|
|
+ border-radius: 2px;
|
|
|
+ border: solid 1px #f5f5f5;
|
|
|
+ float: left;
|
|
|
+ margin-right: 10px;
|
|
|
+ position: relative;
|
|
|
+ cursor: pointer;
|
|
|
}
|
|
|
-.icon.confirm:before{
|
|
|
- width: 34px;
|
|
|
- height: 35px;
|
|
|
- background-position: -266px -371px;
|
|
|
- position: absolute
|
|
|
+
|
|
|
+.zhuti {
|
|
|
+ font-size: 16px;
|
|
|
+ color: #22272e;
|
|
|
}
|
|
|
-.icon.other:before{
|
|
|
- background-position: -300px -371px;
|
|
|
+
|
|
|
+.mIcon.Image:before {
|
|
|
+ width: 120px;
|
|
|
+ height: 80px;
|
|
|
+ background-position: 10px -521px
|
|
|
}
|
|
|
-.rank_top p{
|
|
|
- font-size: 16px;
|
|
|
- color: #22272e;
|
|
|
- display: inline-block;
|
|
|
+
|
|
|
+.head img {
|
|
|
+ width: 100%;
|
|
|
+ height: 100%;
|
|
|
}
|
|
|
-.rank_top span{
|
|
|
- color: #627386;
|
|
|
- font-size: 16px;
|
|
|
+
|
|
|
+.info_main {
|
|
|
+ float: left;
|
|
|
}
|
|
|
-.rank_top a{
|
|
|
- float: right;
|
|
|
- color: #333333;
|
|
|
- cursor: pointer
|
|
|
+
|
|
|
+.username {
|
|
|
+ color: #627386;
|
|
|
+ font-size: 12px;
|
|
|
+ margin: 10px 0;
|
|
|
}
|
|
|
-.sales-ranke ul li{
|
|
|
- display: inline-block;
|
|
|
- width: 10%;
|
|
|
+
|
|
|
+.perfect {
|
|
|
+ width: 64px;
|
|
|
+ height: 22px;
|
|
|
+ background-color: #627386;
|
|
|
+ border-radius: 2px;
|
|
|
+ color: #ffffff;
|
|
|
+ font-size: 12px;
|
|
|
+ line-height: 22px;
|
|
|
+ text-align: center;
|
|
|
+ display: inline-block;
|
|
|
}
|
|
|
-.sales-ranke ul li:nth-child(2){
|
|
|
- width: 79%;
|
|
|
+
|
|
|
+.ziliao {
|
|
|
+ font-size: 14px;
|
|
|
+ color: #22272e;
|
|
|
}
|
|
|
-.sales-ranke{
|
|
|
- height: 54px;
|
|
|
- background: #fff;
|
|
|
- line-height: 54px;
|
|
|
- color: #627386;
|
|
|
+
|
|
|
+.ziliao span {
|
|
|
+ color: #f94b4b;
|
|
|
+}
|
|
|
+
|
|
|
+.message {
|
|
|
+ float: right;
|
|
|
+ width: 30px;
|
|
|
+ height: 30px;
|
|
|
+ cursor: pointer;
|
|
|
+}
|
|
|
+
|
|
|
+.msg_num {
|
|
|
+ width: 20px;
|
|
|
+ height: 20px;
|
|
|
+ line-height: 20px;
|
|
|
+ display: block;
|
|
|
+ background: red;
|
|
|
+ border-radius: 50%;
|
|
|
+ color: #fff;
|
|
|
+ font-size: 10px;
|
|
|
+ text-align: center;
|
|
|
+ position: relative;
|
|
|
+ top: 10px;
|
|
|
+ right: 9px;
|
|
|
+}
|
|
|
+
|
|
|
+.icon.msg:before {
|
|
|
+ width: 25px;
|
|
|
+ height: 25px;
|
|
|
+ background-position: -240px -371px
|
|
|
+}
|
|
|
+
|
|
|
+.product {
|
|
|
+ margin: 20px 0;
|
|
|
+}
|
|
|
+
|
|
|
+.product p {
|
|
|
+ font-size: 16px;
|
|
|
+ font-weight: normal;
|
|
|
+ font-stretch: normal;
|
|
|
+ line-height: 21px;
|
|
|
+ letter-spacing: 0px;
|
|
|
+ color: #22272e;
|
|
|
+ padding: 10px;
|
|
|
+}
|
|
|
+
|
|
|
+.product ul {
|
|
|
+ height: 50px;
|
|
|
+ line-height: 80px;
|
|
|
+ background-color: #ffffff;
|
|
|
+ box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.07);
|
|
|
+ padding: 15px;
|
|
|
+}
|
|
|
+
|
|
|
+.product li {
|
|
|
+
|
|
|
+ display: inline-block;
|
|
|
+ margin-right: 20px;
|
|
|
+ width: 110px;
|
|
|
+ text-align: center;
|
|
|
+ color: #333333;
|
|
|
+ position: relative;
|
|
|
+ cursor: pointer;
|
|
|
+}
|
|
|
+
|
|
|
+.icon.confirm:before {
|
|
|
+ width: 34px;
|
|
|
+ height: 35px;
|
|
|
+ background-position: -266px -371px;
|
|
|
+ position: absolute;
|
|
|
+ right: 53px;
|
|
|
+}
|
|
|
+
|
|
|
+.icon.other:before {
|
|
|
+ background-position: -300px -371px;
|
|
|
+}
|
|
|
+
|
|
|
+.rank_top p {
|
|
|
+ font-size: 16px;
|
|
|
+ color: #22272e;
|
|
|
+ display: inline-block;
|
|
|
+}
|
|
|
+
|
|
|
+.rank_top span {
|
|
|
+ color: #627386;
|
|
|
+ font-size: 16px;
|
|
|
+}
|
|
|
+
|
|
|
+.sales-ranke ul li {
|
|
|
+ display: inline-block;
|
|
|
+ width: 10%;
|
|
|
+}
|
|
|
+
|
|
|
+.sales-ranke ul li:nth-child(2) {
|
|
|
+ width: 79%;
|
|
|
}
|
|
|
-.sales-ranke ul{
|
|
|
- padding: 0 15px;
|
|
|
+
|
|
|
+.sales-ranke {
|
|
|
+ background: #fff;
|
|
|
+ color: #627386;
|
|
|
+ padding: 10px 22px
|
|
|
+}
|
|
|
+
|
|
|
+.sales-ranke ul {
|
|
|
+ padding: 10px 0;
|
|
|
+ border-bottom: 1px solid #e2e7ef
|
|
|
+}
|
|
|
+
|
|
|
+.rank_top {
|
|
|
+ padding: 10px;
|
|
|
+}
|
|
|
+
|
|
|
+.file_img {
|
|
|
+ width: 118px;
|
|
|
+ height: 80px;
|
|
|
+ font-size: 999px;
|
|
|
+ opacity: 0;
|
|
|
+ top: 0px;
|
|
|
+ left: 0px;
|
|
|
+ position: absolute
|
|
|
+}
|
|
|
+
|
|
|
+.shop-ranke {
|
|
|
+ background: #fff;
|
|
|
+ padding-bottom: 20px;
|
|
|
+ box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.07);
|
|
|
+}
|
|
|
+
|
|
|
+.shop-ranke ul li {
|
|
|
+ float: left;
|
|
|
+ height: 70px;
|
|
|
+ width: 10%;
|
|
|
+ color: #e15616;
|
|
|
+ line-height: 70px
|
|
|
+}
|
|
|
+
|
|
|
+.shop-ranke ul {
|
|
|
+ padding: 5px 15px;
|
|
|
+ overflow: hidden;
|
|
|
+}
|
|
|
+
|
|
|
+.shop-ranke ul li:nth-child(2) {
|
|
|
+ width: 79%;
|
|
|
+}
|
|
|
+
|
|
|
+.shop-ranke ul li .shop-img {
|
|
|
+ display: inline-block;
|
|
|
+ vertical-align: top;
|
|
|
+ margin-left: 10px;
|
|
|
+}
|
|
|
+
|
|
|
+.shop-ranke ul li .shop-img img {
|
|
|
+ width: 70px;
|
|
|
+ height: 70px;
|
|
|
+ display: inline-block;
|
|
|
+}
|
|
|
+
|
|
|
+.shop-ranke ul li p {
|
|
|
+ width: 350px;
|
|
|
+ font-size: 14px;
|
|
|
+ height: 60px;
|
|
|
+ line-height: 60px;
|
|
|
+ color: #333;
|
|
|
+ padding-left: 16px;
|
|
|
+ display: inline-block;
|
|
|
+ overflow: hidden;
|
|
|
+ text-overflow: ellipsis;
|
|
|
}
|
|
|
-.rank_top{
|
|
|
- padding: 10px;
|
|
|
+
|
|
|
+.icon.rank0:before {
|
|
|
+ background-position: 0px -453px
|
|
|
+}
|
|
|
+
|
|
|
+.icon.rank1:before {
|
|
|
+ background-position: -62px -453px
|
|
|
+}
|
|
|
+
|
|
|
+.icon.rank2:before {
|
|
|
+ background-position: -124px -453px
|
|
|
+}
|
|
|
+
|
|
|
+.icon.rank3:before {
|
|
|
+ background-position: -186px -453px
|
|
|
+}
|
|
|
+
|
|
|
+.icon.rank4:before {
|
|
|
+ background-position: -248px -453px
|
|
|
+}
|
|
|
+
|
|
|
+.icon.rank:before {
|
|
|
+ position: absolute;
|
|
|
+ width: 60px;
|
|
|
+ height: 60px;
|
|
|
+}
|
|
|
+
|
|
|
+.confirm span {
|
|
|
+ color: #e15616;
|
|
|
+ padding: 5px
|
|
|
+}
|
|
|
+
|
|
|
+.Statistics {
|
|
|
+ margin-top: 20px;
|
|
|
+}
|
|
|
+
|
|
|
+.Stati_top p {
|
|
|
+ font-size: 14px;
|
|
|
+ color: #333333;
|
|
|
+ display: inline-block;
|
|
|
+}
|
|
|
+
|
|
|
+.Stati_top span {
|
|
|
+ font-size: 12px;
|
|
|
+ color: #999999;
|
|
|
+}
|
|
|
+
|
|
|
+#StatisticsEacths {
|
|
|
+ width: 968px;
|
|
|
+ height: 279px;
|
|
|
+ background: #FFF;
|
|
|
+ padding-top: 20px;
|
|
|
+ margin-top: 10px;
|
|
|
+ box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.07);
|
|
|
}
|
|
|
+ }
|