Commit ceed0dda authored by mercury233's avatar mercury233

fix style of ygopro page

parent a56b2451
Pipeline #5169 failed with stages
in 2 minutes and 49 seconds
...@@ -226,6 +226,24 @@ table th, table td { ...@@ -226,6 +226,24 @@ table th, table td {
.tag { .tag {
font-size: 12px; font-size: 12px;
padding: 2px 5px; padding: 2px 5px;
margin-right: 5px;
}
table.expansions thead {
color: #ffffff;
background-color: #5bc0de;
}
table.expansions thead th:first-child{
border-top-left-radius: 5px;
}
table.expansions thead th:last-child{
border-top-right-radius: 5px;
}
table.expansions tr:last-child td:first-child{
border-bottom-left-radius: 5px;
}
table.expansions tr:last-child td:last-child{
border-bottom-right-radius: 5px;
} }
#purchase-form .form-check { #purchase-form .form-check {
......
...@@ -155,9 +155,10 @@ ...@@ -155,9 +155,10 @@
<div *ngIf="currentApp.isReady()"> <div *ngIf="currentApp.isReady()">
<div *ngIf="mods && mods.length"> <div class="panel" *ngIf="mods && mods.length">
<table class="table table-striped"> <h2 i18n>扩展</h2>
<thead class="thead-inverse"> <table class="table table-striped expansions">
<thead>
<tr> <tr>
<th>#</th> <th>#</th>
<th i18n>名称</th> <th i18n>名称</th>
......
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