page{ background-color: #fff; } .top-fixed{ position: fixed; top: 0; right: 0; left: 0; background-color: #fff; z-index: 101; } .search-box{ padding: 30rpx; background-color: #fff; } .search-text{ color: #999999; } .search-input{ height: 76rpx; line-height: 76rpx;; background: #F5F5F5; border-radius: 60rpx; padding: 0 26rpx; font-size: 24rpx; } .search-input input{ font-size: 24rpx; } .search-input image{ width: 34rpx; height: 34rpx; margin-right: 26rpx; } .search-all{ color: #2a82fd; font-size: 30rpx; margin-left: 46rpx; } .filter{ padding: 0 0 0 30rpx; text-align: center; font-size: 28rpx; color: #999999; line-height: 41rpx; } .filter-item-icon{ margin-left: 15rpx; width: 22rpx; height: 13rpx; } .filter-item{ justify-content: center; } .f-active{ color: var(--main); } .title{ line-height: 50rpx; font-size: 36rpx; font-family: PingFang SC-Bold, PingFang SC; font-weight: bold; color: #333333; padding: 0 30rpx; } .title text{ font-size: 24rpx; font-family: PingFang SC-Regular, PingFang SC; font-weight: 400; color: #A1A1A1; margin-left: 20rpx; } .padd30{ padding: 30rpx; } .act-bar{ padding-bottom:42rpx ; border-bottom: 2rpx solid #E8E8E8; margin-bottom: 40rpx; } .act-bar:last-child{ border-bottom: none; } .act-pic{ position: relative; width: 270rpx; height: 174rpx; border-radius: 6rpx 6rpx 6rpx 6rpx; margin-right: 24rpx; } .act-pic image{ width: 100%; height: 100%; border-radius: 6rpx 6rpx 6rpx 6rpx; } .act-pic-tag{ position: absolute; top: 0; left: 0; background-color: rgba(0, 0, 0, 0.7); border-radius: 6rpx 0rpx 15rpx 0rpx; padding: 0 10rpx; line-height: 28rpx; font-size: 20rpx; font-family: PingFang SC-Regular, PingFang SC; font-weight: 400; text-align: center; color: #FFFFFF; } .act-title{ max-height: 80rpx; line-height: 40rpx; font-size: 28rpx; font-family: PingFang SC-Regular, PingFang SC; font-weight: 400; color: #000000; } .act-time{ line-height: 33rpx; font-size: 24rpx; font-family: PingFang SC-Regular, PingFang SC; font-weight: 400; color: #999999; margin-top: 10rpx; } .act-bottom{ justify-content: space-between; margin-top: 20rpx; } .act-bottom-look{ font-size: 24rpx; font-family: PingFang SC-Regular, PingFang SC; font-weight: 400; color: #999999; } .act-bottom-look image{ width: 28rpx; height: 28rpx; margin-right: 6rpx; } .act-edit{ width: 113rpx; height: 52rpx; line-height: 52rpx; background: #27D699; border-radius: 26rpx 26rpx 26rpx 26rpx; opacity: 1; text-align: center; font-size: 24rpx; font-family: PingFang SC-Regular, PingFang SC; font-weight: 400; color: #FFFFFF; } .act-create{ width: 110rpx; height: 110rpx; background: var(--main); box-shadow: 0rpx 4rpx 24rpx 1rpx rgba(0,155,98,0.2); opacity: 1; font-size: 24rpx; font-family: PingFang SC-Regular, PingFang SC; font-weight: 400; color: #FFFFFF; text-align: center; border-radius: 100%; padding: 20rpx; box-sizing: border-box; position: fixed; bottom: 200rpx; right: 30rpx; } .act-create image{ width: 39rpx; height: 39rpx; margin: auto; }