index.less 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. .kDialogIdx {
  2. .operCheckBox {
  3. padding: 0 10px;
  4. padding-top: 20px;
  5. .operCheckCon {
  6. padding-top: 20px;
  7. border-top: 1px solid #D7D7E2;
  8. .word10 {
  9. width: 143px;
  10. height: 13px;
  11. overflow-wrap: break-word;
  12. color: rgba(64, 77, 116, 1);
  13. font-size: 13px;
  14. text-align: left;
  15. white-space: nowrap;
  16. line-height: 13px;
  17. display: block;
  18. margin: 33px auto;
  19. }
  20. .block6 {
  21. width: 265px;
  22. height: 34px;
  23. margin: 20px auto;
  24. .mod7 {
  25. border-radius: 17px;
  26. height: 34px;
  27. border: 1px solid #2c87c8;
  28. width: 120px;
  29. justify-content: center;
  30. align-items: center;
  31. .info5 {
  32. overflow-wrap: break-word;
  33. color: #2c87c8;
  34. font-size: 15px;
  35. font-family: PingFangSC-Medium;
  36. text-align: center;
  37. // white-space: nowrap;
  38. line-height: 15px;
  39. display: block;
  40. }
  41. }
  42. .mod8 {
  43. background-color: #2c87c8;
  44. border-radius: 17px;
  45. height: 34px;
  46. width: 120px;
  47. justify-content: center;
  48. align-items: center;
  49. .info6 {
  50. overflow-wrap: break-word;
  51. color: rgba(255, 255, 255, 1);
  52. font-size: 15px;
  53. font-family: PingFangSC-Medium;
  54. text-align: center;
  55. // white-space: nowrap;
  56. line-height: 15px;
  57. display: block;
  58. }
  59. }
  60. }
  61. }
  62. }
  63. }