12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- @charset "utf-8";
- #product-service-detail {
- .b-g {
- padding: 15px;
- height: 160px;
- background-size: 100%;
- background-position: center;
- background-repeat: no-repeat;
- .title {
- color: #fff;
- font-size: 16px;
- }
- }
- .detail {
- padding: 15px;
- .title {
- font-size: 16px;
- color: #303036;
- margin-bottom: 15px;
- }
- .division {
- height: 1px;
- background: #D8D8D8;
- margin-bottom: 15px;
- }
- .g-special-radio-group {
- margin-bottom: 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;
- }
- }
- }
|