Commit 228811e3 by 无尘

style: 修改边框样式

parent 16c24282
...@@ -1865,7 +1865,8 @@ export default { ...@@ -1865,7 +1865,8 @@ export default {
width: 310px; width: 310px;
padding: 10px 10px; padding: 10px 10px;
/*height: 110px;*/ /*height: 110px;*/
border: 1px solid #e7e7eb; border: 1px solid #dcdfe6;
border-radius: 4px;
margin-right: 7px; margin-right: 7px;
margin-bottom: 10px; margin-bottom: 10px;
cursor: pointer; cursor: pointer;
...@@ -1876,6 +1877,7 @@ export default { ...@@ -1876,6 +1877,7 @@ export default {
.goods-link-item img { .goods-link-item img {
width: 80px; width: 80px;
height: 80px; height: 80px;
border-radius: 4px;
display: inline-block; display: inline-block;
/*margin-top: 10px;*/ /*margin-top: 10px;*/
} }
...@@ -1884,7 +1886,7 @@ export default { ...@@ -1884,7 +1886,7 @@ export default {
width: 65%; width: 65%;
/*margin-top: 10px;*/ /*margin-top: 10px;*/
vertical-align: top; vertical-align: top;
margin-left: 5px; margin-left: 8px;
white-space: normal; white-space: normal;
word-break: break-all; word-break: break-all;
font-size: 14px; font-size: 14px;
...@@ -2231,7 +2233,7 @@ export default { ...@@ -2231,7 +2233,7 @@ export default {
table-layout: fixed; table-layout: fixed;
width: 100%; width: 100%;
height: 36px; height: 36px;
border: 1px solid #ddd; border: 1px solid #dcdfe6;
border-radius: 5px; border-radius: 5px;
background: #fff; background: #fff;
transition-duration: 200ms; transition-duration: 200ms;
......
...@@ -1949,7 +1949,7 @@ export default { ...@@ -1949,7 +1949,7 @@ export default {
table-layout: fixed; table-layout: fixed;
width: 100%; width: 100%;
height: 36px; height: 36px;
border: 1px solid #ddd; border: 1px solid #dcdfe6;
border-radius: 5px; border-radius: 5px;
background: #fff; background: #fff;
transition-duration: 200ms; transition-duration: 200ms;
...@@ -2582,7 +2582,8 @@ export default { ...@@ -2582,7 +2582,8 @@ export default {
width: 310px; width: 310px;
padding: 10px 10px; padding: 10px 10px;
/*height: 110px;*/ /*height: 110px;*/
border: 1px solid #e7e7eb; border: 1px solid #dcdfe6;
border-radius: 4px;
margin-right: 7px; margin-right: 7px;
margin-bottom: 10px; margin-bottom: 10px;
cursor: pointer; cursor: pointer;
...@@ -2593,6 +2594,7 @@ export default { ...@@ -2593,6 +2594,7 @@ export default {
.goods-link-item img { .goods-link-item img {
width: 80px; width: 80px;
height: 80px; height: 80px;
border-radius: 4px;
display: inline-block; display: inline-block;
/*margin-top: 10px;*/ /*margin-top: 10px;*/
} }
...@@ -2601,7 +2603,7 @@ export default { ...@@ -2601,7 +2603,7 @@ export default {
width: 65%; width: 65%;
/*margin-top: 10px;*/ /*margin-top: 10px;*/
vertical-align: top; vertical-align: top;
margin-left: 5px; margin-left: 8px;
white-space: normal; white-space: normal;
word-break: break-all; word-break: break-all;
font-size: 14px; font-size: 14px;
...@@ -2934,7 +2936,7 @@ export default { ...@@ -2934,7 +2936,7 @@ export default {
table-layout: fixed; table-layout: fixed;
width: 100%; width: 100%;
height: 32px; height: 32px;
border: 1px solid #ddd; border: 1px solid #dcdfe6;
border-radius: 5px; border-radius: 5px;
background: #fff; background: #fff;
-webkit-transition-duration: 200ms; -webkit-transition-duration: 200ms;
......
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