feedback.wxss 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  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. -webkit-border-radius:28rpx;
  18. border-radius:28rpx;
  19. padding:20rpx;
  20. -webkit-box-sizing: border-box;
  21. box-sizing: border-box;
  22. }
  23. .feedback .tel .title.data-v-ecf36d4e{
  24. font-size:28rpx;
  25. font-weight:400;
  26. color:rgba(153,153,153,1);
  27. line-height:40px;
  28. }
  29. .feedback .tel .uni-input.data-v-ecf36d4e{
  30. -webkit-box-sizing: border-box;
  31. box-sizing: border-box;
  32. width:100%;
  33. height:110rpx;
  34. background:rgba(248,248,248,1);
  35. -webkit-border-radius:24rpx;
  36. border-radius:24rpx;
  37. padding:3rpx 30rpx;
  38. }
  39. .feedback .tel .uni-input.data-v-ecf36d4e::-webkit-input-placeholder{color: #D4D4D4;}
  40. button.data-v-ecf36d4e{
  41. width: 400rpx;
  42. height: 88rpx;
  43. line-height: 88rpx;
  44. background-color: #65B74E;
  45. -webkit-border-radius: 44rpx;
  46. border-radius: 44rpx;
  47. }