|
|
|
@ -1,46 +1,32 @@ |
|
|
|
/* pages/saleforecast/saleforecast.wxss */ |
|
|
|
|
|
|
|
page { |
|
|
|
background: rgb(240, 239, 245); |
|
|
|
background:#EAF1F8; |
|
|
|
height: calc(100%-10px); |
|
|
|
} |
|
|
|
|
|
|
|
.swiper-tab { |
|
|
|
width: 100%; |
|
|
|
/* height: 30px; */ |
|
|
|
margin: 10px 20px; |
|
|
|
text-align: center; |
|
|
|
line-height: 80rpx; |
|
|
|
line-height: 30px; |
|
|
|
background: white; |
|
|
|
display: flex; |
|
|
|
flex-direction: row; |
|
|
|
justify-content: center; |
|
|
|
border-bottom: 0.2rpx solid rgb(223, 218, 218); |
|
|
|
border-radius: 5px; |
|
|
|
border: 1px solid#2E8CF5; |
|
|
|
overflow: hidden; |
|
|
|
} |
|
|
|
|
|
|
|
.swiper-tab-list { |
|
|
|
height: 100%; |
|
|
|
width: 50%; |
|
|
|
font-size: 30rpx; |
|
|
|
width: 40%; |
|
|
|
color: #777; |
|
|
|
margin-top: 5rpx; |
|
|
|
height: 60rpx; |
|
|
|
line-height: 60rpx; |
|
|
|
} |
|
|
|
|
|
|
|
.tab1 { |
|
|
|
border-top: 2rpx solid #999; |
|
|
|
border-bottom: 2rpx solid #999; |
|
|
|
border-left: 2rpx solid #999; |
|
|
|
border-radius: 20rpx 0rpx 0rpx 20rpx; |
|
|
|
background: white; |
|
|
|
} |
|
|
|
|
|
|
|
.tab2 { |
|
|
|
border-top: 2rpx solid #999; |
|
|
|
border-bottom: 2rpx solid #999; |
|
|
|
border-right: 2rpx solid #999; |
|
|
|
border-radius: 0rpx 20rpx 20rpx 0rpx; |
|
|
|
background: white; |
|
|
|
} |
|
|
|
|
|
|
|
.on { |
|
|
|
background: #2788f8; |
|
|
|
background-color:#2E8CF5 ; |
|
|
|
color: white; |
|
|
|
} |
|
|
|
|
|
|
|
@ -73,49 +59,49 @@ page { |
|
|
|
align-items: center; |
|
|
|
padding-top: 20rpx; |
|
|
|
padding-bottom: 20rpx; |
|
|
|
} |
|
|
|
|
|
|
|
.twogroup { |
|
|
|
display: flex; |
|
|
|
flex-direction: row; |
|
|
|
font-size: 30rpx; |
|
|
|
} |
|
|
|
|
|
|
|
.baseitem_key { |
|
|
|
color: black; |
|
|
|
width: 20%; |
|
|
|
margin-left: 5%; |
|
|
|
color: #666; |
|
|
|
width: 40%; |
|
|
|
margin-left: 20rpx; |
|
|
|
} |
|
|
|
|
|
|
|
.baseitem_value { |
|
|
|
margin-left: 5%; |
|
|
|
width: 70%; |
|
|
|
color: rgb(48, 48, 48); |
|
|
|
margin-left: 20rpx; |
|
|
|
margin-right: 20rpx; |
|
|
|
width: 160%; |
|
|
|
text-align: right; |
|
|
|
} |
|
|
|
|
|
|
|
.baseitem_key2 { |
|
|
|
color: black; |
|
|
|
width: 20%; |
|
|
|
font-size: 30rpx; |
|
|
|
margin-left: 10rpx; |
|
|
|
color: #666; |
|
|
|
width: 40%; |
|
|
|
margin-left: 20rpx; |
|
|
|
} |
|
|
|
|
|
|
|
.baseitem_value2 { |
|
|
|
color: rgb(48, 48, 48); |
|
|
|
font-size: 30rpx; |
|
|
|
margin-left: 20rpx; |
|
|
|
margin-right: 20rpx; |
|
|
|
width: 160%; |
|
|
|
text-align: right; |
|
|
|
} |
|
|
|
|
|
|
|
.baseitem_key1 { |
|
|
|
color: black; |
|
|
|
width: 40%; |
|
|
|
font-size: 30rpx; |
|
|
|
margin-left: 10rpx; |
|
|
|
color: #666; |
|
|
|
width: 100%; |
|
|
|
margin-left: 20rpx; |
|
|
|
} |
|
|
|
|
|
|
|
.baseitem_value1 { |
|
|
|
color: rgb(48, 48, 48); |
|
|
|
font-size: 30rpx; |
|
|
|
margin-left: 20rpx; |
|
|
|
width: 60%; |
|
|
|
margin-right: 20rpx; |
|
|
|
width: 100%; |
|
|
|
text-align: right; |
|
|
|
} |
|
|
|
|
|
|
|
::-webkit-scrollbar { |
|
|
|
@ -183,8 +169,8 @@ page { |
|
|
|
} |
|
|
|
|
|
|
|
.sousuo { |
|
|
|
margin-right: 10%; |
|
|
|
margin-left: 10%; |
|
|
|
/* margin-right: 10%; |
|
|
|
margin-left: 10%; */ |
|
|
|
text-align: center; |
|
|
|
background: #d6d8da; |
|
|
|
height: 40px; |
|
|
|
@ -213,7 +199,7 @@ page { |
|
|
|
font: 20px "microsoft yahei"; |
|
|
|
text-align: center; |
|
|
|
border-top: 1px solid #e8e8ea; |
|
|
|
color: #2E8CF5; |
|
|
|
color: #2788f8; |
|
|
|
} |
|
|
|
|
|
|
|
.top { |
|
|
|
@ -225,8 +211,11 @@ page { |
|
|
|
.grid1 { |
|
|
|
width: 100%; |
|
|
|
border-bottom: 1px solid #c3c3c3; |
|
|
|
padding-top: 5px; |
|
|
|
padding-bottom: 10px; |
|
|
|
/* padding-top: 5px; |
|
|
|
padding-bottom: 10px; */ |
|
|
|
padding-top: 16rpx; |
|
|
|
padding-bottom: 16rpx; |
|
|
|
text-align: center; |
|
|
|
} |
|
|
|
|
|
|
|
.text3 { |
|
|
|
|