12345678910111213141516171819202122232425262728293031323334353637 |
- .hospital-new-component .tab-services {
- background: #fff;
- }
- .hospital-new-component .tab-services .activeTab .am-tabs-bar {
- border: none;
- margin-bottom: 16rpx;
- }
- .hospital-new-component .tab-content {
- min-height: 120rpx;
- padding: 24rpx;
- }
- .hospital-new-component .tab-content .tab-services-wrap {
- display: flex;
- flex-wrap: wrap;
- justify-content: space-between;
- background-color: #fff;
- padding: 20rpx 0 30rpx;
- }
- .hospital-new-component .tab-content .tab-services-item {
- display: flex;
- align-items: center;
- justify-content: center;
- flex-direction: column;
- }
- .hospital-new-component .tab-content .icon-container {
- width: 64rpx;
- height: 64rpx;
- }
- .hospital-new-component .tab-content .icon-container .icon {
- width: 100%;
- height: 100%;
- }
- .hospital-new-component .tab-content .title {
- color: #333;
- margin-top: 16rpx;
- font-size: 30rpx;
- }
|