index.wxss 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. .hehuo_view {
  2. width: 750rpx;
  3. height: 1830rpx;
  4. }
  5. .hehuo_view image {
  6. width: 750rpx;
  7. height: 1830rpx;
  8. background-size: 100%;
  9. position: absolute;
  10. }
  11. .hehuo_view .text_view {
  12. position: absolute;
  13. z-index: 1;
  14. width: 84%;
  15. margin: 660rpx 50rpx 30rpx;
  16. }
  17. .hehuo_view .text_view .audit_message {
  18. color: red;
  19. width: 650rpx;
  20. height: 50rpx;
  21. margin-top: 50rpx;
  22. }
  23. .hehuo_view .text_view .save_btn {
  24. width: 650rpx;
  25. height: 88rpx;
  26. background: #FFFFFF;
  27. border-radius: 10rpx;
  28. text-align: center;
  29. line-height: 88rpx;
  30. margin-top: 150rpx;
  31. }
  32. .hehuo_view .text_view .save_btn1 {
  33. width: 650rpx;
  34. height: 88rpx;
  35. background: #FFFFFF;
  36. border-radius: 10rpx;
  37. margin-top: 100rpx;
  38. text-align: center;
  39. line-height: 88rpx;
  40. }
  41. .hehuo_view .text_view .item_view {
  42. margin-top: 30rpx;
  43. }
  44. .hehuo_view .text_view .item_view .item_title {
  45. font-size: 28rpx;
  46. font-family: PingFang SC Heavy, PingFang SC Heavy-Heavy;
  47. font-weight: 800;
  48. color: #333333;
  49. }
  50. .hehuo_view .text_view .item_view input {
  51. margin-top: 20rpx;
  52. height: 40rpx;
  53. font-size: 24rpx;
  54. font-family: PingFang SC Regular, PingFang SC Regular-Regular;
  55. font-weight: 400;
  56. color: #333333;
  57. }
  58. .hehuo_view .text_view .item_view .xian {
  59. width: 630rpx;
  60. height: 1rpx;
  61. border: 1rpx solid #77D7B0;
  62. margin-top: 10rpx;
  63. }