Files
zszq-trs/YLErpWeb/wwwroot/Style/Css/unwindSwapTrade.css
T
2024-05-09 14:06:26 +08:00

100 lines
1.8 KiB
CSS

.titleDiv {
width: 100px;
height: 18px;
display: flex;
margin-left: 14px;
margin-top: 4px;
}
.titleHead {
width: 4px;
height: 18px;
background: inherit;
background-color: #e33333;
}
.titleLabel {
margin-left: 5px;
font-size: 12px;
}
.swapsave {
float: right;
margin-right:30px;
}
.swapclose {
float: right;
background-color: #808080 !important;
border-color: #808080 !important;
}
.swapclose:hover {
background-color: #808080 !important;
border-color: #808080 !important;
}
.swaprow {
display: block !important;
width: calc(100% - 30px);
}
.swaprow select {
margin-top: 0;
border: none !important;
}
.swapflowtr input, .swapflowtr select {
width: 91px;
}
.swappay, .swappay select {
background: #88dbd3 !important;
color: #000000 !important;
}
.swappay:hover {
background: #88dbd3 !important;
color: #000000 !important;
}
.swapget, .swapget select {
background: #f5bf6e !important;
color: #000000 !important;
}
.swapget:hover {
background: #f5bf6e !important;
color: #000000 !important;
}
.bubble-box {
position: absolute;
border: 1px solid #dc3545;
border-radius: 5px;
width: 109px;
height: 26px;
line-height: 23px;
text-align: center;
font-size: 10px;
margin-top: 11px;
background-color: #fff;
color: #dc3545;
}
.bubble-box::before {
content: "";
position: absolute;
border: 10px solid transparent;
border-color: transparent transparent #dc3545;
left: 0;
top: -20px;
}
.ratetable {
table-layout: fixed;
}
.ratetable td {
display: table-cell;
}
td input {
width: 100px !important;
}