金诚优选前端代码
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

60 lines
1.1 KiB

  1. @import '../../../common/css/global';
  2. #distribution{
  3. .distribution{
  4. .distributeconent{
  5. padding: 50px 15px 0 15px;
  6. .cardInfo{
  7. padding: 0 15px;
  8. height: 50px;
  9. background: #e3e3e3;
  10. margin-bottom: 15px;
  11. font-size: 16px;
  12. line-height: 50px;
  13. color: #000;
  14. input{
  15. width: 100%;
  16. height: 100%;
  17. border: none;
  18. background: transparent;
  19. }
  20. }
  21. .selectName{
  22. //position: relative;
  23. }
  24. }
  25. .saveCard{
  26. position: fixed;
  27. bottom: 0;
  28. left: 0;
  29. width: 100%;
  30. button{
  31. background: @mainColor;
  32. border-radius: 0;
  33. color: #FFFFFF;
  34. }
  35. button::after{
  36. border: none;
  37. }
  38. }
  39. }
  40. .home {
  41. display: flex;
  42. flex-direction: column;
  43. align-items: center;
  44. justify-content: center;
  45. background: @globalColor;
  46. width: 55px;
  47. height: 55px;
  48. border-radius: 100%;
  49. color: #FFFFFF;
  50. text-align: center;
  51. position: fixed;
  52. right: 15px;
  53. bottom: 100px;
  54. font-size: 12px;
  55. i {
  56. font-size: 13px;
  57. }
  58. }
  59. }