/* Eservice/agent/billCanUseProduct/index.wxss */ page { position: relative; height: 100vh; overflow: hidden; } .footer { display: flex; justify-content: space-between; 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; z-index: 9999; padding-top: 10rpx; .count { height: 90rpx; line-height: 90rpx; font-size: 32rpx; font-weight: bold; color: var(--error); } .but-box { .but { min-width: 156rpx; height: 90rpx; background: #3874F6; border-radius: 8rpx; font-size: 28rpx; font-family: PingFang SC-Bold, PingFang SC; font-weight: bold; color: #FFFFFF; margin-left: 8rpx; } .delete { background: var(--warning); } } } .description { position: relative; overflow: hidden; box-sizing: border-box; .title { font-size: 30rpx; margin-bottom: 16rpx !important; color: #414141; .tag { display: inline-block; margin-right: 8rpx; font-size: 22rpx; color: #fff; padding: 0 10rpx; border-radius: 4rpx; box-sizing: border-box; } .M { background-color: #3774F6; } .P { background-color: #FF9F00; } .m { background-color: #3774F6; } .p { background-color: #FF9F00; } } .avatar { position: absolute; right: -20rpx; top: 50%; transform: translate(0, -50%); } }