| 12345678910111213141516 |
- /* add.css */
- page{background: #fff;}
- .con{padding: 0 30rpx;}
- .search{height: 60rpx;background: #F7F7F7;border-radius: 30rpx;margin: 30rpx 0 25rpx;padding: 0 0 0 32rpx;}
- .ssico{width: 31rpx;height: 31rpx;margin-right: 7rpx;}
- .ipt{font-size: 28rpx;color: #32363F;}
- .placeholder{color: #B3B3B3;}
- .clear{width: 32rpx;height: 32rpx;padding: 10rpx 26rpx;}
- .list .li{border-bottom: 1rpx solid #e9e9e9;padding: 25rpx 0;}
- .list .li:last-child{border-bottom: none;}
- .pro{padding: 20rpx 0;align-items: flex-start;border-bottom: 1rpx solid #E9E9E9;}
- .pic{width: 136rpx;height: 136rpx;border-radius: 16rpx;margin-right: 18rpx;}
- .title{font-size: 26rpx;color: #1A1F30;line-height: 37rpx;height: 74rpx;}
- .money{font-size: 24rpx;color: var(--main);margin-top: 15rpx;}
- .btn{width: 95rpx;height: 50rpx;background: #F7F7F7;border-radius: 25rpx;font-size: 24rpx;color: #000;text-align: center;line-height: 50rpx;margin-left: 45rpx;}
- .complete{position: fixed;left: 0;right: 0;bottom: 0;height: 100rpx;background: #FFFFFF;font-size: 28rpx;color: var(--main);text-align: center;line-height: 100rpx;z-index: 50;box-shadow: 0 1rpx 10rpx rgba(0,0,0,.01);}
|