123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566 |
- @charset "utf-8";
- #product-course-package {
- padding: 15px;
- .title {
- font-size: 16px;
- color: #303036;
- margin-bottom: 15px;
- font-weight: 600;
- }
- .name {
- line-height: 50px;
- margin-bottom: 25px;
- span {
- margin-left: 10px;
- }
- }
- .tags {
- margin-bottom: 30px;
- .g-tag {
- margin-right: 5px;
- }
- }
- .desc {
- color: #686872;
- margin-bottom: 15px;
- font-size: 12px;
- }
- .detail-title {
- color: #303036;
- font-weight: 600;
- margin-bottom: 10px;
- }
- .detail-tags {
- margin-bottom: 15px;
- .g-tag {
- margin-right: 10px;
- margin-bottom: 10px;
- }
- }
- .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;
- }
- }
- }
|