app.wxss 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. /**app.wxss**/
  2. @import "/static/iconfont/iconfont.wxss";
  3. .container {
  4. height: 100%;
  5. display: flex;
  6. flex-direction: column;
  7. align-items: center;
  8. justify-content: space-between;
  9. padding: 200rpx 50rpx;
  10. box-sizing: border-box;
  11. }
  12. .appscrollarea {
  13. flex: 1;
  14. overflow-y: hidden;
  15. height: 100vh;
  16. box-sizing: border-box;
  17. }
  18. .padding_50{
  19. padding:50rpx;
  20. }
  21. page {
  22. --themeColor: #316192;
  23. /* --themeColor:#3f395c */
  24. }
  25. button[type=primary]{
  26. background-color: var(--themeColor);
  27. }
  28. .loadData{
  29. width: 100%;
  30. color: #969799;
  31. background-color: #f7f8fa;
  32. text-align: center;
  33. line-height:100rpx;
  34. }
  35. .headTitle{
  36. background-color: var(--themeColor);
  37. text-align: center;
  38. line-height: 80rpx;
  39. color: #ffffff;
  40. font-weight: bolder;
  41. border-radius: 10rpx;
  42. }
  43. .form_dropdown{
  44. height: 50rpx !important;
  45. box-shadow:none !important;
  46. }
  47. .form_dropdown>.van-dropdown-menu__item{
  48. justify-content:flex-start !important;
  49. }
  50. .form_radio{
  51. display: flex;
  52. justify-content: space-around;
  53. align-items: center;
  54. flex-direction: row;
  55. }
  56. .label{
  57. font-size: 35rpx;
  58. }
  59. .text{
  60. font-size: 14px;
  61. }
  62. .link{
  63. color: #4695e5;
  64. }
  65. .ellipsis .wux-ellipsis__expanded{
  66. color: red !important;
  67. }
  68. .ellipsis .wux-ellipsis__collapsed{
  69. color: red !important;
  70. }