feedback.wxss 934 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. .feedback.data-v-ecf36d4e{
  2. padding:0 40rpx;
  3. }
  4. .feedback .uni-form-item.data-v-ecf36d4e{
  5. margin-bottom:30rpx;
  6. }
  7. .feedback .content .title.data-v-ecf36d4e{
  8. font-size:34rpx;
  9. font-weight:500;
  10. color:rgba(102,102,102,1);
  11. padding:20rpx 0;
  12. }
  13. .feedback .content .uni-textarea.data-v-ecf36d4e{
  14. width:100%;
  15. height:500rpx;
  16. background:rgba(248,248,248,1);
  17. border-radius:28rpx;
  18. padding:20rpx;
  19. box-sizing: border-box;
  20. }
  21. .feedback .tel .title.data-v-ecf36d4e{
  22. font-size:28rpx;
  23. font-weight:400;
  24. color:rgba(153,153,153,1);
  25. line-height:40px;
  26. }
  27. .feedback .tel .uni-input.data-v-ecf36d4e{
  28. box-sizing: border-box;
  29. width:100%;
  30. height:110rpx;
  31. background:rgba(248,248,248,1);
  32. border-radius:24rpx;
  33. padding:3rpx 30rpx;
  34. }
  35. .feedback .tel .uni-input.data-v-ecf36d4e::-webkit-input-placeholder{color: #D4D4D4;}
  36. button.data-v-ecf36d4e{
  37. width: 400rpx;
  38. height: 88rpx;
  39. line-height: 88rpx;
  40. background-color: #65B74E;
  41. border-radius: 44rpx;
  42. }