金诚优选前端代码
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.

54 lines
931 B

  1. @import '../../../common/css/global';
  2. .agreement_index{
  3. padding:10px 0 0 0 ;
  4. .item{
  5. background-color: #FFFFFF;
  6. padding: 0 15px;
  7. display:flex;
  8. align-items: center;
  9. justify-content: space-between;
  10. height: 45px;
  11. line-height: 44px;
  12. color:#999999;
  13. font-size: 14px;
  14. .txt{
  15. color: #333333;
  16. font-weight: 600;
  17. }
  18. }
  19. .mask {
  20. position: fixed;
  21. top: 0;
  22. left: 0;
  23. right: 0;
  24. bottom: 0;
  25. z-index: 200;
  26. background-color: rgba(0,0,0,.4);
  27. }
  28. .greement-box {
  29. position: fixed;
  30. width: 85%;
  31. top: 50%;
  32. left: 50%;
  33. transform: translate(-50%,-50%);
  34. background: #FFFFFF;
  35. border-radius: 5px;
  36. overflow: hidden;
  37. text-align: center;
  38. z-index: 300;
  39. .title {
  40. font-weight: bold;
  41. padding: 15px 0;
  42. }
  43. .content {
  44. text-align: center;
  45. padding: 15px;
  46. max-height: 250px;
  47. overflow: auto;
  48. }
  49. .btn {
  50. padding: 15px;
  51. color: @mainColor;
  52. }
  53. }
  54. }