1.26 个股详情业务结构,发展历程模块完善
This commit is contained in:
43
unpackage/dist/dev/mp-weixin/pages/geGuCenter/geGuCenter.wxss
vendored
Normal file
43
unpackage/dist/dev/mp-weixin/pages/geGuCenter/geGuCenter.wxss
vendored
Normal file
@@ -0,0 +1,43 @@
|
||||
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: calc(55px + env(safe-area-inset-bottom));
|
||||
background-color: white;
|
||||
border-radius: 10rpx;
|
||||
}
|
||||
.detailPopup {
|
||||
max-height: 70%;
|
||||
background-color: white;
|
||||
color: red;
|
||||
border-radius: 20rpx 20rpx 0 0;
|
||||
padding-bottom: env(safe-area-inset-bottom);
|
||||
}
|
||||
Reference in New Issue
Block a user