alert.wxss 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
  1. .flex_between {
  2. display: -webkit-flex;
  3. display: flex;
  4. align-items: center;
  5. justify-content: space-between;
  6. }
  7. .color96{color: #969696;}
  8. .textRight{text-align: right;}
  9. .borderBot{border-bottom: 1px solid #e5e5e5;}
  10. .alert {
  11. position: fixed;
  12. left: 0;
  13. top: 0;
  14. bottom: 0;
  15. width: 100%;
  16. z-index: 5;
  17. }
  18. .alert_zhedang {
  19. background-color: rgba(0, 0, 0, 0.6);
  20. width: 100%;
  21. height: 100%;
  22. }
  23. .alert_con {
  24. position: absolute;
  25. left: 60rpx;
  26. right: 60rpx;
  27. top: 20%;
  28. background-color: #fff;
  29. padding: 37rpx 74rpx;
  30. border-radius: 20rpx;
  31. }
  32. .alert_item {
  33. padding: 37rpx 14rpx;
  34. }
  35. .yxsj{
  36. width:110rpx;
  37. height:38rpx;
  38. border:1px solid rgba(100,100,100,1);
  39. border-radius: 20rpx;
  40. color: #646464;
  41. font-size: 16rpx;
  42. display: inline-block;
  43. text-align: center;
  44. line-height: 38rpx;
  45. }
  46. .yxsj:nth-child(odd){
  47. margin-right: 14rpx;
  48. }
  49. .yxsj:first-child{
  50. margin-bottom: 10rpx;
  51. }
  52. .yxsj__activi{
  53. color: #fff;
  54. background-color: #00C7C6;
  55. border-color: #00C7C6;
  56. }
  57. .yxsj_box{
  58. width: 250rpx;
  59. }
  60. .flex_start{
  61. align-items: flex-start
  62. }
  63. .alert-b {
  64. font-size: 28rpx;
  65. margin: 0;
  66. border-radius: 10rpx;
  67. flex: auto;
  68. }
  69. .alert_btn{
  70. margin-top: 37rpx;
  71. }
  72. .alert_btn .alert-bL {
  73. background-color: #fff;
  74. color: #ababab;
  75. }
  76. .alert_btn .alert-bR {
  77. background-color: #00c7c6;
  78. color: #fefefe;
  79. }
  80. .alert_img{
  81. width: 32rpx;
  82. height: 32rpx;
  83. display: inline-block;
  84. vertical-align: middle;
  85. }
  86. .alert_people{
  87. font-size: 24rpx;
  88. margin: 0 20rpx;
  89. color: #000000;
  90. vertical-align: middle;
  91. }
  92. .alert_succ{
  93. font-size: 48rpx;
  94. color: #010101;
  95. font-weight: bold;
  96. margin-top: 120rpx;
  97. margin-bottom: 36rpx;
  98. text-align: center;
  99. }
  100. .alert_sImg{
  101. width: 120rpx;
  102. height: 120rpx;
  103. display: block;
  104. margin: 0 auto 120rpx;
  105. }
  106. .flexW_48{flex: 0 0 48%;}
  107. .phcolor{
  108. color: #e5e5e5;
  109. }
  110. .warn{
  111. text-align: center;
  112. color: #aaa;
  113. font-size: 24rpx;
  114. transform: translateY(-60rpx);
  115. }