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

66 lines
1.2 KiB

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