longPosterContent2.css 759 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. page{
  2. background-color: #fff;
  3. }
  4. .form-input{
  5. margin:40rpx 30rpx;
  6. }
  7. .input-label{
  8. line-height: 45rpx;
  9. font-size: 32rpx;
  10. font-family: PingFang SC-Regular, PingFang SC;
  11. font-weight: 400;
  12. color: #333333;
  13. }
  14. .input-box{
  15. background: #F8F8F8;
  16. border-radius: 8rpx 8rpx 8rpx 8rpx;
  17. margin-top: 20rpx;
  18. padding: 23rpx;
  19. }
  20. .input-box textarea{
  21. width: 100%;
  22. }
  23. .rico{
  24. width: 12rpx;
  25. height: 22rpx;
  26. margin-left: 20rpx;
  27. }
  28. .share-btn{
  29. background-color: #fff;
  30. padding: 30rpx 40rpx;
  31. position: fixed;
  32. bottom: 0;
  33. left: 0;
  34. right: 0;
  35. }
  36. .btn{
  37. line-height: 80rpx;
  38. background: #27D699;
  39. border-radius: 40rpx 40rpx 40rpx 40rpx;
  40. opacity: 1;
  41. font-size: 32rpx;
  42. font-family: PingFang SC-Regular, PingFang SC;
  43. font-weight: 400;
  44. color: #FFFFFF;
  45. text-align: center;
  46. }