/* components/portsBar/portsBar.wxss */ .ports { margin: 40rpx 0 39rpx 0; } .ports>view { width: 150rpx; height: 60rpx; font-size: 26rpx; font-family: PingFangSC-Medium, PingFang SC; font-weight: 500; color: #0089FD; line-height: 58rpx; text-align: center; border-top: 1rpx solid #0089FD; border-bottom: 1rpx solid #0089FD; border-left: 1rpx solid #0089FD; } .first-port { border-radius: 20rpx 0px 0px 20rpx; } .last-port { border-radius: 0px 20rpx 20rpx 0px; border-right: 1rpx solid #0089FD; } .current-port { color: #fff !important; background: linear-gradient(270deg, #0089FD 0%, #43A9FF 100%); border: none !important; line-height: 60rpx; } .one-port { border-radius: 20rpx 20rpx 20rpx 20rpx; } .df{ display: flex; } .jcc{ justify-content: center; }