1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- @charset "utf-8";
- #product-course-detail {
- .b-g {
- padding: 15px;
- height: 160px;
- background-size: 100%;
- background-position: center;
- background-repeat: no-repeat;
- .title {
- color: #fff;
- font-size: 16px;
- }
- }
- .tip {
- background: #8872BC;
- height: 32px;
- line-height: 32px;
- padding: 0 15px;
- color: #fff;
- }
- .detail {
- padding: 0 15px;
- }
- .fixed {
- position: fixed;
- bottom: 0;
- left: 0;
- right: 0;
- height: 64px;
- line-height: 64px;
- padding: 0 15px;
- border-top: 1px solid #eee;
- background: #fff;
- .fee {
- display: inline-block;
- }
- }
- }
|