releaseInfoUrgent.wxss 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. .main_btn_m {
  2. background: #f7942e;
  3. color: white;
  4. line-height: 90rpx;
  5. text-align: center;
  6. border-radius: 15rpx;
  7. }
  8. .bold_tit {
  9. font-size: 30rpx;
  10. color: #666666;
  11. font-weight: bold;
  12. }
  13. .item_date_picker {
  14. width: 280rpx;
  15. }
  16. .choose_add4 {
  17. background-color: #ffffff;
  18. color: #f7942e;
  19. border: 4rpx solid #f7942e;
  20. }
  21. .choose_add3 {
  22. width: 180rpx !important;
  23. }
  24. .choose_add2 {
  25. background-color: #22a58f;
  26. }
  27. .instr {
  28. background-color: #fffaf6;
  29. padding: 20rpx 0;
  30. }
  31. .instr view {
  32. color: #FE7632;
  33. font-size: 26rpx;
  34. }
  35. .age_range {
  36. display: flex;
  37. align-items: center;
  38. }
  39. .item {
  40. border-bottom: 2rpx solid #ececec;
  41. display: flex;
  42. align-items: center;
  43. width: 100%;
  44. padding: 30rpx 0;
  45. }
  46. .item input.item_right {
  47. height: 70rpx;
  48. font-size: 30rpx !important;
  49. color: #000000;
  50. }
  51. .item textarea {
  52. font-size: 30rpx;
  53. /* text-indent: 20upx; */
  54. height: 240rpx;
  55. background-color: #fafafa;
  56. color: #000000;
  57. }
  58. .item_right {
  59. width: 70%;
  60. font-size: 28rpx;
  61. }
  62. .item_left {
  63. width: 30%;
  64. color: #585858;
  65. font-size: 28rpx !important;
  66. white-space: nowrap;
  67. overflow: hidden;
  68. text-overflow: ellipsis;
  69. }
  70. .contain {
  71. background-color: #ffffff;
  72. width: 94%;
  73. padding: 0 3% 3%;
  74. border-radius: 15rpx;
  75. }
  76. page {
  77. background-color: #ffffff;
  78. }