No Description

storeScore.css 1.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. @font-face {
  2. font-family: 'iconfont';
  3. src: url('fonts/iconfont.eot');
  4. /* IE9*/
  5. src: url('fonts/iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  6. url('fonts/iconfont.woff') format('woff'), /* chrome、firefox */
  7. url('fonts/iconfont.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  8. url('fonts/iconfont.svg#iconfont') format('svg');
  9. /* iOS 4.1- */
  10. }
  11. .clearfix:after {
  12. content: "";
  13. display: block;
  14. clear: both;
  15. }
  16. .fr{
  17. float: right;
  18. }
  19. .iconfont {
  20. font-family: "iconfont";
  21. font-style: normal;
  22. }
  23. .headerBar {
  24. background: #f3f3f4;
  25. height: 60px;
  26. padding: 10px 20px;
  27. }
  28. .headerBar .toolBar {
  29. border-bottom-style: none;
  30. padding: 10px 0;
  31. }
  32. .problemContent,
  33. .storeContent{
  34. width: 100%;
  35. padding-right: 2%;
  36. height: 100%;
  37. margin: 0 auto;
  38. text-align: -webkit-center;
  39. }
  40. .problemContent h2,
  41. .storeContent h2{
  42. text-align: center;
  43. font-size: 18px;
  44. width: 600px;
  45. display: block;
  46. margin: 20px auto;
  47. margin-bottom: 5px;
  48. }
  49. .problemContent #pcontainer,
  50. .storeContent #containerStore{
  51. width: 100%;
  52. height: 500px;
  53. margin-bottom: 60px;
  54. }