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. .prompt{
  2. position: fixed;
  3. width: 80%;
  4. height: 300rpx;
  5. background-color: #222633;
  6. border-radius: 20rpx;
  7. left: 10%;
  8. top: 30%;
  9. z-index: 1000000;
  10. }
  11. .titil{
  12. text-align: center;
  13. height: 80rpx;
  14. line-height: 80rpx;
  15. font-size: 36rpx;
  16. font-family: OPPOSans;
  17. font-weight: 500;
  18. color: #FFFFFF;
  19. margin-top: 20rpx;
  20. }
  21. .text{
  22. width: 90%;
  23. height: 70rpx;
  24. overflow: hidden;
  25. margin: 0 auto;
  26. font-family: OPPOSans;
  27. font-weight: 500;
  28. color: #8790A8;
  29. line-height: 36rpx;
  30. text-align: center;
  31. font-size: 32rpx;
  32. margin-bottom: 30rpx;
  33. margin-top: 10rpx;
  34. }
  35. .btnBox{
  36. border-top: 1rpx solid #3D4253;
  37. }
  38. .assistant{
  39. width: 49%;
  40. float: left;
  41. height: 90rpx;
  42. text-align: center;
  43. line-height: 90rpx;
  44. color: #FFFFFF;
  45. font-size: 36rpx;
  46. border-right: 1rpx solid #3D4253;
  47. }
  48. .advocate{
  49. width: 49%;
  50. float: left;
  51. height: 90rpx;
  52. text-align: center;
  53. line-height: 90rpx;
  54. color: #07E881;
  55. font-size: 36rpx;
  56. /* border-left: 1rpx solid #3D4253; */
  57. }
  58. .back{
  59. width: 100%;
  60. float: left;
  61. height: 90rpx;
  62. text-align: center;
  63. line-height: 90rpx;
  64. color: #FFFFFF;
  65. font-size: 36rpx;
  66. }