Files
zszq-trs/YLErpWeb/wwwroot/Style/Css/unwindSwapTrade.css
T
张名锐 f52be616db style(unwindSwapTrade): 调整输入框宽度样式
- 将 swap-delivery-price-input-unwind 的宽度从 160px 调整为 140px
- 将 swap-delivery-price-input-income 的宽度从 160px 调整为 140px
2026-08-07 17:05:31 +08:00

109 lines
1.9 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;
}
td input.swap-delivery-price-input-unwind {
width: 140px !important;
}
td input.swap-delivery-price-input-income {
width: 140px !important;
}