daofu-applet/pages/emergency/t-x-l/index/index.wxss
2024-06-04 14:45:44 +08:00

129 lines
1.8 KiB
Plaintext

/* 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: 60rpx;
margin-bottom: 10rpx;
min-width: 100%;
white-space: nowrap;
}
.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-bottom: 20rpx;
}
.item .lab {
font-size: 32rpx;
font-weight: bold;
color: #222222;
}
.item .val {
font-size: 32rpx;
color: #222222;
}
.item .age {
font-size: 32rpx;
margin-left: 30rpx;
}
.item .phone {
font-size: 32rpx;
color: var(--blue);
}
.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);
}