You've already forked qlg.tsgz.moe
Init Repo
This commit is contained in:
191
static/app2/css/cash-out.css
Executable file
191
static/app2/css/cash-out.css
Executable file
@ -0,0 +1,191 @@
|
||||
.idc-total {
|
||||
width: 96%;
|
||||
margin: 0 auto 8px;
|
||||
height: 60px;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
background: #fff;
|
||||
padding-left: 5px;
|
||||
|
||||
/* border-bottom: 1px solid #ccc; */
|
||||
}
|
||||
|
||||
.idc-total h5 {
|
||||
width: 80%;
|
||||
}
|
||||
|
||||
.idc-total input {
|
||||
font-size: 18px;
|
||||
margin-right: 10px;
|
||||
text-align: right;
|
||||
width: 40%;
|
||||
border: 0px;
|
||||
}
|
||||
|
||||
.btns {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
}
|
||||
.bg .btns div {
|
||||
height: 30px;
|
||||
line-height: 30px;
|
||||
text-align: center;
|
||||
width: 40%;
|
||||
margin: 5px auto;
|
||||
color: #fff;
|
||||
background: #FF1A03;
|
||||
border-radius: 15px;
|
||||
}
|
||||
.tx-title {
|
||||
width: 100%;
|
||||
height: 49px;
|
||||
border-bottom: 1px solid #e6e6e6;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.tx-title a {
|
||||
position: absolute;
|
||||
z-index: 10;
|
||||
font-size: 30px;
|
||||
color: #909090;
|
||||
line-height: 50px;
|
||||
left: 5px;
|
||||
top:0px;
|
||||
}
|
||||
|
||||
.tx-title p {
|
||||
line-height: 48px;
|
||||
text-align: center;
|
||||
color: black;
|
||||
font-size: 15.6px;
|
||||
}
|
||||
.btns div {
|
||||
height: 30px;
|
||||
line-height: 30px;
|
||||
text-align: center;
|
||||
width: 40%;
|
||||
margin: 30px auto;
|
||||
color: #fff;
|
||||
background: #FF1A03;
|
||||
border-radius: 15px;
|
||||
}
|
||||
.footer{
|
||||
position: fixed;
|
||||
left: 0;
|
||||
/* top: 0; */
|
||||
bottom: 0;
|
||||
right: 0;
|
||||
z-index: 10;
|
||||
height: 40px;
|
||||
}
|
||||
.bg {
|
||||
background: rgba(1, 1, 1, 0.1);
|
||||
position: fixed;
|
||||
left: 0;
|
||||
/* top: 0; */
|
||||
bottom: 0px;
|
||||
right: 0;
|
||||
z-index: 10;
|
||||
}
|
||||
.bg .row{
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
background: #fff;
|
||||
height: 50px;
|
||||
position: relative;
|
||||
padding: 0px 7px;
|
||||
width: 98%;
|
||||
margin: 0 auto;
|
||||
flex: 1;
|
||||
}
|
||||
.bg .row label {
|
||||
width: 100px;
|
||||
font-size: 13px;
|
||||
color: #363636;
|
||||
|
||||
}
|
||||
.mui-popup-input input{
|
||||
border: 0px;
|
||||
}
|
||||
.bg .row select{
|
||||
/* margin: 10px; */
|
||||
/* text-align: right; */
|
||||
margin-bottom: 0px;
|
||||
margin-right: 5px;
|
||||
/* width: 30%; */
|
||||
height: 40px;
|
||||
color: #7B7B7B;
|
||||
padding: 0px;
|
||||
}
|
||||
.bg .row input {
|
||||
/* width: 230px; */
|
||||
border: 0px;
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
height: 21px;
|
||||
text-align: left;
|
||||
font-size: 13px;
|
||||
color:#7B7B7B;
|
||||
}
|
||||
.idc-list {
|
||||
width: 96%;
|
||||
height: 120px;
|
||||
background: #FEEAE9;
|
||||
margin: 0 auto;
|
||||
/* background: #fff; */
|
||||
display: flex;
|
||||
flex: 1;
|
||||
align-items: flex-start;
|
||||
justify-content: space-between;
|
||||
/* border-bottom: 1px solid #ccc; */
|
||||
border: 1px solid #FEEAE9;
|
||||
border-radius: 5px;
|
||||
margin-bottom: 8px;
|
||||
padding-left: 5px;
|
||||
}
|
||||
|
||||
.idc-list-price {
|
||||
/* flex: 0 0 30%; */
|
||||
|
||||
}
|
||||
|
||||
.idc-list-right {
|
||||
/* flex: 0 0 70%; */
|
||||
flex-direction: column;
|
||||
justify-content: space-around;
|
||||
align-items: flex-start;
|
||||
padding-left: 30px;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.idc-list-title {
|
||||
width: 200px;
|
||||
font-size: 15px;
|
||||
font-weight: 200;
|
||||
margin-bottom: 10px;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
.idc-list-price {
|
||||
font-size: 15px;
|
||||
color: #F02C43;
|
||||
}
|
||||
|
||||
.idc-list-user {
|
||||
|
||||
font-size: 13px;
|
||||
margin-bottom: 15px;
|
||||
|
||||
}
|
||||
|
||||
.idc-list-time {
|
||||
width: 50%;
|
||||
font-size: 12px;
|
||||
/* color: #F02C43; */
|
||||
bottom: 10px;
|
||||
}
|
Reference in New Issue
Block a user