Commit 9f041fad authored by lvtz's avatar lvtz

fix

parent 026c3e60
...@@ -297,8 +297,8 @@ ...@@ -297,8 +297,8 @@
.tab-box{ .tab-box{
width: 350rpx; width: 350rpx;
height: 60rpx; height: 60rpx;
border: 1px solid rgba(101,184,244,1); border: 1px solid #16B0FD;
border-radius: 10rpx; border-radius: 4rpx;
display: flex; display: flex;
overflow: hidden; overflow: hidden;
} }
......
...@@ -9,24 +9,34 @@ page{ ...@@ -9,24 +9,34 @@ page{
padding: 36rpx 20rpx 18rpx; padding: 36rpx 20rpx 18rpx;
} }
.themetab { .themetab {
height: 60rpx;
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
margin-bottom: 34rpx; margin: 0 46rpx 34rpx;
/* border: 1px solid #16B0FD; */ border: 1px solid #16B0FD;
background: #fff;
border-radius: 4rpx;
overflow: hidden;
} }
.themetab .themetypeitem { .themetab .themetypeitem {
width: 210rpx; flex: 1;
height: 60rpx; height: 100%;
/* border-bottom: 1px solid #16B0FD;
border-top: 1px solid #16B0FD; */
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
font-size: 26rpx; font-size: 26rpx;
color: #16B0FD; color: #16B0FD;
text-align: center; position: relative;
border: 1px solid #16B0FD; }
.themetab .themetypeitem:not(:last-of-type)::after{
content: '';
width: 1px;
height: 100%;
background: #16B0FD;
position: absolute;
right: 0;
top: 0;
} }
.themetab .themetypeitem.active { .themetab .themetypeitem.active {
background-color: #16B0FD; 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