Commit 8e5d63d4 by Zhang Xin

fix css & UI

parent e7b6300a
......@@ -91,7 +91,7 @@
}
.headerComponent .homeHeader .rightContent .userinfo {
line-height: 40px;
line-height: 1.3;
}
.otherHeader {
......@@ -264,7 +264,7 @@
}
.headerComponent .homeHeader .rightContent .userinfo {
line-height: 0.3333333333333333rem;
line-height: 1.3;
}
.otherHeader {
......
......@@ -9,8 +9,8 @@
.recoveryFirstPage .tips {
margin-top: 30px;
color: #5c66ff;
text-decoration: underline;
color: #ff775c;
}
.recoveryFirstPageBtn {
......@@ -30,8 +30,7 @@
.recoveryFirstPage .tips {
margin-top: 0.25rem;
color: #5c66ff;
text-decoration: underline;
color: #ff775c;
}
.recoveryFirstPageBtn {
......
......@@ -129,10 +129,10 @@ export default class ReplenishScanPage extends React.Component{
transform: 'translateY(20%)',
position: 'relative'
};
return <div className={"otherHeader replenishScanQrcodeHeader font32 clearfix colfff "}>
return <div className={"otherHeader replenishScanQrcodeHeader font32 colfff "}>
<i className={"iconfont middle icon font50 icon-circle-left circleIcon fl"} onClick={()=>this.goBack.bind(this)(1)}/>
<span className={"middle"}>任务目标:将{taskInfo.area || ""}区补货箱中的货品扫码后放到货架上</span>
<Button btnContainer={"barcodeInputBarcode font32 backff775c colfff"} key={"barcodeInputBarcode"} style={btnStyle} text={"扫描结束"} option={this.handleScanOver}/>
<span className={"middle title"}>任务目标:将{taskInfo.area || ""}区补货箱中的货品扫码后放到货架上</span>
<span className={"replenishScanQrcodeHeaderBtn colfff"}>扫描结束?</span>
</div>
}
......
......@@ -14,6 +14,8 @@
text-align: center;
position: relative;
line-height: 98px;
display: flex;
justify-content: center;
}
.replenishScanQrcodeHeader .icon{
......@@ -37,13 +39,13 @@
}
.replenishSkuInfo .skuInfo .skuImg{
width: 200px;
height: 260px;
height: 200px;
position: relative;
text-align: center;
}
.replenishSkuInfo .skuInfo .areaImg{
width: 200px;
height: 260px;
height: 200px;
position: relative;
margin: 0 60px 0 60px;
text-align: center;
......@@ -52,7 +54,7 @@
.replenishSkuInfo .skuInfo .skuImgText{
position: absolute;
white-space: nowrap;
bottom: 0;
bottom: -60px;
width: 100%;
}
......@@ -71,7 +73,7 @@
flex: 1;
}
.replenishSkuInfo .skuInfo .skuPos ul>li{
padding-left: 36%;
padding-left: 24%;
position: relative;
min-height: 60px;
}
......@@ -101,8 +103,20 @@
text-align: center;
position: relative;
line-height: 0.8166666666666667rem;
display: flex;
justify-content: center;
}
.replenishScanQrcodeHeader .icon{
width: 10%;
text-align: left;
}
.replenishScanQrcodeHeader .title{
width: 80%;
text-align: center;
}
.replenishScanQrcodeHeader .replenishScanQrcodeHeaderBtn{
width: 10%;
text-align: right;
}
.replenishSkuInfo{
width: 80%;
......@@ -122,13 +136,13 @@
}
.replenishSkuInfo .skuInfo .skuImg{
width: 1.6666666666666667rem;
height: 2.1666666666666665rem;
height: 1.6666666666666667rem;
position: relative;
text-align: center;
}
.replenishSkuInfo .skuInfo .areaImg{
width: 1.6666666666666667rem;
height: 2.1666666666666665rem;
height: 1.6666666666666667rem;
position: relative;
margin: 0 0.5rem 0 0.5rem;
text-align: center;
......@@ -136,7 +150,7 @@
.replenishSkuInfo .skuInfo .skuImgText{
position: absolute;
white-space: nowrap;
bottom: 0;
bottom: -0.5rem;
width: 100%;
}
.replenishSkuInfo .skuInfo img{
......@@ -152,7 +166,7 @@
flex: 1;
}
.replenishSkuInfo .skuInfo .skuPos ul>li{
padding-left: 36%;
padding-left: 24%;
position: relative;
min-height: 0.5rem;
}
......
......@@ -3,7 +3,7 @@ body {
--font2: 2;
--font3: 3;
--font10: 10;
--base: 0.571875
--base: 0.416
/*--base : 1*/
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment