| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- @font-face {
- font-family: 'iconfont';
- src: url('fonts/iconfont.eot');
- /* IE9*/
- src: url('fonts/iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
- url('fonts/iconfont.woff') format('woff'), /* chrome、firefox */
- url('fonts/iconfont.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
- url('fonts/iconfont.svg#iconfont') format('svg');
- /* iOS 4.1- */
- }
- .clearfix:after {
- content: "";
- display: block;
- clear: both;
- }
- .fr{
- float: right;
- }
- .iconfont {
- font-family: "iconfont";
- font-style: normal;
- }
- .headerBar {
- background: #f3f3f4;
- height: 60px;
- padding: 10px 20px;
- }
- .headerBar .toolBar {
- border-bottom-style: none;
- padding: 10px 0;
- }
- .problemContent,
- .storeContent{
- width: 100%;
- padding-right: 2%;
- height: 100%;
- margin: 0 auto;
- text-align: -webkit-center;
- }
- .problemContent h2,
- .storeContent h2{
- text-align: center;
- font-size: 18px;
- width: 600px;
- display: block;
- margin: 20px auto;
- margin-bottom: 5px;
- }
- .problemContent #pcontainer,
- .storeContent #containerStore{
- width: 100%;
- height: 500px;
- margin-bottom: 60px;
- }
|