123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263 |
- @charset "utf-8";
- #product-course-vs {
- .fixed {
- position: fixed;
- bottom: 0;
- left: 0;
- right: 0;
- height: 64px;
- line-height: 64px;
- padding: 0 15px;
- border-top: 1px solid #eee;
- background: #fff;
- .action {
- display: inline-block;
- margin-right: 10px;
- .minus {
- display: inline-block;
- width: 20px;
- height: 20px;
- border: 1px solid #dfdfdf;
- border-radius: 50%;
- text-align: center;
- line-height: 20px;
- font-size: 10px;
- i {
- vertical-align: none;
- }
- }
- .num {
- display: inline-block;
- color: #686872;
- margin: 0 15px;
- }
- .add {
- display: inline-block;
- width: 20px;
- height: 20px;
- background: #41a6f3;
- border-radius: 50%;
- color: #fff;
- text-align: center;
- line-height: 20px;
- font-size: 10px;
- i {
- vertical-align: none;
- }
- }
- }
- .fee {
- display: inline-block;
- }
- }
- }
|