createbook.wxss 864 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. page {
  2. background: #fff;
  3. }
  4. .rzrow {
  5. height: 100rpx;
  6. line-height: 100rpx;
  7. position: relative;
  8. color: #3c3c3c;
  9. border-bottom: 1rpx solid #e6e6e6;
  10. padding: 0 30rpx;
  11. }
  12. .rzrow input {
  13. width: 100%;
  14. height: 100%;
  15. }
  16. .navigator-arrow::after {
  17. right: 5rpx !important;
  18. }
  19. .col1 {
  20. width: 200rpx;
  21. position: relative;
  22. }
  23. .rzrow .flex1 {
  24. text-align: right;
  25. }
  26. .rzrow input {
  27. width: 100%;
  28. height: 100%;
  29. }
  30. .zblogo {
  31. position: absolute;
  32. width: 60rpx;
  33. height: 60rpx;
  34. margin-top: -30rpx;
  35. left: 0;
  36. top: 50%;
  37. }
  38. .bluebtn {
  39. width: 90%;
  40. height: 80rpx;
  41. text-align: center;
  42. line-height: 80rpx;
  43. border-radius: 50rpx;
  44. margin: auto;
  45. margin-top: 35rpx;
  46. }
  47. .del {
  48. color: #30afff;
  49. margin-right: 30rpx;
  50. border: 1rpx solid #30afff;
  51. }
  52. .add {
  53. color: #fff;
  54. background-image: linear-gradient(-129deg, #31bbff 0%, #309aff 100%);
  55. }