|
@@ -286,15 +286,17 @@ export default {
|
|
<style scoped>
|
|
<style scoped>
|
|
.xuanfang {
|
|
.xuanfang {
|
|
text-align: center;
|
|
text-align: center;
|
|
- width: 150px;
|
|
|
|
|
|
+ width: 75px;
|
|
border: 2px solid black;
|
|
border: 2px solid black;
|
|
background-color: #ffff80;
|
|
background-color: #ffff80;
|
|
}
|
|
}
|
|
.buildList{
|
|
.buildList{
|
|
display: flex;
|
|
display: flex;
|
|
- flex-wrap: nowrap;
|
|
|
|
|
|
+ flex-wrap: wrap;
|
|
|
|
+
|
|
.buildList-row{
|
|
.buildList-row{
|
|
margin-right: 20px;
|
|
margin-right: 20px;
|
|
|
|
+ margin-top: 10px;
|
|
}
|
|
}
|
|
|
|
|
|
}
|
|
}
|
|
@@ -304,31 +306,31 @@ export default {
|
|
}
|
|
}
|
|
.qianyue {
|
|
.qianyue {
|
|
text-align: center;
|
|
text-align: center;
|
|
- width: 150px;
|
|
|
|
|
|
+ width: 75px;
|
|
border: 2px solid black;
|
|
border: 2px solid black;
|
|
background-color: #63a103;
|
|
background-color: #63a103;
|
|
}
|
|
}
|
|
.shoukuan {
|
|
.shoukuan {
|
|
text-align: center;
|
|
text-align: center;
|
|
- width: 150px;
|
|
|
|
|
|
+ width: 75px;
|
|
border: 2px solid black;
|
|
border: 2px solid black;
|
|
background-color: #02a7f0;
|
|
background-color: #02a7f0;
|
|
}
|
|
}
|
|
.ruzhu {
|
|
.ruzhu {
|
|
text-align: center;
|
|
text-align: center;
|
|
- width: 150px;
|
|
|
|
|
|
+ width: 75px;
|
|
border: 2px solid black;
|
|
border: 2px solid black;
|
|
background-color: #00aaaa;
|
|
background-color: #00aaaa;
|
|
}
|
|
}
|
|
.tuifang {
|
|
.tuifang {
|
|
text-align: center;
|
|
text-align: center;
|
|
- width: 150px;
|
|
|
|
|
|
+ width: 75px;
|
|
border: 2px solid black;
|
|
border: 2px solid black;
|
|
background-color: #d7d7d7;
|
|
background-color: #d7d7d7;
|
|
}
|
|
}
|
|
.chushi {
|
|
.chushi {
|
|
text-align: center;
|
|
text-align: center;
|
|
- width: 150px;
|
|
|
|
|
|
+ width: 75px;
|
|
border: 2px solid black;
|
|
border: 2px solid black;
|
|
background-color: #ffffff;
|
|
background-color: #ffffff;
|
|
}
|
|
}
|