feat: move project
This commit is contained in:
commit
4a940f28ba
97 changed files with 5047 additions and 0 deletions
40
custom-tab-bar/index.wxss
Normal file
40
custom-tab-bar/index.wxss
Normal file
|
|
@ -0,0 +1,40 @@
|
|||
.tabline {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
|
||||
.custom-tab-bar-wrapper {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.text {
|
||||
font-size: 28rpx;
|
||||
padding-left: 10rpx;
|
||||
}
|
||||
|
||||
.camera {
|
||||
position: absolute;
|
||||
left: 50%;
|
||||
top: 20rpx;
|
||||
border-radius: 20rpx;
|
||||
height: 78rpx;
|
||||
width: 176rpx;
|
||||
background: linear-gradient(180deg, rgb(74, 137, 254) 0%, rgb(47, 103, 254) 100%);
|
||||
transform: translateX(-50%);
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
z-index: 2;
|
||||
font-size: 28rpx;
|
||||
color: #fff;
|
||||
}
|
||||
.camera .txt{
|
||||
display: flex;
|
||||
align-items: center;
|
||||
padding-left:10rpx;
|
||||
white-space: nowrap;
|
||||
}
|
||||
.custom-tab-bar-wrapper.cur {
|
||||
color: #2966f5;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue