/* pages/emergency/resourse/index/index.wxss */ @import "../../../../colorui/main.wxss"; @import "../../../../colorui/icon.wxss"; page { background-color: #f5f5f5; } .v-div { display: flex; display: -webkit-flex; flex-direction: column; } .h-div { display: flex; display: -webkit-flex; flex-direction: row; } .v-center { align-items: center; } .h-center { justify-content: center; } .flex { flex: 1; } .space-between { justify-content: space-between; } .cu-item { font-size: 30rpx; font-weight: bold; } .filter { height: 80rpx; min-width: 100%; white-space: nowrap; padding: 10rpx 0; display: flex; flex-direction: row; background-color: white; border-radius: 10rpx; align-items: center; position: sticky; top: 0; border-bottom: 1rpx solid #f5f5f5; } .filter .tag { background: #CEDFFD; border-radius: 46rpx; padding: 2rpx 40rpx; margin-left: 20rpx; display: inline-block; } .filter .cur { background: #FFFFFF; border: 2rpx solid #417AFF; } .filter view { width: fit-content; } .search { background-color: #f5f5f5; position: sticky; top: 0; z-index: 10; } .cu-bar .search-form { background: #FFFFFF; box-shadow: 0rpx 0rpx 12rpx 2rpx #DDECF3; border-radius: 12rpx; } .item-bg { padding: 0 20rpx; /* background-color: #f5f5f5; */ } .item { background-color: #ffffff; padding: 20rpx; position: relative; border-radius: 10rpx; z-index: 2; margin-top: 15rpx; } .item .lab { font-size: 30rpx; color: #222222; } .item .val { font-size: 30rpx; color: #222222; } .item .download { font-size: 30rpx; color: var(--blue); width: 100%; text-align: center; } .item .guide { width: 32rpx; height: 32rpx; margin-right: 10rpx; } .item .line { margin: 20rpx -20rpx; border-top: 2rpx dashed #f5f5f5; } .space { height: calc(constant(safe-area-inset-bottom) + 30rpx); height: calc(env(safe-area-inset-bottom) + 30rpx); }