common.css

input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{
  color:#c1baba;
}
input::-moz-placeholder,textarea::-moz-placeholder{   /* Mozilla Firefox 19+ */
  color:#c1baba;
}
input:-moz-placeholder ,textarea:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
  color:#c1baba;
}
input:-ms-input-placeholder,textarea:-ms-input-placeholder{  /* Internet Explorer 10-11 */
  color:#c1baba;
}
input::-ms-clear{display:none;}
/*clearFix*/
.clearFix:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
}
.floatL {
  float: left;
}
.floatR {
  float: right;
}
/*width*/
.w{
  width: 100%;
}
.percent50{
  width: 50%;
}
.percent25{
  width: 25%;
}
.percent33{
  width: 33.3%;
}
.w50{
  width: 50px;
}
.w56{
  width: 56px;
}
.min_w70{
  min-width: 70px;
}


.w78{
 width: 78px;
}
.w98{
  width:98px;
}
.w104{
  width: 104px;
}
.w112{
  width: 112px;
}
.w114{
  width: 114px;
}
.w128{
  width: 128px;
}
.w140{
  width:140px;
}
.w143{
  width:143px;
}
.w150{
  width:150px;
}
.w162{
  width:162px;
}
.w164{
  width: 164px;
  /*width: 180px;*/
}
.w166{
  width: 166px;
}
.w200{
  width: 200px;
}
.w214{
  width: 214px;
}
.w290 {
  width: 290px;
}
.w298 {
  width: 298px;
}
.w318 {
  width: 318px;
}
.w346 {
  width: 346px;
}
.w416{
  width: 416px;
}
.w514{
  width: 514px;
}
.w517{
  width:517px;
}
.w568{
  width:568px;
}
.w578{
  width: 460px;
}
.w801{
  width: 801px;
}
.w674{
  width: 674px;
}
.w694{
  width: 694px;
}
.w634{
  width: 634px;
}
.w700{
  width: 700px;
}
.w770{
  width: 770px;
}
.w799{
  width: 799px;
}
.w894{
  width: 894px;
}
.w974{
  width: 974px;
}
.w998{
  width: 998px;
}
.w976{
  width: 976px;
}
.w978{
  width: 978px;
}
.w1000{
  width: 1000px;
}
.w1002{
  width: 1002px;
}
.w1058{
  width: 1058px;
}
.w1110{
  width: 1110px;
}
.w1114{
  width: 1114px;
}
.w1180{
  width: 1180px;
}
.mw50{
  min-width: 50px;
}
.wMax150{
  max-width: 150px;
}
/*height*/
.h24{
  height: 24px;
}
.h28{
  height: 28px;
}
.h32{
  height: 32px;
}
.h40{
  height: 40px;
}
.h42{
  height: 42px;
}
.h70{
  height: 70px;
}
.h98{
  height: 98px;
}
.h100{
  height: 100px;
}
.min_h589{
  min-height: 589px;
}
.lh16_nh{
  line-height: 16px;
}
.lh20{
  height: 20px;
  line-height: 20px;
}
.lh24{
  line-height: 24px;
}
.lh26{
  height: 26px;
  line-height: 26px;
}
.lh31{
  line-height: 31px;
  height: 31px;
}
.lh32{
  line-height: 32px;
  height: 32px;
}
.lh34{
  line-height: 34px;
  height: 34px;
}
.lh36{
  line-height: 36px;
  height: 36px;
}


.lh40{
  height: 40px;
  line-height: 40px;
}
.lh46{
  height: 46px;
  line-height: 46px;
}
.lh50{
  height: 50px;
  line-height: 50px;
}


