add.css 1.1 KB

12345678910111213141516
  1. /* add.css */
  2. page{background: #fff;}
  3. .con{padding: 0 30rpx;}
  4. .search{height: 60rpx;background: #F7F7F7;border-radius: 30rpx;margin: 30rpx 0 25rpx;padding: 0 0 0 32rpx;}
  5. .ssico{width: 31rpx;height: 31rpx;margin-right: 7rpx;}
  6. .ipt{font-size: 28rpx;color: #32363F;}
  7. .placeholder{color: #B3B3B3;}
  8. .clear{width: 32rpx;height: 32rpx;padding: 10rpx 26rpx;}
  9. .list .li{border-bottom: 1rpx solid #e9e9e9;padding: 25rpx 0;}
  10. .list .li:last-child{border-bottom: none;}
  11. .pro{padding: 20rpx 0;align-items: flex-start;border-bottom: 1rpx solid #E9E9E9;}
  12. .pic{width: 136rpx;height: 136rpx;border-radius: 16rpx;margin-right: 18rpx;}
  13. .title{font-size: 26rpx;color: #1A1F30;line-height: 37rpx;height: 74rpx;}
  14. .money{font-size: 24rpx;color: var(--main);margin-top: 15rpx;}
  15. .btn{width: 95rpx;height: 50rpx;background: #F7F7F7;border-radius: 25rpx;font-size: 24rpx;color: #000;text-align: center;line-height: 50rpx;margin-left: 45rpx;}
  16. .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);}