You've already forked qlg.tsgz.moe
Init Repo
This commit is contained in:
291
static/app2/css/myshop.css
Executable file
291
static/app2/css/myshop.css
Executable file
@ -0,0 +1,291 @@
|
||||
.header {
|
||||
background: none !important;
|
||||
|
||||
}
|
||||
.header_bg_con .shop_info .myshopname{
|
||||
width:200px;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* .mui-icon-gear {
|
||||
font-size: 26px;
|
||||
height: 30px;
|
||||
position: absolute;*/
|
||||
/* top: 0px; */
|
||||
/* right: 15px;
|
||||
z-index: 100;
|
||||
} */
|
||||
|
||||
.header_background {
|
||||
height: 200px;
|
||||
width: 100%;
|
||||
background: #FF7900;
|
||||
border: 1px solid #ff7900;
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
||||
.header_bg_con {
|
||||
margin-top: 45px;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
padding: 15px;
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
.headerimg {
|
||||
|
||||
width: 78px;
|
||||
height: 78px;
|
||||
border-radius: 100px;
|
||||
border: 3px solid #fff;
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
.headerimg img {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.header_bg_con .shop_info {
|
||||
flex: 3;
|
||||
}
|
||||
|
||||
.header_bg_con .shop_info p {
|
||||
font-size: 19px;
|
||||
color: #fff;
|
||||
font-weight: 300;
|
||||
}
|
||||
|
||||
.header_bg_con .shop_info span {
|
||||
font-size: 16px;
|
||||
color: #fff;
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
.seeting {
|
||||
font-size: 25px;
|
||||
color: #fff;
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
.myYouhuiquan_con {
|
||||
/* position: absolute; */
|
||||
height: 100px;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
flex-wrap: wrap;
|
||||
align-items: center;
|
||||
background: white;
|
||||
box-sizing: border-box;
|
||||
border: 1px solid #FFFFFF;
|
||||
border-radius: 5px;
|
||||
/* border-bottom: 1px solid #e6e6e6; */
|
||||
}
|
||||
|
||||
.money {
|
||||
width: 80%;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
margin: -35px auto 2px;
|
||||
background: #fff;
|
||||
}
|
||||
|
||||
.myYouhuiquan_cb {
|
||||
width: 48%;
|
||||
height: 80px;
|
||||
padding: 4px auto;
|
||||
text-align: center;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: space-around;
|
||||
border-right: 1px solid #c0c0c0;
|
||||
}
|
||||
|
||||
.myYouhuiquan_cb p {
|
||||
color: #525252;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.myYouhuiquan_cb .orange {
|
||||
color: #FC773F;
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
|
||||
.order {
|
||||
margin:10px auto 3px;
|
||||
width: 96%;
|
||||
|
||||
}
|
||||
|
||||
.order_title {
|
||||
width: 100%;
|
||||
height: 43px;
|
||||
background: white;
|
||||
border-bottom: 1px solid #e6e6e6;
|
||||
line-height: 43px;
|
||||
|
||||
}
|
||||
|
||||
.order_title p {
|
||||
font-size: 13.2px;
|
||||
color: black;
|
||||
float: left;
|
||||
margin: 0;
|
||||
margin-left: 12px;
|
||||
}
|
||||
|
||||
.order_title .order_more {
|
||||
color: #909090;
|
||||
font-size: 15px;
|
||||
float: right;
|
||||
margin: 0;
|
||||
margin-right: 12px;
|
||||
|
||||
}
|
||||
|
||||
.order_con {
|
||||
background: white;
|
||||
border-bottom: 1px solid #e6e6e6;
|
||||
display: flex;
|
||||
justify-content:flex-start;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.order_cb {
|
||||
height: 90px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: space-around;
|
||||
align-items: center;
|
||||
position: relative;
|
||||
/* flex: 1; */
|
||||
width: 20%;
|
||||
}
|
||||
|
||||
.orderimg {
|
||||
width: 30px;
|
||||
/* height: 30px; */
|
||||
/* margin: 10px auto; */
|
||||
|
||||
}
|
||||
|
||||
.orderimg img {
|
||||
width: 100%;
|
||||
|
||||
}
|
||||
|
||||
.order_cb p {
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
|
||||
color: #909090;
|
||||
font-size: 15px;
|
||||
}
|
||||
|
||||
.waitReceive {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.num {
|
||||
position: absolute;
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
border-radius: 50%;
|
||||
background: red;
|
||||
color: white;
|
||||
font-size: 10.8px;
|
||||
text-align: center;
|
||||
line-height: 20px;
|
||||
top: 5px;
|
||||
left: 50px;
|
||||
}
|
||||
.offline_order .num{
|
||||
left: 75px;
|
||||
}
|
||||
|
||||
|
||||
.orders-title {
|
||||
padding: 10px;
|
||||
/* background: #fff; */
|
||||
text-align: center;
|
||||
color: #f11;
|
||||
}
|
||||
|
||||
.orders-title h3 {
|
||||
font-size: 15px;
|
||||
}
|
||||
|
||||
.shop-goods{
|
||||
width: 96%;
|
||||
margin: 0 auto;
|
||||
background: #EFEFEF;
|
||||
}
|
||||
|
||||
.shop-goods-content {
|
||||
width: 100%;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
.shop-goods-detail {
|
||||
width: 49%;
|
||||
height: 240px;
|
||||
padding: 10px;
|
||||
background: #fff;
|
||||
}
|
||||
|
||||
.sgd-list {
|
||||
width: 98%;
|
||||
margin: 0 auto;
|
||||
|
||||
}
|
||||
|
||||
.shop-goods-detail .sdg-img {
|
||||
width: 100%;
|
||||
margin: 0 auto;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.sgd-info {
|
||||
font-size: 12px;
|
||||
color: #000;
|
||||
margin: 5px auto;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
.sgd-price {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.market-price span {
|
||||
font-size: 12px;
|
||||
color: #000;
|
||||
}
|
||||
|
||||
.market-price .price {
|
||||
color: #F02A40;
|
||||
/* font-size: 16px; */
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
.youhuilv span {
|
||||
font-size: 12px;
|
||||
color: #000;
|
||||
}
|
||||
|
||||
.youhuilv .preference-rate {
|
||||
margin-left: 5px;
|
||||
}
|
Reference in New Issue
Block a user