create.css 1.2 KB

1234567891011121314151617181920212223
  1. /* create.css */
  2. page{background: #f9f9f9;padding-bottom: 130rpx;}
  3. .form{background: #fff;padding: 0 35rpx 20rpx;margin-bottom: 20rpx;}
  4. .form .li{padding: 30rpx 0;position: relative;}
  5. .label{font-size: 30rpx;color: #999;width: 160rpx;}
  6. .photo{justify-content: space-between;}
  7. .userimg{width: 90rpx;height: 90rpx;border-radius: 50%;background-color: #EFEFEF;}
  8. .rico{width: 15rpx;height: 22rpx;}
  9. .ipt{font-size: 30rpx;color: #333;}
  10. .textarea{font-size: 30rpx;color: #333;height: 100rpx;}
  11. .tit{font-size: 30rpx;color: #333;font-weight: bold;padding: 35rpx 0;}
  12. .alstart{align-items: flex-start;}
  13. .num{position: absolute;right: 0;bottom: 0;}
  14. .tong{font-size: 26rpx;color: var(--mina);}
  15. .tong image{width: 32rpx;height: 32rpx;margin-right: 10rpx;}
  16. .add{font-size: 26rpx;color: var(--mina);font-weight: normal;}
  17. .add image{width: 33rpx;height: 33rpx;margin-right: 10rpx;}
  18. .picker{position: relative;}
  19. .picker view{width: 100%;font-size: 30rpx;}
  20. .picker .rico{position: absolute;right: 0;top: 50%;transform: translateY(-50%);}
  21. .placeholder{color: #ccc;}
  22. .bot{position: fixed;left: 0;right: 0;bottom: 0;background: #fff;padding: 25rpx 32rpx;z-index: 50;}
  23. .btn{height: 80rpx;background: var(--mina);border-radius: 40rpx;font-size: 30rpx;color: #fff;text-align: center;line-height: 80rpx;}