DialogBox.scss 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235
  1. .page-total{
  2. position: absolute;
  3. left: 0;
  4. top: 0;
  5. display: flex;
  6. justify-content: center;
  7. align-items: center;
  8. width: 100%;
  9. height: 100%;
  10. background-color: rgba(0,0,0,0.3);
  11. z-index: 99999;
  12. }
  13. .box{
  14. display: flex;
  15. justify-content: center;
  16. width: 100%;
  17. }
  18. /* 文件重命名 */
  19. .dialog-box{
  20. width: 80%;
  21. height: 340rpx;
  22. background-color: #28292D;
  23. border-radius: 24rpx;
  24. overflow: hidden;
  25. .title{
  26. display: flex;
  27. justify-content: center;
  28. align-items: center;
  29. width: 100%;
  30. height: 100rpx;
  31. font-size: 32rpx;
  32. color: #fff;
  33. font-weight: bold;
  34. }
  35. .content{
  36. display: flex;
  37. align-items: center;
  38. justify-content: space-between;
  39. width: 90%;
  40. height: 100rpx;
  41. margin: 0 auto;
  42. border-radius: 10rpx;
  43. input{
  44. width: 80%;
  45. height: 100%;
  46. font-size: 28rpx;
  47. color: #ffffff;
  48. padding: 0 4%;
  49. }
  50. text{
  51. font-size: 34rpx;
  52. color: #ffffff;
  53. margin-right: 4%;
  54. }
  55. }
  56. .inquiry{
  57. padding: 0 4%;
  58. height: 120rpx;
  59. text-align: center;
  60. text{
  61. font-size: 28rpx;
  62. color: #ffffff;
  63. line-height: 40rpx;
  64. }
  65. }
  66. .operation-btn{
  67. display: flex;
  68. align-items: center;
  69. width: 100%;
  70. height: 100rpx;
  71. margin-top: 20rpx;
  72. border-top: 2rpx solid #393939;
  73. .btn{
  74. position: relative;
  75. display: flex;
  76. justify-content: center;
  77. align-items: center;
  78. width: 50%;
  79. height: 100%;
  80. text{
  81. font-size: 28rpx;
  82. color: #999999;
  83. }
  84. .tag{
  85. position: absolute;
  86. right: 0;
  87. top: 30%;
  88. width: 2rpx;
  89. height: 40%;
  90. background-color: #393939;
  91. }
  92. .activity{
  93. color: #FF2A95;
  94. }
  95. }
  96. }
  97. }
  98. .a-fadein,
  99. .a-fadeinT,
  100. .a-fadeinR,
  101. .a-fadeinB,
  102. .a-fadeinL,
  103. .a-bouncein,
  104. .a-bounceinT,
  105. .a-bounceinR,
  106. .a-bounceinB,
  107. .a-bounceinL,
  108. .a-rotatein,
  109. .a-rotateinLT,
  110. .a-rotateinLB,
  111. .a-rotateinRT,
  112. .a-rotateinRB,
  113. .a-flipin,
  114. .a-flipinX,
  115. .a-flipinY {
  116. -webkit-animation: .3s ease-out backwards;
  117. -moz-animation: .3s ease-out backwards;
  118. -ms-animation: .3s ease-out backwards;
  119. -moz-transform: translate3d(0,0,0);
  120. -ms-transform: translate3d(0,0,0);
  121. -o-transform: translate3d(0,0,0);
  122. transform: translate3d(0,0,0);
  123. }
  124. .a-fadeout,
  125. .a-fadeoutT,
  126. .a-fadeoutR,
  127. .a-fadeoutB,
  128. .a-fadeoutL,
  129. .a-bounceout,
  130. .a-bounceoutT,
  131. .a-bounceoutR,
  132. .a-bounceoutB,
  133. .a-bounceoutL,
  134. .a-rotateout,
  135. .a-rotateoutLT,
  136. .a-rotateoutLB,
  137. .a-rotateoutRT,
  138. .a-rotateoutRB,
  139. .a-flipoutX,
  140. .a-flipoutY {
  141. -webkit-animation: .3s ease-in forwards;
  142. -moz-animation: .3s ease-in forwards;
  143. -ms-animation: .3s ease-in forwards;
  144. animation: .3s ease-in forwards;
  145. -moz-transform: translate3d(0,0,0);
  146. -ms-transform: translate3d(0,0,0);
  147. -o-transform: translate3d(0,0,0);
  148. transform: translate3d(0,0,0);
  149. }
  150. /* 淡入 */
  151. .a-fadein {
  152. -webkit-animation-name: fadein;
  153. -moz-animation-name: fadein;
  154. -ms-animation-name: fadein;
  155. animation-name: fadein;
  156. }
  157. /* 淡出 */
  158. .a-fadeout {
  159. -webkit-animation-name: fadeout;
  160. -moz-animation-name: fadeout;
  161. -ms-animation-name: fadeout;
  162. animation-name: fadeout;
  163. }
  164. /* 弹入 */
  165. .a-bouncein {
  166. -webkit-animation-name: bouncein;
  167. -moz-animation-name: bouncein;
  168. -ms-animation-name: bouncein;
  169. animation-name: bouncein;
  170. }
  171. /* 弹出 */
  172. .a-bounceout {
  173. -webkit-animation-name: bounceout;
  174. -moz-animation-name: bounceout;
  175. -ms-animation-name: bounceout;
  176. animation-name: bounceout;
  177. }
  178. /* 淡入 */
  179. @keyframes fadein {
  180. 0% {
  181. opacity: 0;
  182. }
  183. 100% {
  184. opacity: 1;
  185. }
  186. }
  187. /* 淡出 */
  188. @keyframes fadeout {
  189. 0% {
  190. opacity: 1;
  191. }
  192. 100% {
  193. opacity: 0;
  194. }
  195. }
  196. /* 弹入 */
  197. @keyframes bouncein {
  198. 0% {
  199. opacity: 0;
  200. transform: scale(0.3);
  201. }
  202. 100% {
  203. opacity: 1;
  204. transform: scale(1);
  205. }
  206. }
  207. /* 弹出 */
  208. @keyframes bounceout {
  209. 0% {
  210. opacity: 1;
  211. transform: scale(1);
  212. }
  213. 100% {
  214. opacity: 0;
  215. transform: scale(0.3);
  216. }
  217. }