qlg.tsgz.moe/static/app/css/indentcon.css
2019-09-06 23:53:10 +08:00

221 lines
3.1 KiB
CSS
Executable File

.search {
padding: 7.2px 12px;
background: #ebebeb;
}
.mui-search {}
.mui-search .mui-placeholder {
background: #fff;
}
.mui-search input {
background: #fff;
margin-bottom: 0;
}
.mui-active::before {
margin-top: -10px;
}
.row_title {
width: 100%;
position: relative;
height: 36px;
background: white;
}
.store_name {
position: absolute;
background: url(../img/youjiantou.png) no-repeat center right;
background-size: 6px;
padding-right: 12px;
padding-left: 18px;
line-height: 36px;
font-size: 13.2px;
}
.indent_status {
position: absolute;
line-height: 36px;
font-size: 12px;
right: 0;
color: #E5142A;
padding-right: 12px;
}
.row{
border-bottom: 6px solid #ebebeb;
background: white;
}
.row_block {
width: 100%;
/*height: 128px;*/
border-bottom: 2px solid #fff;
background: #efefef;
}
.row_block img {
width: 117px;
height: 126px;
float: left;
padding: 9px 0 9px 9px;
}
.rcr {
width: calc(100% - 117px);
float: right;
/*height: 126px;*/
padding: 12px;
background: #efefef;
}
.rcrc {
float: left;
width: calc(100% - 60px);
}
.rcrc p {
height: 42px;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
font-size: 12px;
color: black;
}
.rcrc .leibie{
color: #909090;
}
.rcrr {
width: 60px;
float: right;
text-align: right;
}
.rcrr p {
color: black;
font-size: 12px;
}
.rcrr del {
color: #909090;
font-size: 12px;
display: block;
}
.rcrr span {
color: #909090;
font-size: 12px;
}
.combination{
width: 100%;
height: 37px;
border-bottom: 1px solid #e6e6e6;
background: white;
text-align: right;
font-size: 12px;
line-height: 36px;
padding-right: 15px;
}
.combination o{
font-size: 14.4px;
}
.btns{
text-align: right;
width: 100%;
height: 48px;
/*background: white;*/
}
.btns_btn{
color: black;
font-size: 14.4px;
padding:3px 6px;
border: 1px solid #909090;
float: right;
margin: 9.5px 6px;
border-radius: 3px;
}
.btns .kk{
border: 1px solid #e6e6e6;
border-radius: 1px;
}
.btns .qrsh{
border: 1px solid #e5132c;
color: #e5142a;
}
.bg_{
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0,0,0,0.1);
}
.bg_ts{
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0,0,0,0.1);
}
.bg_con{
width: 90%;
/*height: 160px;*/
background: white;
margin: 0 auto;
position: absolute;
left: 0;
right: 0;
top: 30%;
border-radius: 5px;
}
.bg_con p{
border-bottom: 1px solid #efefef;
padding:10px 20px;
color: black;
}
.bg_con .info1{
padding:10px 20px;
color: black;
border-bottom: none;
}
.en_true,.ts_true{
background: #2AC845;
color: white;
/*position: absolute;*/
margin-left: 30%;
border: none;
margin-bottom: 5%;
}
.en_false,.ts_false{
background: #efefef;
color: #909090;
/*position: absolute;*/
margin-right: 30%;
border: none;
float: right;
}
#content,#content_ts,#Tmoney{
margin: 0 5% 5%;
width: 90%;
}
select{
margin: 0;
}