| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109 |
- .product-item {
- background-color: #fff;
- box-sizing: border-box;
- border-bottom: 1rpx solid #DDDDDD;
- margin-bottom: 20rpx;
- .product {
- padding: 20rpx 30rpx;
- box-sizing: border-box;
- position: relative;
- .dec {
- font-size: 24rpx;
- font-family: PingFang SC-Regular, PingFang SC;
- color: #999999;
- .title {
- width: 90%;
- height: 40rpx;
- font-size: 28rpx;
- font-weight: 600;
- color: #333333;
- }
- .subfield {
- display: flex;
- margin-top: 8rpx;
- line-height: 34rpx;
- }
- }
- .delete {
- position: absolute;
- width: 68rpx;
- line-height: 68rpx;
- right: 10rpx;
- top: 0rpx;
- text-align: center;
- font-size: 32rpx;
- color: #999;
- }
- }
- .bot {
- width: 690rpx;
- height: 176rpx;
- border-top: 1rpx solid #ddd;
- margin: 0 auto;
- .row {
- display: flex;
- width: 100%;
- margin-top: 20rpx;
- .stepper-input {
- background-color: #fff;
- border: 1px solid #ddd;
- margin: 0;
- box-sizing: border-box !important;
- height: 58rpx;
- padding: 0;
- line-height: 58rpx;
- }
- view {
- display: flex;
- height: 58rpx;
- align-items: center;
- .label {
- width: 180rpx;
- font-size: 24rpx;
- font-family: PingFang SC-Regular, PingFang SC;
- color: #666666;
- text-align-last: justify;
- }
- }
- .input {
- height: 58rpx;
- background: #FFFFFF;
- border-radius: 8rpx;
- border: 1rpx solid #CCCCCC;
- font-size: 28rpx;
- font-family: PingFang SC-Regular, PingFang SC;
- color: #333333;
- line-height: 44px;
- text-align: center;
- }
- .money {
- flex: 1;
- display: flex;
- font-size: 24rpx;
- font-family: PingFang SC-Medium, PingFang SC;
- color: #666666;
- justify-content: flex-end;
- margin-right: 20rpx;
- text {
- font-size: 28rpx;
- color: #FF3B30;
- font-weight: 600;
- }
- }
- }
- }
- }
|