12345678910111213141516171819 |
- /* 顶部切换标题 */
- .switch-view{
- display: flex;
- background: #FFF;
- }
- .switch-view view{
- margin: 0 auto;
- color: #999;
- height: 80rpx;
- line-height: 80rpx;
- font-size: 36rpx;
- }
- .curTitle{
- color: #cc6031 !important;
- border-bottom: 2px solid #cc6031;
- font-weight: 600;
- }
- /* end */
|