37 lines
573 B
Plaintext
37 lines
573 B
Plaintext
page {
|
|
background-color: #070707;
|
|
}
|
|
.topBg {
|
|
top: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
height: auto;
|
|
}
|
|
.searchC {
|
|
background-color: #292929B3;
|
|
left: 0;
|
|
right: 0;
|
|
margin: 20rpx 25rpx 0;
|
|
padding: 0 25rpx;
|
|
height: 70rpx;
|
|
border-radius: 35rpx;
|
|
font-size: 22rpx;
|
|
font-weight: 500;
|
|
}
|
|
.searchC .icon {
|
|
margin-right: 12rpx;
|
|
width: 25rpx;
|
|
height: auto;
|
|
}
|
|
.searchC input {
|
|
height: 100%;
|
|
color: white;
|
|
}
|
|
.stockDetailsC {
|
|
left: 25rpx;
|
|
width: calc(100vw - 50rpx);
|
|
bottom: env(safe-area-inset-bottom);
|
|
background-color: white;
|
|
border-radius: 10rpx;
|
|
}
|