61 lines
1.1 KiB
Plaintext
61 lines
1.1 KiB
Plaintext
/* components/nav/nav.wxss */
|
|
.barcontain {
|
|
position: fixed;
|
|
top: 0;
|
|
z-index: 9;
|
|
width: 100%;
|
|
overflow: hidden;
|
|
height: 290rpx;
|
|
}
|
|
|
|
.barcontain .barcon {
|
|
margin: 106rpx 32rpx 0;
|
|
}
|
|
.barcon .scon {
|
|
width: 100%;
|
|
height: 80rpx;
|
|
background: #FBFBFB;
|
|
display: flex;
|
|
|
|
box-shadow: 0rpx 12rpx 28rpx 0rpx rgba(0,0,0,0.03);
|
|
border-radius: 8rpx;
|
|
align-items: center;
|
|
margin-top: 55rpx;
|
|
}
|
|
|
|
.barcontain .text {
|
|
font-size: 36rpx;
|
|
font-weight: 600;
|
|
}
|
|
|
|
.barcon .ss {
|
|
width: 30rpx;
|
|
height: 30rpx;
|
|
margin-right: 25rpx;
|
|
}
|
|
|
|
.barcontain .ipt {
|
|
margin-left: 30rpx;
|
|
flex: 1;
|
|
font-size: 32rpx;
|
|
height: 80rpx;
|
|
|
|
}
|
|
.bg{
|
|
position: absolute;
|
|
z-index:-1;
|
|
width:750rpx;
|
|
}
|
|
.btn{
|
|
width: 128rpx;
|
|
height: 64rpx;
|
|
display: flex;
|
|
margin-right: 8rpx;
|
|
font-size: 32rpx;
|
|
font-weight: 500;
|
|
color: #FFFFFF;
|
|
align-items: center;
|
|
justify-content: center;
|
|
background: linear-gradient(90deg, #377FF7 0%, #51AAFF 100%);
|
|
border-radius: 8rpx;
|
|
} |