1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677 |
- @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;
- .o-m {
- display: inline-block;
- margin-right: 10px;
- }
- .t-m {
- display: inline-block;
- font-size: 16px;
- color: #F5B44A;
- }
- }
- }
- }
|