@import "./index.skeleton.wxss"; page { height: 100vh; overflow: hidden; } .total { height: 60rpx; line-height: 60rpx; font-size: 24rpx; font-family: PingFang SC-Regular, PingFang SC; color: #666666; padding-left: 30rpx; } .item { display: flex; flex-wrap: wrap; align-items: center; width: 100vw; padding: 20rpx 30rpx 0; background-color: #FFFFFF; box-sizing: border-box; border-bottom: 1rpx solid #DDDDDD; margin-bottom: 20rpx; overflow: hidden; .main { width: 100%; padding-right: 20rpx; box-sizing: border-box; padding-bottom: 20rpx; border-bottom: 1px solid #DDDDDD; .title { height: 40rpx; line-height: 40rpx; font-size: 28rpx; font-family: PingFang SC-Semibold, PingFang SC; font-weight: 600; color: #333333; } .subfield { margin-top: 6rpx; height: 34rpx; line-height: 34rpx; font-size: 24rpx; color: #999999; } } .editor { display: flex; justify-content: space-between; align-items: center; width: 100%; padding: 10rpx 0; .radio { font-size: 24rpx; font-family: PingFang SC-Regular, PingFang SC; color: #666666; margin-left: -10rpx; } .icon-but { padding-right: 30rpx; navigator { display: inline-block; width: 60rpx; line-height: 60rpx; text-align: center; margin-left: 30rpx; width: 32px; color: #707070; } } } } .footer { display: flex; justify-content: space-between; align-items: center; padding: 0 30rpx; position: fixed; width: 100vw; height: 130rpx; background: #FFFFFF; box-shadow: 0px -4rpx 16rpx 2rpx rgba(150, 157, 165, 0.16); bottom: 0; box-sizing: border-box; .count { font-size: 28rpx; font-family: PingFang SC-Regular, PingFang SC; color: #333333; } .but { width: 156rpx; height: 90rpx; background: #3874F6; border-radius: 8rpx; font-size: 28rpx; font-family: PingFang SC-Bold, PingFang SC; font-weight: bold; color: #FFFFFF; } } .footer { display: flex; justify-content: center; position: fixed; bottom: 0; width: 100vw; min-height: 130rpx; background-color: #fff; box-shadow: rgba(0, 0, 0, 0.15) 0px 5rpx 15rpx 0px; .but { width: 690rpx; height: 90rpx; background: #3774F6; border-radius: 16rpx; font-size: 28rpx; font-weight: 600; color: #FFFFFF; } }