Commit e00bfd00 by 方圆

零售 物流交互优化

parent a031facb
...@@ -3,7 +3,8 @@ export const QUERY_PAGE_SIZE = 10 ...@@ -3,7 +3,8 @@ export const QUERY_PAGE_SIZE = 10
export const QUERY_PAGE_SIZE_10 = 10 export const QUERY_PAGE_SIZE_10 = 10
export const QUERY_PAGE_SIZE_20 = 20 export const QUERY_PAGE_SIZE_20 = 20
export const QUERY_PAGE_SIZE_All = 999999 export const QUERY_PAGE_SIZE_All = 999999
export const FILE_PREFIX = "http://81.68.189.225:9091/office/uploadFileResource" // export const FILE_PREFIX = "http://81.68.189.225:9091/office/uploadFileResource"
export const FILE_PREFIX = `${window.location.origin}/office/uploadFileResource`
export const FILE_PREFIX1 = "http://www.gov.cn" export const FILE_PREFIX1 = "http://www.gov.cn"
export const FILE_PREFIX2 = "http://ltfzs.mofcom.gov.cn" export const FILE_PREFIX2 = "http://ltfzs.mofcom.gov.cn"
export const FILE_PREFIX3 = "https://xxgk.mot.gov.cn" export const FILE_PREFIX3 = "https://xxgk.mot.gov.cn"
...@@ -182,6 +182,9 @@ export default { ...@@ -182,6 +182,9 @@ export default {
margin-left: 182px; margin-left: 182px;
cursor: pointer; cursor: pointer;
} }
.operate_button:hover{
font-size: 15px;
}
} }
.success_area { .success_area {
padding: 40px 30px; padding: 40px 30px;
......
...@@ -432,6 +432,9 @@ input::-webkit-inner-spin-button { ...@@ -432,6 +432,9 @@ input::-webkit-inner-spin-button {
cursor: pointer; cursor: pointer;
margin-bottom: 40px; margin-bottom: 40px;
} }
.operate_button:hover{
font-size: 15px;
}
} }
.success_area { .success_area {
padding: 40px 30px; padding: 40px 30px;
......
...@@ -57,5 +57,9 @@ export default { ...@@ -57,5 +57,9 @@ export default {
text-align: right; text-align: right;
} }
} }
.row:hover{
color: #f26335;
}
} }
</style> </style>
\ No newline at end of file
...@@ -360,6 +360,9 @@ export default { ...@@ -360,6 +360,9 @@ export default {
white-space: nowrap; white-space: nowrap;
cursor: pointer; cursor: pointer;
} }
li:hover{
color: #22bcb9;
}
li::before { li::before {
content: "●"; content: "●";
color: #22bcb9; color: #22bcb9;
......
...@@ -399,17 +399,20 @@ export default { ...@@ -399,17 +399,20 @@ export default {
padding: 0 56px; padding: 0 56px;
padding-top: 20px; padding-top: 20px;
font-size: 14px; font-size: 14px;
font-family: MicrosoftYaHei; font-family: MicrosoftYaHei;
color: #F05587; color: #F05587;
li{ li{
cursor: pointer; cursor: pointer;
.list_icon{ .list_icon{
padding-right: 7px; padding-right: 7px;
font-size: 18px; font-size: 18px;
font-weight: bold; font-weight: bold;
} }
} }
li:hover{
color: #414345;
}
} }
} }
.div-title { .div-title {
...@@ -483,6 +486,9 @@ li{ ...@@ -483,6 +486,9 @@ li{
float: right; float: right;
cursor: pointer; cursor: pointer;
} }
.more:hover{
font-size: 14px;
}
} }
ul { ul {
padding: 0 20px 10px; padding: 0 20px 10px;
...@@ -500,6 +506,9 @@ li{ ...@@ -500,6 +506,9 @@ li{
color: #f05587; color: #f05587;
margin-right: 10px; margin-right: 10px;
} }
li:hover{
color: #f05587;
}
} }
} }
} }
...@@ -542,6 +551,9 @@ li{ ...@@ -542,6 +551,9 @@ li{
float: right; float: right;
cursor: pointer; cursor: pointer;
} }
.more:hover{
font-size: 14px;
}
} }
.carousel-control-prev-icon, .carousel-control-prev-icon,
.carousel-control-next-icon { .carousel-control-next-icon {
......
...@@ -57,5 +57,9 @@ export default { ...@@ -57,5 +57,9 @@ export default {
text-align: right; text-align: right;
} }
} }
.row:hover{
color: #f26335;
}
} }
</style> </style>
\ No newline at end of file
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