123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140 |
- @charset "utf-8";
- #product-data {
- .top {
- position: absolute;
- top: 0;
- left: 0;
- right: 0;
- border-bottom: 1px solid #eee;
- padding: 10px 15px;
- line-height: 24px;
- color: #686872;
- .tab {
- display: inline-block;
- padding: 0 15px;
- }
- .tab.active {
- color: #41A6F3;
- }
- .right {
- float: right;
- border-left: 1px solid #eee;
- padding: 0 10px;
- .assets {
- margin-left: 5px;
- width: 20px;
- height: 20px;
- }
- }
- }
- .list {
- padding-top: 46px;
- height: 100%;
- .am-list-body {
- padding: 15px;
- }
- .am-list-body::before {
- background: none;
- }
- .am-list-body::after {
- background: none;
- }
- }
- .am-drawer {
- .am-drawer-sidebar {
- width: 240px;
- background: #fff;
- .filter {
- .body {
- .item {
- line-height: 30px;
- padding: 15px;
- border-bottom: 1px solid #eee;
- .label {
- color: #303036;
- font-size: 12px;
- }
- .value {
- border-bottom: 1px solid #eee;
- padding-bottom: 10px;
- .g-special-radio-wrapper {
- margin: 0 4px;
- }
- }
- .left {
- display: inline-block;
- }
- .right {
- float: right;
- text-align: right;
- border: none;
- padding: 0;
- .g-checkbox-wrapper {
- padding-top: 3px;
- }
- .g-special-radio-wrapper {
- margin: 0 5px;
- }
- }
- .arrow {
- width: 15px;
- height: 15px;
- }
- }
- .sub {
- padding: 0 15px;
- border-bottom: 1px solid #eee;
- .item {
- padding: 10px 0;
- .label {
- color: #686872;
- }
- .value {
- border: none;
- padding: 0;
- }
- }
- .title {
- color: #303036;
- font-size: 12px;
- line-height: 40px;
- }
- }
- }
- .footer {
- position: absolute;
- bottom: 20px;
- left: 0;
- right: 0;
- text-align: center;
- }
- }
- }
- }
- }
|