applyInvoice.wxss 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. .u-form-item__body.data-v-5e7216f1 {
  2. padding: 30rpx 0 !important;
  3. }
  4. .u-textarea.data-v-81cd9d32 {
  5. background-color: #F4F4F4 !important;
  6. border-radius: 0px 32rpx 8rpx 32rpx !important;
  7. }
  8. .top {
  9. background: #FFFFFF;
  10. border-radius: 8rpx 32rpx 8rpx 8rpx;
  11. margin: 30rpx;
  12. padding: 40rpx;
  13. display: flex;
  14. }
  15. page {
  16. background-color: #F4F4F4;
  17. font-size: 30rpx;
  18. }
  19. .form {
  20. background-color: #fff;
  21. padding: 30rpx;
  22. margin: 30rpx;
  23. border-radius: 8rpx 32rpx 8rpx 32rpx;
  24. margin-bottom: 144rpx;
  25. }
  26. .btn {
  27. display: flex;
  28. border-bottom: 1rpx solid #E3E3E3;
  29. padding: 30rpx 0;
  30. }
  31. .btn .btn-item {
  32. text-align: center;
  33. line-height: 60rpx;
  34. width: 176rpx;
  35. height: 60rpx;
  36. background: #F4F4F4;
  37. border-radius: 30rpx;
  38. margin: 0 10rpx;
  39. }
  40. .btn .btn-item-active {
  41. text-align: center;
  42. line-height: 58rpx;
  43. width: 174rpx;
  44. height: 58rpx;
  45. background: rgba(30, 159, 106, 0.1);
  46. border-radius: 30rpx;
  47. border: 1px solid #1E9F6A;
  48. color: #1E9F6A;
  49. margin: 0 10rpx;
  50. }
  51. .navbar {
  52. padding: 30rpx 0;
  53. text-align: center;
  54. background: #1E9F6A;
  55. color: #fff;
  56. bottom: 0;
  57. margin: 0 auto;
  58. left: 0;
  59. position: fixed;
  60. width: 100%;
  61. border-radius: 16rpx 16rpx 0px 0px;
  62. }