select-source-purchase-order.wxss 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. .fontSizeStyle {
  2. font-size: 15px;
  3. }
  4. .save-bottom {
  5. display: flex;
  6. justify-content: space-around;
  7. width: 100%;
  8. margin-top: 5vw;
  9. }
  10. .button {
  11. background: #fff;
  12. position: fixed;
  13. bottom: 0;
  14. width: 100%;
  15. height: 182rpx;
  16. border-top: 1px solid #efefef;
  17. z-index: 7;
  18. box-shadow: 0px -8rpx 24rpx rgba(0, 16, 39, 0.1);
  19. border-radius: 30rpx 30rpx 0rpx 0rpx;
  20. }
  21. .save-bottom-button {
  22. width: 25%;
  23. height: 85rpx;
  24. padding: 15rpx 0 15rpx 0;
  25. text-align: center;
  26. }
  27. .choose-item {
  28. display: flex;
  29. background: #FFFFFF;
  30. box-shadow: 0px 10rpx 20rpx rgba(225, 229, 238, 0.6);
  31. border-radius: 15rpx;
  32. margin-top: 25rpx;
  33. }
  34. /* 选中的样式 */
  35. .choose-item-select {
  36. height: 255rpx;
  37. background: #FFFFFF;
  38. border: 2rpx solid #606EB2;
  39. box-shadow: 0px 10rpx 20rpx rgba(225, 229, 238, 0.6);
  40. border-radius: 15rpx;
  41. }
  42. /* 没有选中的样式 */
  43. .choose-item-unchecked {
  44. height: 255rpx;
  45. }
  46. /* .van-checkbox__icon--checked {
  47. background-color: #E4002B !important;
  48. } */
  49. .van-card {
  50. background-color: #FFFFFF !important;
  51. width: 100% !important;
  52. padding: 20rpx 10rpx 10rpx 20rpx !important;
  53. }
  54. .red-checkbox {
  55. color: #95A8CB;
  56. font-size: 28rpx;
  57. padding-left: 10rpx;
  58. }
  59. .border-solid {
  60. border: solid 1rpx #D3D3D3;
  61. }
  62. .van-card {
  63. width: 100% !important;
  64. }
  65. .font {
  66. font-family: PingFang HK;
  67. font-size: 28rpx;
  68. font-weight: 600;
  69. line-height: 34rpx;
  70. letter-spacing: 0em;
  71. text-align: left;
  72. }
  73. .top-class{
  74. margin: 10px 32rpx 10px 32rpx;
  75. margin-top: 15rpx;
  76. border-radius: 15rpx;
  77. box-shadow:2px 2px 5px #bbb7b7;
  78. }
  79. .top-class-2{
  80. flex-direction: column;
  81. justify-content: center;
  82. align-items: flex-start;
  83. background: linear-gradient(90.12deg, #718AC6 0.84%, #4A5E98 99.43%);
  84. border-radius: 15rpx;
  85. }