/* * * Copyright (C) THL A29 Limited, a Tencent company. All rights reserved. * SPDX-License-Identifier: Apache-2.0 * */ .nav_page{ width: 1000px; height: 510px; background: #FFFFFF; box-shadow: 0px 9px 27px rgba(56, 91, 210, 0.13); margin: 40px auto; border-radius: 6px; } .navs{ height:50px; display: flex; background: #F2F5FF; border-radius: 6px 6px 0 0; .nav_i{ width:136px; line-height: 50px; text-align: center; border-radius: 6px 6px 0 0; font-size: 14px; color:#385BD2; &.active{ background:#385BD2; color:white; } } }