Commit 9f041fad authored by lvtz's avatar lvtz

fix

parent 026c3e60
......@@ -297,8 +297,8 @@
.tab-box{
width: 350rpx;
height: 60rpx;
border: 1px solid rgba(101,184,244,1);
border-radius: 10rpx;
border: 1px solid #16B0FD;
border-radius: 4rpx;
display: flex;
overflow: hidden;
}
......
......@@ -9,24 +9,34 @@ page{
padding: 36rpx 20rpx 18rpx;
}
.themetab {
height: 60rpx;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 34rpx;
/* border: 1px solid #16B0FD; */
margin: 0 46rpx 34rpx;
border: 1px solid #16B0FD;
background: #fff;
border-radius: 4rpx;
overflow: hidden;
}
.themetab .themetypeitem {
width: 210rpx;
height: 60rpx;
/* border-bottom: 1px solid #16B0FD;
border-top: 1px solid #16B0FD; */
flex: 1;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
font-size: 26rpx;
color: #16B0FD;
text-align: center;
border: 1px solid #16B0FD;
position: relative;
}
.themetab .themetypeitem:not(:last-of-type)::after{
content: '';
width: 1px;
height: 100%;
background: #16B0FD;
position: absolute;
right: 0;
top: 0;
}
.themetab .themetypeitem.active {
background-color: #16B0FD;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment