examine.wxss 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. /* pages/voyageManage/myDaily/examine/examine.wxss */
  2. .box {
  3. width: 80vw;
  4. border: 1rpx solid grey;
  5. border-radius: 20rpx;
  6. margin: 0 auto;
  7. padding: 10rpx 20rpx;
  8. }
  9. .line {
  10. font-size: 28rpx;
  11. margin: 10rpx 20rpx;
  12. }
  13. .line-full-item {
  14. display: flex;
  15. justify-content: space-between;
  16. }
  17. line-full-title,
  18. .line-full-text {
  19. width: 50%;
  20. }
  21. .line-full-text {
  22. color: #444;
  23. }
  24. .tabsview {
  25. font-size: 28rpx;
  26. text-align: center;
  27. color: #333;
  28. border-radius: 10rpx;
  29. padding: 10rpx 20rpx;
  30. }
  31. .reject {
  32. font-size: 28rpx;
  33. text-align: center;
  34. color: #333;
  35. padding: 10rpx 20rpx;
  36. background: #d90024;
  37. border-radius: 10rpx;
  38. color: #fff;
  39. }
  40. .picker0 {
  41. min-width: 260rpx;
  42. max-width: 320rpx;
  43. border: 1rpx solid grey;
  44. padding: 10rpx 20rpx 10rpx 30rpx;
  45. border-radius: 10rpx;
  46. font-size: 26rpx;
  47. margin: 20rpx auto;
  48. }
  49. .picker {
  50. display: flex;
  51. align-items: center;
  52. justify-content: space-between;
  53. }
  54. .box2 {
  55. border: 1px solid grey;
  56. margin: 30rpx auto;
  57. border-radius: 20rpx;
  58. width: 80vw;
  59. }
  60. .box2 input,
  61. .picker2 {
  62. width: 320rpx !important;
  63. border: 1px solid grey;
  64. padding: 0 10rpx;
  65. }
  66. .line2 {
  67. display: flex;
  68. justify-content: space-between;
  69. align-items: center;
  70. font-size: 28rpx;
  71. margin: 20rpx auto
  72. }
  73. .primary {
  74. padding: 16rpx 30rpx;
  75. color: #fff;
  76. background: #0094FE;
  77. font-size: 28rpx;
  78. text-align: center;
  79. border-radius: 10rpx;
  80. margin: 0 auto;
  81. width: 320rpx;
  82. }