Aucune description

goods.css 1.8KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. .type_con {
  2. width: 55% !important;
  3. float: left !important;
  4. vertical-align: middle !important;
  5. display: inline-block !important;
  6. padding: 10px 0 !important;
  7. }
  8. .type_down {
  9. float: right !important;
  10. display: inline-block !important;
  11. vertical-align: middle !important;
  12. line-height: 42px;
  13. color: #b8b8b8;
  14. }
  15. .getIcon {
  16. display: inline-block;
  17. height: 23px;
  18. width: 23px;
  19. background: #f19055;
  20. color: #FFFFFF;
  21. font-style: normal;
  22. text-align: center;
  23. line-height: 23px;
  24. border-radius: 50%;
  25. font-size: 13px;
  26. }
  27. .getIcon-plus {
  28. background: #6bbcef;
  29. font-size: 24px;
  30. }
  31. .peoples_icon {
  32. background: url(../img/sg_people.png) no-repeat center;
  33. background-size: 100% 100%;
  34. }
  35. .phone_icon {
  36. background: url(../img/sg_phone.png) no-repeat center;
  37. background-size: 100% 100%;
  38. }
  39. .mui-btn-block {
  40. width: 100%!important;
  41. }
  42. .mui-btn-orange {
  43. background: #f39b65;
  44. color: #FFFFFF;
  45. }
  46. @font-face {
  47. font-family: 'iconfont';
  48. /* project id 280843 */
  49. src: url('//at.alicdn.com/t/font_280843_7m2gttvpislfecdi.eot');
  50. 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');
  51. }
  52. .iconfont {
  53. font-family: "iconfont";
  54. font-size: 20px;
  55. color: #13a7f1;
  56. font-style: normal;
  57. -webkit-font-smoothing: antialiased;
  58. -webkit-text-stroke-width: 0.2px;
  59. -moz-osx-font-smoothing: grayscale;
  60. /* padding-left:20px*/
  61. }