|
@@ -43,6 +43,13 @@
|
|
flex-direction: row;
|
|
flex-direction: row;
|
|
flex-wrap: wrap;
|
|
flex-wrap: wrap;
|
|
}
|
|
}
|
|
|
|
+ .codeTitle{
|
|
|
|
+ display: flex;
|
|
|
|
+ justify-content: flex-start;
|
|
|
|
+ flex-direction: row;
|
|
|
|
+ flex-wrap: wrap;
|
|
|
|
+ margin-bottom: 10px;
|
|
|
|
+ }
|
|
.yearItem{
|
|
.yearItem{
|
|
width: 150px;
|
|
width: 150px;
|
|
margin: 5px 10px;
|
|
margin: 5px 10px;
|
|
@@ -165,7 +172,7 @@
|
|
</div>
|
|
</div>
|
|
<div class="yearSort">
|
|
<div class="yearSort">
|
|
<div class="codeContent">
|
|
<div class="codeContent">
|
|
- <div class="yearSort">
|
|
|
|
|
|
+ <div class="codeTitle">
|
|
<img id="logo" />
|
|
<img id="logo" />
|
|
<div id="payMethod"></div>
|
|
<div id="payMethod"></div>
|
|
</div>
|
|
</div>
|