家政小程序
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.

index.wxss 495B

123456789101112131415161718192021222324252627
  1. .input-content {
  2. margin: 40rpx 20rpx;
  3. height: 300rpx;
  4. padding: 20rpx;
  5. box-sizing: border-box;
  6. font-size: 28rpx;
  7. background-color: #fff;
  8. width: 710rpx;
  9. border-radius: 4rpx;
  10. }
  11. .input-placeholder,
  12. .textarea-placeholder {
  13. color: #cdcdcd;
  14. }
  15. .btn-normal {
  16. height: 80rpx;
  17. line-height: 80rpx;
  18. text-align: center;
  19. font-size: 28rpx;
  20. margin-left: 20rpx;
  21. margin-right: 20rpx;
  22. display: block;
  23. color: #fff;
  24. background-color: #00a0e9;
  25. }