/**index.wxss**/ page { width: 100%; min-height: 100vh; overflow: hidden auto ; background-color: #f7f7f7; } .header { width: 100%; height: 464rpx; /* position: fixed; top: 0; left: 0; z-index: 1000; */ } .header .header-bg { width: 100%; height: 444rpx; position: absolute; height: 100%; z-index: -999; } .header .navigation { width: 100%; display: flex; align-items: center; justify-content: center; color: #333333; font-size: 32rpx; position: relative; z-index: 100; } .header .content{ margin: 140rpx 0 0 69rpx; } .header .content .h2{ font-size: 44rpx; font-family: PingFang SC; font-weight: 800; color: #333333; margin-bottom: 40rpx; } .header .content .tag{ width: 170rpx; height: 50rpx; position: relative; line-height: 48rpx; font-size: 28rpx; font-family: PingFang SC; font-weight: 500; color: #FFFFFF; padding-left: 15rpx; } .header .content .tag image { width: 170rpx; height: 50rpx; position: absolute; top: 0; left: 0; z-index: -888; } .select{ width: 100%; height: 90rpx; background-color: #fff; display: flex; justify-content: space-between; box-sizing: border-box; padding: 0 40rpx; align-items: center; } .select view { display: flex; align-items: center; font-size: 30rpx; font-family: PingFang SC; font-weight: 500; color: #3A80E7; } .select view image{ width: 16rpx; height: 16rpx; margin: 0 9rpx; } .select .delete { font-size: 28rpx; font-family: PingFang SC; font-weight: 500; color: #999999; } .select .delete image{ width: 30rpx; height: 30rpx; } .content{ width: 100%; /* height: calc(100vh - 560rpx); overflow-y: scroll; */ padding:0 20rpx ; box-sizing: border-box; } .content .scroll { height: calc(100vh - 560rpx); overflow-y: scroll; } .content .card{ width: 100%; background-color: #fff; display: flex; height: 236rpx; flex-direction: column; border-radius: 20rpx; padding: 0 30rpx; box-sizing: border-box; margin-top: 20rpx; overflow: hidden; } .blue{ color:#5693EE; } .yellow{ color:#E2944D; } .cyan{ color: #2EB4F2 ; } .cyanBg{ background: rgba(56,189,253,0.1); } .yellowBg{ background: rgba(248,188,122,0.1); } .blueBg{ background: rgba(86,147,238,0.1); } .gray{ color: #999999 !important; } .content .card .title{ font-size: 32rpx; height: 90rpx; line-height: 90rpx; border-bottom: 1px solid #EAEAEA; font-family: PingFang SC; font-weight: 500; color: #333333; margin-bottom: 24rpx; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .content .card .type { width: fit-content; display: flex; font-size: 26rpx; border-radius: 4rpx; background-color: rgba(56,189,253,0.1); padding: 8rpx 10rpx; } .content .type image { width: 30rpx; height: 30rpx; } .content .card .type text{ overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .content .card .bottom{ display: flex; justify-content: space-between; align-items: center; font-size: 28rpx; font-family: PingFang SC; color: #999999; margin-top: 27rpx; } .content .card .bottom .flex_box{ display: flex; justify-content: left; }