|
@@ -16,10 +16,31 @@
|
|
|
</div>
|
|
|
<a-button type='primary' class="mybtn">
|
|
|
<a-icon type="plus" />
|
|
|
- 发起订单+
|
|
|
+ 发起订单
|
|
|
</a-button>
|
|
|
</div>
|
|
|
</div>
|
|
|
+ <div class="section">
|
|
|
+ <div class="sectionBody">
|
|
|
+ <div class="sectionLeftBox">
|
|
|
+ <div class="leftTop">
|
|
|
+
|
|
|
+ </div>
|
|
|
+ <div class="leftBottom">
|
|
|
+
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="sectionRightBox">
|
|
|
+ <div class="rightTop">
|
|
|
+
|
|
|
+ </div>
|
|
|
+ <div class="rightBottom">
|
|
|
+
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
</template>
|
|
|
|
|
@@ -39,6 +60,7 @@ export default {
|
|
|
width: 100%;
|
|
|
height: 146px;
|
|
|
background: #FFFFFF;
|
|
|
+ margin-bottom: 24px;
|
|
|
.breadcrumb{
|
|
|
width: 42px;
|
|
|
height: 22px;
|
|
@@ -85,5 +107,22 @@ export default {
|
|
|
}
|
|
|
|
|
|
}
|
|
|
+ .section{
|
|
|
+ .sectionBody{
|
|
|
+ display: flex;
|
|
|
+ .sectionLeftBox{
|
|
|
+ width: 60%;
|
|
|
+ .leftTop{
|
|
|
+ height: 370px;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .sectionRightBox{
|
|
|
+ width: 40%;
|
|
|
+ .rightTop{
|
|
|
+ height: 370px;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|
|
|
</style>
|