rightsProtection.wxss 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. /* pages/form/rightsProtection/rightsProtection.wxss */
  2. .appeal{
  3. padding: 0 25rpx;
  4. height: calc(100% - 150rpx);
  5. background-color: #ffffff;
  6. }
  7. .form_dropdown1{
  8. height: 50rpx !important;
  9. box-shadow:none !important;
  10. background-color: var(--themeColor) !important;
  11. }
  12. .form_dropdown1>.van-dropdown-menu__item{
  13. justify-content:flex-start !important;
  14. }
  15. .form_dropdown1 .van-dropdown-menu__title{
  16. color: #ffffff !important;
  17. padding-left: 0 !important;
  18. }
  19. .form{
  20. height: calc(100vh - 300rpx);
  21. margin-top: 10rpx;
  22. }
  23. .label{
  24. background-color: var(--themeColor);
  25. text-align: center;
  26. line-height: 60rpx;
  27. color: #ffffff;
  28. border-radius: 10rpx;
  29. font-size: 14px;
  30. }
  31. .upload{
  32. margin: 15rpx 0;
  33. border: 1px solid var(--themeColor);
  34. border-radius: 15rpx;
  35. text-align: center;
  36. line-height: 120rpx;
  37. }
  38. .value{
  39. padding: 15rpx;
  40. margin: 15rpx 0;
  41. border: 1px solid var(--themeColor);
  42. border-radius: 15rpx;
  43. min-height: 120rpx;
  44. }
  45. .foot{
  46. padding: 15rpx 25rpx;
  47. background-color: var(--themeColor);
  48. color: #ffffff;
  49. text-align: center;
  50. border-radius: 15rpx;
  51. }
  52. .van-radio_item{
  53. margin-top: 10rpx;
  54. font-size: 14px !important;
  55. }