|
@@ -109,7 +109,7 @@ li{list-style:none}
|
|
|
/*.section-botton .inner{width: 1184px;margin: 0 auto;}*/
|
|
|
.section-botton .btn{width: 88px;height: 34px;border-radius: 2px;border: 1px solid #FFF;float: right;margin-left: 16px;font-size: 14px;line-height: 34px;text-align: center;display: block;}
|
|
|
.section-botton .btn.cancel{border-color: #9aa5b5;background-color: #FFFFFF;color: #22272e;}
|
|
|
- .section-botton .btn.primary{border-color: #E15616;background-color: #E15616;color: #FFFFFF;}
|
|
|
+ .section-botton .btn.primary{border-color: #E15616;background-color: #E15616;color: #FFFFFF;position: relative;}
|
|
|
.section-botton .btn.primary .tips{width: 44px;height: 19px;line-height: 19px;text-align: center;border-radius: 10px;background-color: #ffe6dc;font-size: 12px;color: #E15616;position: absolute;right:0px;top: -25px;z-index: 99;}
|
|
|
.section-botton .btn.primary .tips:before{content: '';width: 6px;height: 6px;background-color: #ffe6dc;position: absolute;bottom: -3px;left: 12px;z-index: -1;transform:rotate(45deg);}
|
|
|
.section-botton .btn.primary.confirm{line-height: 17px;}
|