1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 |
- @charset "utf-8";
- #product {
- height: 100%;
- position: relative;
- height: 100%;
- overflow: hidden;
- display: flex;
- flex-direction: column;
- .ant-anchor-link {
- padding: 0;
- }
- .am-tabs {
- margin-bottom: 15px;
- }
- .list {
- padding: 0px 15px 20px 15px;
- overflow: auto;
- flex: 1;
- .body {
- overflow-y: auto;
- }
- }
- .title {
- font-size: 16px;
- color: #1A1A1F;
- margin-bottom: 15px;
- }
- .service {
- display: flex;
- margin: 0 -4px;
- margin-bottom: 30px;
- .service-item {
- flex: 1;
- margin: 0 4px;
- background: rgba(247, 247, 247, 1);
- border-radius: 4px;
- position: relative;
- padding: 15px;
- font-size: 12px;
- line-height: 16px;
- .assets {
- width: 32px;
- height: 32px;
- position: absolute;
- top: 15px;
- right: 15px;
- }
- }
- }
- .banner {
- margin-bottom: 15px;
- width: 100%;
- background: rgba(216, 216, 216, 1);
- border-radius: 4px;
- overflow: hidden;
- }
- .more {
- color: #A7A7B7;
- }
- }
|