12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- @charset "utf-8";
- #product-data-detail {
- padding: 15px;
- min-height: 100%;
- .detail {
- position: relative;
- margin-bottom: 15px;
- .info-img {
- position: absolute;
- left: 0;
- top: 0;
- width: 105px;
- }
- .info {
- padding-left: 115px;
- position: relative;
- .title {
- font-size: 16px;
- line-height: 24px;
- color: #303036;
- }
- .tags {
- .g-tag {
- margin-right: 5px;
- }
- }
- .data {}
- .g-money {
- position: absolute;
- bottom: 0;
- right: 0;
- }
- }
- }
- .desc {
- 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;
- }
- }
- }
|