confirm.wxss 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. @charset "UTF-8";
  2. /***
  3. 全局scss 变量和方法 存放处
  4. */
  5. /* 引入minxin */
  6. /* 颜色变量 */
  7. /*图片地址*/
  8. /* 行为相关颜色 */
  9. /* 文字基本颜色 */
  10. /* 背景颜色 */
  11. /* 边框颜色 */
  12. /* 尺寸变量 */
  13. /* 文字尺寸 */
  14. /* 图片尺寸 */
  15. /* Border Radius */
  16. /* 水平间距 */
  17. /* 垂直间距 */
  18. /* 透明度 */
  19. /* 文章场景相关 */
  20. .confirm-page.data-v-76bb2dce {
  21. position: relative;
  22. background-color: #f0f2f6;
  23. height: 100%;
  24. display: -webkit-box;
  25. display: -webkit-flex;
  26. display: flex;
  27. -webkit-box-orient: vertical;
  28. -webkit-box-direction: normal;
  29. -webkit-flex-direction: column;
  30. flex-direction: column;
  31. }
  32. .confirm-page .top-view.data-v-76bb2dce {
  33. padding: 40rpx 30rpx;
  34. background-color: #fff;
  35. }
  36. .confirm-page .top-view .top-line.data-v-76bb2dce {
  37. margin-bottom: 20rpx;
  38. display: -webkit-box;
  39. display: -webkit-flex;
  40. display: flex;
  41. -webkit-box-align: center;
  42. -webkit-align-items: center;
  43. align-items: center;
  44. }
  45. .confirm-page .top-view .top-line .line-label.data-v-76bb2dce {
  46. width: 150rpx;
  47. color: #666;
  48. font-size: 28rpx;
  49. }
  50. .confirm-page .top-view .top-line .line-value.data-v-76bb2dce {
  51. color: #333;
  52. font-size: 28rpx;
  53. }
  54. .confirm-page .code-view.data-v-76bb2dce {
  55. padding: 60rpx 100rpx;
  56. margin-top: 20rpx;
  57. -webkit-box-flex: 1;
  58. -webkit-flex: 1;
  59. flex: 1;
  60. display: -webkit-box;
  61. display: -webkit-flex;
  62. display: flex;
  63. -webkit-box-orient: vertical;
  64. -webkit-box-direction: normal;
  65. -webkit-flex-direction: column;
  66. flex-direction: column;
  67. -webkit-box-align: center;
  68. -webkit-align-items: center;
  69. align-items: center;
  70. background-color: #fff;
  71. }
  72. .confirm-page .code-view .code-title.data-v-76bb2dce {
  73. color: #333;
  74. font-size: 32rpx;
  75. }
  76. .confirm-page .code-view .code-image.data-v-76bb2dce {
  77. display: -webkit-box;
  78. display: -webkit-flex;
  79. display: flex;
  80. -webkit-box-align: center;
  81. -webkit-align-items: center;
  82. align-items: center;
  83. -webkit-box-pack: center;
  84. -webkit-justify-content: center;
  85. justify-content: center;
  86. margin: 60rpx 0 80rpx;
  87. width: 460rpx;
  88. height: 460rpx;
  89. border: 1rpx solid rgba(3, 0, 0, 0.1);
  90. }
  91. .confirm-page .code-view .code-image image.data-v-76bb2dce {
  92. width: 406rpx;
  93. height: 406rpx;
  94. }
  95. .confirm-page .code-view .admin-button-com.data-v-76bb2dce {
  96. width: 100%;
  97. }