.timepick { height: 100rpx; background: #fff; } .total { display: flex; padding: 30rpx; } .tpart.act { box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08), inset 0 -2px 0 0 #2b9dff !important; color: #2b9dff !important; } .tpart { background: #fff; box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08); flex: 1; text-align: center; margin-left: 30rpx; } .tpart:nth-child(1) { margin-left: 0 !important; } .tpart view:nth-child(1) { line-height: 60rpx; font-size: 24rpx; } .tpart view:nth-child(2) { font-size: 36rpx; } .tpart view:nth-child(3) { line-height: 80rpx; font-size: 36rpx; } .searchbar { height: 80rpx; padding: 10rpx 30rpx; background: #fff; line-height: 80rpx; box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08); } .addbtn { text-align: right; width: 80rpx; } .inputv { background: #f2f2f2; border-radius: 40rpx; } .inputv view:nth-child(1) { width: 80rpx; position: relative; } .inputv view:nth-child(1) image { width: 30rpx; height: 30rpx; position: absolute; top: 50%; margin-top: -15rpx; left: 30rpx; } .inputv view:nth-child(2) { flex: 1; } .inputv input { width: 100%; height: 100%; } .inputv view:nth-child(3) { width: 80rpx; position: relative; } .inputv view:nth-child(3) image { width: 30rpx; height: 30rpx; position: absolute; top: 50%; margin-top: -15rpx; right: 30rpx; } .userbtn { text-align: left; width: 130rpx; } .part { margin: 20rpx 30rpx; box-shadow: 0 4rpx 8rpx 0 rgba(0, 0, 0, 0.08); border-radius: 12rpx; padding: 30rpx; background: #fff; } .ptime { font-size: 24rpx; } .pname { display: flex; margin: 20rpx 0; line-height: 100rpx; } .logov { width: 100rpx; height: 100rpx; margin-right: 30rpx; } .logov image { width: 100%; height: 100%; } .pname .navigator-arrow::after { right: 0; } .tips { color: #666; font-size: 24rpx; display: flex; margin-top: 20rpx; } .tips view { flex: 1; text-align: center; font-size: 24rpx; } .tips view:nth-child(1) { text-align: left; } .tips view:nth-child(3) { text-align: right; } .toolbar { overflow: hidden; margin-top: 10rpx; } .toolbar view { float: right; width: 150rpx; text-align: center; height: 50rpx; line-height: 50rpx; border: 1rpx solid #999; border-radius: 6rpx; margin-left: 20rpx; font-size: 26rpx; } .bluebar { border: 1rpx solid #2b9dff !important; color: #2b9dff !important; } .title { height: 100rpx; line-height: 100rpx; padding: 0 30rpx; } .title text { float: right; color: #ff5f6b; } .skpart { background: #fff; box-shadow: 0 4rpx 8rpx 0 rgba(0, 0, 0, 0.08); border-radius: 12rpx; padding: 0 30rpx; margin: 0 30rpx; position: relative; } .cashtitle { line-height: 80rpx; font-size: 24rpx; } .cashtitle text:nth-child(1) { margin-left: 40rpx; } .cashtitle text:nth-child(2) { float: right; font-weight: 500; } .row1 { display: flex; line-height: 60rpx; } .row1 view { flex: 1; } .row1 view:nth-child(1) { text-align: left; } .row1 view:nth-child(2) { text-align: center; } .row1 view:nth-child(3) { text-align: right; } .row2 { display: flex; line-height: 50rpx; } .row2 view { flex: 1; font-size: 24rpx; color: #666; } .sell { position: absolute; left: 0; top: 20rpx; text-align: center; background-image: linear-gradient(-180deg, #ff7696 0%, #ff5151 100%); border-radius: 0 21px 21px 0; color: #fff; font-size: 24rpx; width: 50rpx; height: 40rpx; line-height: 40rpx; }