._rebate {
display: -webkit-box;
display: -moz-box;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flexbox;
display: flex !important;
flex-flow: row wrap;
justify-content: flex-start;
align-content: flex-start;
-webkit-box-pack: start;
-webkit-box-lines: multiple;
align-items: center;
-webkit-align-items:center;
box-align:center;
-moz-box-align:center;
-webkit-box-align:center;
margin-bottom: 10px;
}
._rebate > ._rebate_ {
display: -webkit-box;
display: -moz-box;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flexbox;
display: flex !important;
-webkit-box-flex:;
-moz-box-flex:;
-webkit-flex:;
-ms-flex:;
flex:;
flex-flow: row wrap;
justify-content: flex-start;
align-content: flex-start;
align-items: center;
-webkit-align-items:center;
box-align:center;
-moz-box-align:center;
-webkit-box-align:center;
width: 100%;
padding-right: 5px;
}
._rebate ._rebate_item{
flex: 1 0 auto;
-webkit-box-flex:;
-moz-box-flex:;
-webkit-flex:;
-ms-flex:;
}
._rebate ._rebate_item2{
flex:;
-webkit-box-flex:;
-moz-box-flex:;
-webkit-flex:;
-ms-flex:;
margin-right: 15px;
}
._rebate .static_1{
flex: 0 0 auto !important;
-webkit-box-flex:;
-moz-box-flex:;
-webkit-flex:;
-ms-flex:;
width: 40px;
}
._rebate .static{
flex: 0 0 auto !important;
-webkit-box-flex:;
-moz-box-flex:;
-webkit-flex:;
-ms-flex:;
}
.input_group{
display: -webkit-box;
display: -moz-box;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flexbox;
display: flex !important;
}
.input_group .form-control,.input_group_addon{
height: 28px;
border-top:;
border-right:;
border-left:;
text-align: center;
border-bottom: 1px solid gainsboro;
}
.input_group .form-control{
flex: 1 1 auto !important;
-webkit-box-flex:;
-moz-box-flex:;
-webkit-flex:;
-ms-flex:;
width:;
min-width: 39px;
}
.input_group .input_group_addon{
padding-top: 3px;
display: block;
flex: 0 0 auto;
}
.input_read {
background-color: white !important;
}
.input_read:focus {
border-bottom-color: gainsboro !important;
} flex兼容参考:https://www.cnblogs.com/yangjie-space/p/4856109.html

最新文章

  1. 【GOF23设计模式】工厂模式
  2. c#-基础:类的进阶
  3. OpenCV 3.0函数库索引
  4. A​n​d​r​o​i​d​ ​B​l​u​e​t​o​o​t​h​详​解(Android英文文档相关译文)
  5. (转)Android系统自带Activity样式(@android:style/)
  6. 解决 border-radius 元素在应用了 transform 的子元素 时overflow:hidden 失效的问题
  7. poj 1523 求割点
  8. Java中权限修饰符public、private、protected和default的区别
  9. hdu_2717_Catch That Cow_bfs
  10. UWP 使用OneDrive云存储2.x api(一)【全网首发】
  11. QT窗体的小技巧
  12. ubuntu升级显卡驱动
  13. 【PAT】B1079 延迟的回文数(20 分)
  14. NopCommerce源码架构
  15. httpclient get post
  16. DownLoadImage
  17. 补充 3:Golang 一些特性
  18. APUE 4.8 umask函数
  19. python覆盖率统计
  20. .net CombinedGeometry的合并模式

热门文章

  1. C++智能指针--auto_ptr指针
  2. javascript 使用方式
  3. mysql 日期计算,今天,明天,本周,下周,本月,下月
  4. vsftpd出现“Response: 500 OOPS: cannot change directory”解决方法(转载)
  5. jQuery总结02
  6. uboot 解压缩
  7. oc57--Category 分类
  8. hdu 2602(经典01背包)
  9. bzoj1123 [POI2008]BLO——求割点子树相乘
  10. A - Team