业务交流通
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. /* pages/release/release.wxss */
  2. .release-page {
  3. min-height: calc(100vh - 150rpx);
  4. }
  5. .section,.tags-view{
  6. background: #fff;
  7. border-radius: 20rpx;
  8. box-sizing: border-box;
  9. padding: 34rpx 42rpx;
  10. }
  11. .section{
  12. height: 326rpx;
  13. position: relative;
  14. line-height: 24rpx;
  15. }
  16. .section-textarea {
  17. width: 100%;
  18. height: 235rpx;
  19. }
  20. .section .limit{
  21. color: #999;
  22. position: absolute;
  23. right: 20rpx;
  24. bottom: 10rpx;
  25. }
  26. .tags-view {
  27. margin-top: 20rpx;
  28. padding-bottom: 22rpx;
  29. }
  30. .tags-view .title{
  31. font-size: 26rpx;
  32. color: #999999;
  33. margin-bottom: 20rpx;
  34. }
  35. .tags-item-box .tag-item{
  36. float: left;
  37. width: 25%;
  38. margin-bottom: 20rpx;
  39. box-sizing: border-box;
  40. padding: 0 10rpx;
  41. }
  42. .tags-item-box .active0 .tag{
  43. background-color: #e4f7ea;
  44. color: #52cc7a;
  45. }
  46. .tags-item-box .active1 .tag{
  47. background-color: #e4f1f7;
  48. color: #3d97e6;
  49. }
  50. .tags-item-box .active2 .tag{
  51. background-color: #f7eee4;
  52. color: #ffa769;
  53. }
  54. .tags-item-box .tag{
  55. height: 50rpx;
  56. line-height: 50rpx;
  57. background-color: #f1f1f1;
  58. border-radius: 25rpx;
  59. text-align: center;
  60. color: #999999;
  61. font-size: 26rpx;
  62. }
  63. /* 发布按钮 */
  64. .submit-btn {
  65. margin-top: 40rpx;
  66. box-sizing: border-box;
  67. padding: 0 40rpx;
  68. }