You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
635 B
33 lines
635 B
@import "/home/pages/entryInfoAudit/entryInfoAudit.wxss";
|
|
.content-tab {
|
|
width: 750rpx;
|
|
height: 90rpx;
|
|
display: flex;
|
|
flex-direction: row;
|
|
background-color: #ffffff;
|
|
margin-bottom: 1px;
|
|
}
|
|
.content-tab-item {
|
|
flex: 1;
|
|
height: 100%;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
justify-content: center;
|
|
font-size: 28rpx;
|
|
color: #666;
|
|
position: relative;
|
|
}
|
|
.content-tab-item-select {
|
|
color: #333;
|
|
font-size: 32rpx;
|
|
font-weight: bold;
|
|
}
|
|
.content-tab-item-select-tab {
|
|
position: absolute;
|
|
bottom: 0;
|
|
width: 60rpx;
|
|
height: 6rpx;
|
|
background-color: #0a6597;
|
|
border-radius: 3rpx;
|
|
} |