index.less 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. page{
  2. background-color: #f6f6f6;
  3. }
  4. .dynamic_index{
  5. .dynamic_info{
  6. .content{
  7. width: 100%;
  8. height: 80rpx;
  9. background-color: #FFFFFF;
  10. .con_text{
  11. font-size: 30rpx;
  12. padding: 12rpx;
  13. font-weight: 600;
  14. }
  15. }
  16. .write{
  17. width: 100%;
  18. background-color: #FFFFFF;
  19. textarea{
  20. font-size: 30rpx;
  21. padding: 12rpx;
  22. width: 700rpx;
  23. border: 1rpx solid #bfbfbf;
  24. margin: auto;
  25. }
  26. }
  27. .image{
  28. width: 100%;
  29. height: 80rpx;
  30. background-color: #FFFFFF;
  31. margin-top: 2rpx;
  32. margin-bottom: 2rpx;
  33. .image_text{
  34. font-size: 30rpx;
  35. padding: 25rpx 31rpx;
  36. font-weight: 600;
  37. }
  38. }
  39. .add{
  40. width: 100%;
  41. background-color: #FFFFFF;
  42. .alboum{
  43. padding: 20rpx;
  44. }
  45. }
  46. .content1{
  47. width: 100%;
  48. height: 80rpx;
  49. background-color: #FFFFFF;
  50. margin-top: 2rpx;
  51. .con_text{
  52. font-size: 30rpx;
  53. padding: 25rpx 30rpx;
  54. font-weight: 600;
  55. }
  56. }
  57. .write1{
  58. width: 100%;
  59. height: 80rpx;
  60. margin-top: 2rpx;
  61. background-color: #FFFFFF;
  62. .text1{
  63. font-size: 30rpx;
  64. color: #999999;
  65. padding: 23rpx 30rpx;
  66. }
  67. }
  68. }
  69. }
  70. .fabu{
  71. width: 600rpx !important;
  72. height: 80rpx;
  73. border-radius: 10rpx;
  74. background-color: #46a9a4;
  75. margin: 260rpx auto 20rpx;
  76. font-weight: 500;
  77. color: #FFFFFF;
  78. line-height: 80rpx;
  79. }