Commit e0b01c8e authored by zhangderong's avatar zhangderong

修复信息过长在手机端无法展示完全问题

parent f0a9896d
...@@ -198,7 +198,7 @@ export default { ...@@ -198,7 +198,7 @@ export default {
} }
.bassMassage{ .bassMassage{
display: inline-block; display: inline-block;
width: 350px; width: 322px;
float: left; float: left;
margin-left:30px; margin-left:30px;
font-size: 14px; font-size: 14px;
...@@ -206,7 +206,7 @@ export default { ...@@ -206,7 +206,7 @@ export default {
} }
.bassMassageRight{ .bassMassageRight{
display: inline-block; display: inline-block;
width: 350px; width: 322px;
float: left; float: left;
font-size: 14px; font-size: 14px;
margin-top:20px; margin-top:20px;
...@@ -321,7 +321,7 @@ export default { ...@@ -321,7 +321,7 @@ export default {
float: left; float: left;
} }
.evaluation-content{ .evaluation-content{
width: 720px; width: 690px;
margin-left:30px; margin-left:30px;
float: left; float: left;
margin-top: 20px; margin-top: 20px;
......
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