1234567891011121314151617181920212223242526 |
- @charset "utf-8";
- #export {
- border-top: 20px solid #7775CAFF;
- .content {
- width: 1200px !important;
- }
- .head-layout {
- padding: 30px 0;
- background: #F7F8FCFF;
- }
- .detail-layout {
- background: #fff;
- padding-top: 20px;
- .total-block {
- border: 1px solid #E4E4E4FF;
- height: 80px;
- line-height: 80px;
- border-radius: 4px;
- }
- }
- }
|