业务交流通
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

index.wxss 925B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  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 .tag{
  43. height: 50rpx;
  44. line-height: 50rpx;
  45. background-color: #f1f1f1;
  46. border-radius: 25rpx;
  47. text-align: center;
  48. color: #999999;
  49. font-size: 26rpx;
  50. }