qlg.frontend/css/indentcon.css
2019-09-06 10:45:33 +08:00

284 lines
4.0 KiB
CSS

.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;
display: flex;
justify-content: space-between ;
align-items: center;
}
.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: 16px;
}
.indent_status {
/* position: absolute; */
line-height: 36px;
font-size: 13px;
/* right: 0;
padding-right: 12px;
float: right; */
}
.yellow{
color: #ffa800;
}
.shopPhone{
color:tomato;
}
.shopPhone a{
text-decoration:underline;
color:tomato;
}
.confirm_wait{
color: cadetblue;
}
.confirm_ok{
color: seagreen;
}
.confirm_no{
color:red;
}
.row{
margin-bottom: 5px ;
background: white;
padding: 5px 10px;
}
.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% - 85px);
}
.rcrc p {
height: 42px;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
font-size: 18px;
color: black;
}
.rcrc .leibie{
color: #909090;
}
.rcrr {
width: 80px;
float: right;
margin-right:4px;
text-align: right;
}
.rcrr p {
color: black;
font-size: 18px;
}
.rcrr del {
color: #909090;
font-size: 18px;
display: block;
}
.rcrr span {
color: #909090;
font-size: 18px;
}
.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: 14px;
padding:4px 6px 0px;
float: right;
/* line-height: 48px; */
margin: 9.5px 6px;
border-radius: 30px;
background: -moz-linear-gradient(left, #fcff00, #ffde00);
/*Mozilla*/
background: -webkit-gradient(linear, 0 50%, 100% 50%, from(#fcff00), to(#ffde00));
/*Old gradient for webkit*/
background: -webkit-linear-gradient(left, #fcff00, #ffde00);
/*new gradient for Webkit*/
background: -o-linear-gradient(left, #fcff00, #ffde00);
/*Opera11*/
box-shadow: 1px 1px 5px #ffde00;
}
.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: 0px;
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;
bottom: 10px;
/* 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-top:10px;
margin-bottom: 5%;
}
.en_false,.ts_false{
background: #efefef;
color: #909090;
/*position: absolute;*/
margin-right: 30%;
margin-top:10px;
border: none;
float: right;
}
#content,#content_ts,#Tmoney{
margin: 0 5% 5%;
width: 90%;
}
.refundInfo{
float:left;
}
.refundTxt{
display: block;
margin: 0 5% 5%;
width: 90% !important;
}
select{
/*margin: 0;*/
}
.row_block{
background: #fbfbfb;
}
.row_block img{
border-radius: 3px;
overflow: hidden;
}
.rcr {
background: #FBFBFB;
}
/*20181018*/
#select{
margin: 5px 5%;
border: 1px solid rgba(0,0,0,.2)!important;
/*background: red;*/
width: 90%;
}