systemParameter.wxss 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. .button {
  2. background: #007AFF;
  3. color: white;
  4. width: 654rpx;
  5. margin-left: 24rpx;
  6. margin-top: 44rpx;
  7. }
  8. .text {
  9. margin-top: 40rpx;
  10. margin-bottom: 16rpx;
  11. color: #444546;
  12. font-size: 26rpx;
  13. }
  14. .input {
  15. width: 320rpx;
  16. height: 98rpx;
  17. background-color: #eaeaea;
  18. display: flex;
  19. flex-direction: row;
  20. align-items: center;
  21. border-radius: 6rpx;
  22. border: 1px solid #eaeaea;
  23. }
  24. .danwei {
  25. width: 78rpx;
  26. height: 98rpx;
  27. background-color: white;
  28. display: flex;
  29. align-items: center;
  30. }
  31. .setmenu {
  32. display: flex;
  33. flex-wrap: wrap;
  34. }
  35. .active_button {
  36. background-color: crimson;
  37. }
  38. .setItem {
  39. margin-left: 20rpx;
  40. }
  41. .white {
  42. width: 702rpx;
  43. height: 1230rpx;
  44. margin-left: 24rpx;
  45. margin-top: 24rpx;
  46. border-radius: 10rpx;
  47. background-color: white;
  48. }
  49. .title {
  50. display: flex;
  51. flex-direction: column;
  52. align-items: center;
  53. }
  54. .tiao {
  55. width: 60px;
  56. height: 3px;
  57. margin-top: 20rpx;
  58. background: #007AFF;
  59. }
  60. .param {
  61. font-size: 38rpx;
  62. font-weight: 550;
  63. margin-top: 40rpx;
  64. }
  65. .anniu {
  66. width: 116rpx;
  67. height: 116rpx;
  68. float: right;
  69. margin-top: 20rpx;
  70. }