29 lines
570 B
Plaintext
29 lines
570 B
Plaintext
@charset "UTF-8";
|
|
/* 颜色变量 */
|
|
/* 行为相关颜色 */
|
|
/* 基本颜色 */
|
|
.tab_list.data-v-590b0194 {
|
|
padding: 0 30rpx;
|
|
display: flex;
|
|
justify-content: space-around;
|
|
align-items: center;
|
|
background: #fff;
|
|
}
|
|
.tab_list .tab_li.data-v-590b0194 {
|
|
font-size: 26rpx;
|
|
color: #666;
|
|
line-height: 80rpx;
|
|
}
|
|
.tab_list .tab_active.data-v-590b0194 {
|
|
color: #333;
|
|
border-bottom: 1rpx solid #008EFF;
|
|
}
|
|
.btn_small_g.data-v-590b0194 {
|
|
height: 60rpx;
|
|
line-height: 60rpx;
|
|
width: 150rpx;
|
|
background-color: #008EFF;
|
|
color: #fff;
|
|
border-radius: 35rpx;
|
|
}
|