1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798 |
- .category-container.data-v-d7dd60fc {
- max-width: 800px;
- margin: 0 auto;
- background: #f5f5f5;
- min-height: 100vh;
- }
- .search-bar.data-v-d7dd60fc {
- padding: 15px;
- background-color: #fff;
- }
- .search-input.data-v-d7dd60fc {
- background-color: #f5f5f5;
- border-radius: 25px;
- padding: 8px 15px;
- display: flex;
- align-items: center;
- }
- .search-input .iconfont.data-v-d7dd60fc {
- color: #999;
- margin-right: 10px;
- }
- .medicine-tabs.data-v-d7dd60fc {
- display: flex;
- background-color: #fff;
- border-bottom: 1px solid #eee;
- }
- .tab-item.data-v-d7dd60fc {
- flex: 1;
- padding: 12px 0;
- text-align: center;
- color: #666;
- font-size: 14px;
- position: relative;
- }
- .tab-item.active.data-v-d7dd60fc {
- color: #4a90e2;
- font-weight: 500;
- }
- .tab-item.active.data-v-d7dd60fc::after {
- content: '';
- position: absolute;
- left: 50%;
- bottom: 0;
- -webkit-transform: translateX(-50%);
- transform: translateX(-50%);
- width: 40px;
- height: 2px;
- background-color: #4a90e2;
- }
- .medicine-list.data-v-d7dd60fc {
- padding: 15px;
- }
- .medicine-item.data-v-d7dd60fc {
- display: flex;
- align-items: center;
- background-color: #fff;
- padding: 15px;
- margin-bottom: 10px;
- border-radius: 8px;
- box-shadow: 0 2px 4px rgba(0,0,0,0.05);
- }
- .medicine-image.data-v-d7dd60fc {
- width: 80px;
- height: 80px;
- margin-right: 15px;
- border-radius: 4px;
- }
- .medicine-info.data-v-d7dd60fc {
- flex: 1;
- margin-right: 15px;
- }
- .medicine-name.data-v-d7dd60fc {
- font-size: 16px;
- font-weight: 500;
- color: #333;
- margin-bottom: 5px;
- }
- .medicine-desc.data-v-d7dd60fc {
- font-size: 14px;
- color: #666;
- margin-bottom: 3px;
- }
- .medicine-spec.data-v-d7dd60fc {
- font-size: 12px;
- color: #999;
- }
- .medicine-price.data-v-d7dd60fc {
- font-size: 16px;
- color: #ff4d4f;
- font-weight: 500;
- }
- .loading-tip.data-v-d7dd60fc, .no-data-tip.data-v-d7dd60fc {
- padding: 20px;
- text-align: center;
- color: #999;
- }
|