releaseInfo.wxss 1.1 KB

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