.lh54{ /*暂时没有使用*/
  line-height: 54px;
  height: 54px;
}
.lh54{
  height: 54px;
  line-height: 54px;
}
.lh180{
  font-size: 16px;
  line-height: 180px;
  height: 180px;
}
/*background*/
.bg_fff{
  background: #fff;
}
.bg_e7f4ff{
  background: #e7f4ff;
}
.list_bg_hover:hover{
  background: #e7f4ff;
}
.bg_188ae2{
  background: #188AE2;
}
/*页面顶部的背景隔条色*/
.parting_bead {
  height: 10px;
  width: 100%;
}
/*padding*/
.p{
  padding:10px;
}
.pl10{
  padding-left: 10px;
}
.pl26{
  padding-left: 26px;
}
.pl30{
  padding-left: 30px;
}
.pLR5{
  padding: 0 5px;
}
.pLR10{
  padding: 0 10px;
}
.pLR15{
  padding: 0 15px;
}
.pLR15T45{
  padding: 45px 15px 0;
}
.p16{
  padding: 16px;
}
.pt20{
  padding-top: 20px;
}
.pt26{
  padding-top: 26px;
}
.pt30{
  padding-top: 30px;
}
.pb15{
  padding-bottom: 15px;
}
.pb20{
  padding-bottom: 20px;
}
.pb40{
  padding-bottom: 40px;
}
/*margin*/
.mLRf8{
  margin: 0 -8px;
}
.ml10{
  margin-left: 10px;
}
.ml30{
  margin-left: 30px;
}
.ml80{
  margin-left: 80px;
}
.ml270{
  margin-left: 270px;
}
.mr5 {
  margin-right: 5px;
}
.mr6 {
  margin-right: 6px;
}
.mr10{
  margin-right: 10px;
}
.mr12{
  margin-right: 12px;
}
.mr14{
  margin-right: 14px;
}
.mr16{
  margin-right: 16px;
}
.mt10{
  margin-top: 10px;
}
.mt12{
  margin-top: 12px;
}
.mt14{
  margin-top: 14px;
}
.mt15{
  margin-top: 15px;
}
.mt16{
  margin-top: 16px;
}
.mt18{
  margin-top: 18px;
}
.mt19{
  margin-top: 19px;
}
.mt20{
  margin-top: 20px;
}
.mt22{
  margin-top: 22px;
}
.mt26{
  margin-top: 26px;
}
.mt30{
  margin-top: 30px;
}
.mt40{
  margin-top: 40px;
}
.mr16{
  margin-right: 16px;
}
.mr20{
  margin-right: 20px;
}
.mr42{
  margin-right: 42px;
}
.mr70{
  margin-right: 70px;
}
.mr186{
  margin-right: 186px;
}
.mb_lose1{
  margin-bottom: -1px;
}
.mb10{
  margin-bottom: 10px;
}
.mb12{
  margin-bottom: 12px;
}
.mb14{
  margin-bottom: 14px;
}
.mb15{
  margin-bottom: 15px;
}
.mb20{
  margin-bottom: 20px;
}


.mb26{
  margin-bottom: 26px;
}
.mb28{
  margin-bottom: 28px;
}
.mb30{
  margin-bottom: 30px;
}
.mb40{
  margin-bottom: 40px;
}
.mb44{
  margin-bottom: 44px;
}
.marginLR5{
  margin:0 5px;
}
.marginTB10{
  margin: 10px 0;
}
.mTB15{
 margin: 15px 0;
}
.mTB20{
 margin: 20px 0;
}
.mTB26{
 margin: 26px 0;
}
.mT30B20{
  margin: 30px 0 20px;
}
.mT16B24{
  margin: 16px 0 24px;
}
.mTB0LRAuto{
  margin: 0 auto;
}


/*color*/
.c_fff{
  color: #fff;
}
.c188ae2{
  color: #188ae2;
}
.c53565c{
  color: #53565c;
}
.c8990a9{
  color: #8990a9;
}
.c_red{
  color: red;
}
.c_181616{
  color: #181616;
}
.c_505458{
  color: #505458;
}


/*display*/
.db{
  display: block;
}
.ib{
  display: inline-block;
}
.dn{
  display: none;
  /*display: none !important;*/
}
/*pointer*/
.pointer{
  cursor: pointer;
}
.cursor_default{
  cursor: default;
}
/*text-align*/
.tc{
  text-align: center;
}
.tl{
  text-align: left;
}
.fw_normal {
  font-weight: normal;
}
.fs_normal {
  font-style: normal;
}
.fs14{
  font-size: 14px;
}
.fs16_lh{
  font-size: 16px;
  line-height: 16px;
}
.fs16{
  font-size: 16px;
}
.fs18{
  font-size: 18px;
  line-height: 18px;
}
/*position*/
.pr{
  position: relative;
}
.pa{
  position: absolute;
}
/*border*/
.b_e5e8ef{
  /*border: 1px solid #e5e8ef;*/
  border: 1px solid #b5b5b5;
}
.bb_e5e8ef{
  /*border-bottom: 1px solid #e5e8ef;*/
  border-bottom: 1px solid #b5b5b5;
}
.br_e5e8ef{
  /*border-bottom: 1px solid #e5e8ef;*/
  border-right: 1px solid #b5b5b5;
}
.bb_188AE2{
  border-bottom: 1px solid #188AE2;
}
.bn{
  border: none;
}
.bt_n{
  border-top:none;
}
.br_n{
  border-right:none;
}
.bb_n{
  border-bottom:none;
}


/*z-index*/
.z100{
  z-index: 100;
}
/*line*/
.line_through{
  text-decoration: line-through;
  /*color: rgba(83,91,108,.58);*/
}
.sn_old{
  color: rgba(83,91,108,.58);
}
.underline{
  text-decoration: underline;
}
.word_wrap{
  word-wrap : break-word ;
  word-break : break-all ;
}
.va_m{
  vertical-align: middle;
}
/*.outline_n{*/
  /*outline: none;*/
/*}*/
.va_t {
  vertical-align: top;
}
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值