样式处理

main
limingtao 11 months ago
parent 08fec1782f
commit 3c37c0a964
  1. 8
      pages/index/index.vue
  2. 3
      pages/investigation/components/investigation-item2.vue

@ -223,6 +223,7 @@
height: 500rpx;
color: #FFFFFF;
padding: calc(var(--status-bar-height) + 40rpx) 20rpx 20rpx;
.title {
font-family: Tensentype MeiHeiJ, Tensentype MeiHeiJ;
font-weight: bold;
@ -368,8 +369,10 @@
padding: 20rpx 30rpx 0;
font-family: Source Han Sans CN, Source Han Sans CN;
position: sticky;
top: 418px;
/* top: 418px; */
top: calc(var(--status-bar-height) + 798rpx);
z-index: 99;
padding-bottom:30rpx;
}
.Box {
@ -385,6 +388,8 @@
align-items: center;
position: relative;
box-shadow: 1px 1px 3px #ccc;
margin-top: 0;
margin-bottom: 30rpx;
.trapezoidal {
position: absolute;
@ -432,6 +437,7 @@
display: flex;
align-items: center;
background: #f8fafb;
.bg {
position: absolute;
top: 0;

@ -501,7 +501,8 @@ page {
/deep/ .uni-forms-item__label {
font-size: 32rpx;
// height:82rpx
height: auto;
margin-bottom: 20rpx;
}
}

Loading…
Cancel
Save