Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
max_android_panel
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Zhang Xin
max_android_panel
Commits
354f8e97
Commit
354f8e97
authored
Jul 13, 2018
by
yaxiLiuu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed the css
parent
141017d2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
27 additions
and
26 deletions
+27
-26
client/containers/ScanBarCodeContainer/index.css
+27
-26
No files found.
client/containers/ScanBarCodeContainer/index.css
View file @
354f8e97
...
@@ -65,56 +65,56 @@ input:-ms-input-placeholder, textarea:-ms-input-placeholder {
...
@@ -65,56 +65,56 @@ input:-ms-input-placeholder, textarea:-ms-input-placeholder {
.scanBarCodeContainer
.productInfoContainer
{}
.scanBarCodeContainer
.productInfoContainer
{}
/*商品弹窗样式start*/
/*商品弹窗样式start*/
.productContainer
{
.
scanBarCodeContainer
.
productContainer
{
position
:
absolute
;
position
:
absolute
;
left
:
367px
;
left
:
367px
;
top
:
133px
;
top
:
133px
;
background-color
:
#fff
;
background-color
:
#fff
;
}
}
.productContainer
{
.
scanBarCodeContainer
.
productContainer
{
box-sizing
:
border-box
;
box-sizing
:
border-box
;
padding
:
50px
75px
50px
110px
;
padding
:
50px
75px
50px
110px
;
}
}
.productContainer
.baseInfo
.productImg
{
.
scanBarCodeContainer
.
productContainer
.baseInfo
.productImg
{
height
:
200px
;
height
:
200px
;
width
:
200px
;
width
:
200px
;
display
:
inline-block
;
display
:
inline-block
;
border
:
1px
solid
#f2f2f2
;
border
:
1px
solid
#f2f2f2
;
float
:
left
;
float
:
left
;
}
}
.productContainer
.baseInfo
.skuInfo
{
.
scanBarCodeContainer
.
productContainer
.baseInfo
.skuInfo
{
float
:
left
;
float
:
left
;
width
:
200px
;
width
:
200px
;
margin-left
:
30px
;
margin-left
:
30px
;
}
}
.productContainer
.baseInfo
.skuInfo
p
{
.
scanBarCodeContainer
.
productContainer
.baseInfo
.skuInfo
p
{
margin-top
:
8px
;
margin-top
:
8px
;
font-size
:
32px
;
font-size
:
32px
;
line-height
:
44px
;
line-height
:
44px
;
color
:
#333333
;
color
:
#333333
;
}
}
.productContainer
.baseInfo
.skuInfo
.barcode
{
.
scanBarCodeContainer
.
productContainer
.baseInfo
.skuInfo
.barcode
{
}
}
.productContainer
.baseInfo
.skuInfo
.skuNumnber
{}
.
scanBarCodeContainer
.
productContainer
.baseInfo
.skuInfo
.skuNumnber
{}
.productContainer
.baseInfo
.skuInfo
.productName
{
.
scanBarCodeContainer
.
productContainer
.baseInfo
.skuInfo
.productName
{
font-weight
:
bolder
;
font-weight
:
bolder
;
}
}
.productContainer
.baseInfo
.skuInfo
.net
{
.
scanBarCodeContainer
.
productContainer
.baseInfo
.skuInfo
.net
{
color
:
#999999
;
color
:
#999999
;
font-size
:
24px
;
font-size
:
24px
;
}
}
.productContainer
.locationInfo
{
.
scanBarCodeContainer
.
productContainer
.locationInfo
{
margin-top
:
24px
;
margin-top
:
24px
;
}
}
.locationInfo
,
.statusInfo
{
.scanBarCodeContainer
.locationInfo
,
.statusInfo
{
/* width: 855px;*/
/* width: 855px;*/
}
}
.productContainer
.infoTitle
{
.
scanBarCodeContainer
.
productContainer
.infoTitle
{
display
:
inline-block
;
display
:
inline-block
;
color
:
#333333
;
color
:
#333333
;
font-size
:
30px
;
font-size
:
30px
;
...
@@ -123,12 +123,12 @@ input:-ms-input-placeholder, textarea:-ms-input-placeholder {
...
@@ -123,12 +123,12 @@ input:-ms-input-placeholder, textarea:-ms-input-placeholder {
padding
:
25px
0
;
padding
:
25px
0
;
margin-right
:
80px
;
margin-right
:
80px
;
}
}
.productContainer
.detailContainer
{
.
scanBarCodeContainer
.
productContainer
.detailContainer
{
overflow
:
auto
;
overflow
:
auto
;
width
:
870px
;
width
:
870px
;
}
}
.productContainer
.detailContainer
li
{
.
scanBarCodeContainer
.
productContainer
.detailContainer
li
{
box-sizing
:
border-box
;
box-sizing
:
border-box
;
float
:
left
;
float
:
left
;
height
:
80px
;
height
:
80px
;
...
@@ -142,7 +142,7 @@ input:-ms-input-placeholder, textarea:-ms-input-placeholder {
...
@@ -142,7 +142,7 @@ input:-ms-input-placeholder, textarea:-ms-input-placeholder {
font-size
:
30px
;
font-size
:
30px
;
}
}
.productContainer
.detailContainer
.checkLi
{
.
scanBarCodeContainer
.
productContainer
.detailContainer
.checkLi
{
border
:
1px
solid
#26ce61
;
border
:
1px
solid
#26ce61
;
}
}
/*.productContainer .locationInfo .infoTitle{}
/*.productContainer .locationInfo .infoTitle{}
...
@@ -154,11 +154,11 @@ input:-ms-input-placeholder, textarea:-ms-input-placeholder {
...
@@ -154,11 +154,11 @@ input:-ms-input-placeholder, textarea:-ms-input-placeholder {
.productContainer .statusInfo .detailContainer{ }
.productContainer .statusInfo .detailContainer{ }
.productContainer .btnContainer .submitEditBtn{}*/
.productContainer .btnContainer .submitEditBtn{}*/
.productContainer
.btnContainer
{
.
scanBarCodeContainer
.
productContainer
.btnContainer
{
margin-top
:
40px
;
margin-top
:
40px
;
text-align
:
center
;
text-align
:
center
;
}
}
.btnContainer
.submitEditBtn
{
.
scanBarCodeContainer
.
btnContainer
.submitEditBtn
{
width
:
260px
;
width
:
260px
;
text-align
:
center
;
text-align
:
center
;
height
:
80px
;
height
:
80px
;
...
@@ -170,19 +170,19 @@ input:-ms-input-placeholder, textarea:-ms-input-placeholder {
...
@@ -170,19 +170,19 @@ input:-ms-input-placeholder, textarea:-ms-input-placeholder {
border-radius
:
10px
;
border-radius
:
10px
;
font-size
:
32px
;
font-size
:
32px
;
}
}
.btnContainer
.selectBtn
{
.
scanBarCodeContainer
.
btnContainer
.selectBtn
{
background-color
:
#ff785b
;
background-color
:
#ff785b
;
color
:
#ffffff
;
color
:
#ffffff
;
}
}
.productContainer
.uploadContainer
{
.
scanBarCodeContainer
.
productContainer
.uploadContainer
{
margin-top
:
25px
;
margin-top
:
25px
;
}
}
.productContainer
.uploadContainer
.uploadImgRight
{
.
scanBarCodeContainer
.
productContainer
.uploadContainer
.uploadImgRight
{
float
:
left
;
float
:
left
;
display
:
inline-block
;
display
:
inline-block
;
}
}
.productContainer
.uploadContainer
.imgItem
{
.
scanBarCodeContainer
.
productContainer
.uploadContainer
.imgItem
{
width
:
90px
;
width
:
90px
;
height
:
90px
;
height
:
90px
;
display
:
inline-block
;
display
:
inline-block
;
...
@@ -195,11 +195,11 @@ input:-ms-input-placeholder, textarea:-ms-input-placeholder {
...
@@ -195,11 +195,11 @@ input:-ms-input-placeholder, textarea:-ms-input-placeholder {
/*.productContainer .uploadContainer .imgItem:nth-last-child(1){
/*.productContainer .uploadContainer .imgItem:nth-last-child(1){
margin-right: 0;
margin-right: 0;
}*/
}*/
.productContainer
.uploadContainer
.imgItem
img
{
.
scanBarCodeContainer
.
productContainer
.uploadContainer
.imgItem
img
{
width
:
90px
;
width
:
90px
;
height
:
90px
;
height
:
90px
;
}
}
.productContainer
.uploadContainer
.imgItem
.closeBtn
{
.
scanBarCodeContainer
.
productContainer
.uploadContainer
.imgItem
.closeBtn
{
width
:
32px
;
width
:
32px
;
height
:
32px
;
height
:
32px
;
display
:
inline-block
;
display
:
inline-block
;
...
@@ -214,12 +214,12 @@ input:-ms-input-placeholder, textarea:-ms-input-placeholder {
...
@@ -214,12 +214,12 @@ input:-ms-input-placeholder, textarea:-ms-input-placeholder {
top
:
-16px
;
top
:
-16px
;
right
:
-16px
right
:
-16px
}
}
.productContainer
.uploadContainer
.uploadImgRight
{}
.
scanBarCodeContainer
.
productContainer
.uploadContainer
.uploadImgRight
{}
.productContainer
.uploadContainer
.operationLeft
{
.
scanBarCodeContainer
.
productContainer
.uploadContainer
.operationLeft
{
float
:
right
;
float
:
right
;
display
:
inline-block
;
display
:
inline-block
;
}
}
.productContainer
.uploadContainer
.operationLeft
.imgItem
{
.
scanBarCodeContainer
.
productContainer
.uploadContainer
.operationLeft
.imgItem
{
border
:
none
;
border
:
none
;
}
}
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment