leave-message.wxss 917 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. @import "../../../../public/pages/public-view.wxss";
  2. Page {
  3. background-color: white;
  4. }
  5. .bottom-view>view, .bottom-view-X>view {
  6. width: 100%;
  7. height: 112rpx;
  8. font-size: 34rpx;
  9. color: #3296FB;
  10. line-height: 112rpx;
  11. text-align: center;
  12. }
  13. /* input-view */
  14. .input-view {
  15. width: 100%;
  16. height: 130rpx;
  17. }
  18. .input-view>input, .input-placeholde {
  19. font-size: 38rpx;
  20. font-weight: bold;
  21. }
  22. .input-view>input {
  23. height: 130rpx;
  24. margin: 0 40rpx;
  25. color: #333333;
  26. }
  27. .input-placeholde {
  28. color: #999999;
  29. }
  30. .input-view+view {
  31. height: 0.7px;
  32. margin: 0 40rpx;
  33. background-color: #eeeeee;
  34. }
  35. /* textarea-view */
  36. .textarea-view {
  37. width: 100%;
  38. height: 100%;
  39. margin-top: 30rpx;
  40. }
  41. .textarea-view>textarea, .textarea-placeholde {
  42. font-size: 34rpx;
  43. line-height: 54rpx;
  44. }
  45. .textarea-view>textarea {
  46. width: 670rpx;
  47. margin: 0 40rpx;
  48. color: #333333;
  49. }
  50. .textarea-placeholde {
  51. color: #999999;
  52. }