@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; .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; } } }