| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970 |
- .type_con {
- width: 55% !important;
- float: left !important;
- vertical-align: middle !important;
- display: inline-block !important;
- padding: 10px 0 !important;
- }
-
- .type_down {
- float: right !important;
- display: inline-block !important;
- vertical-align: middle !important;
- line-height: 42px;
- color: #b8b8b8;
- }
-
- .getIcon {
- display: inline-block;
- height: 23px;
- width: 23px;
- background: #f19055;
- color: #FFFFFF;
- font-style: normal;
- text-align: center;
- line-height: 23px;
- border-radius: 50%;
- font-size: 13px;
- }
-
- .getIcon-plus {
- background: #6bbcef;
- font-size: 24px;
- }
-
- .peoples_icon {
- background: url(../img/sg_people.png) no-repeat center;
- background-size: 100% 100%;
- }
-
- .phone_icon {
- background: url(../img/sg_phone.png) no-repeat center;
- background-size: 100% 100%;
- }
-
- .mui-btn-block {
- width: 100%!important;
- }
-
- .mui-btn-orange {
- background: #f39b65;
- color: #FFFFFF;
- }
-
- @font-face {
- font-family: 'iconfont';
- /* project id 280843 */
- src: url('//at.alicdn.com/t/font_280843_7m2gttvpislfecdi.eot');
- src: url('//at.alicdn.com/t/font_280843_7m2gttvpislfecdi.eot?#iefix') format('embedded-opentype'), url('//at.alicdn.com/t/font_280843_7m2gttvpislfecdi.woff') format('woff'), url('//at.alicdn.com/t/font_280843_7m2gttvpislfecdi.ttf') format('truetype'), url('//at.alicdn.com/t/font_280843_7m2gttvpislfecdi.svg#iconfont') format('svg');
- }
-
- .iconfont {
- font-family: "iconfont";
- font-size: 20px;
- color: #13a7f1;
- font-style: normal;
- -webkit-font-smoothing: antialiased;
- -webkit-text-stroke-width: 0.2px;
- -moz-osx-font-smoothing: grayscale;
- /* padding-left:20px*/
- }
|