| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798 |
- @charset "UTF-8";
- /***
- 全局scss 变量和方法 存放处
- */
- /* 引入minxin */
- /* 颜色变量 */
- /*图片地址*/
- /* 行为相关颜色 */
- /* 文字基本颜色 */
- /* 背景颜色 */
- /* 边框颜色 */
- /* 尺寸变量 */
- /* 文字尺寸 */
- /* 图片尺寸 */
- /* Border Radius */
- /* 水平间距 */
- /* 垂直间距 */
- /* 透明度 */
- /* 文章场景相关 */
- .confirm-page.data-v-76bb2dce {
- position: relative;
- background-color: #f0f2f6;
- height: 100%;
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-orient: vertical;
- -webkit-box-direction: normal;
- -webkit-flex-direction: column;
- flex-direction: column;
- }
- .confirm-page .top-view.data-v-76bb2dce {
- padding: 40rpx 30rpx;
- background-color: #fff;
- }
- .confirm-page .top-view .top-line.data-v-76bb2dce {
- margin-bottom: 20rpx;
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-align: center;
- -webkit-align-items: center;
- align-items: center;
- }
- .confirm-page .top-view .top-line .line-label.data-v-76bb2dce {
- width: 150rpx;
- color: #666;
- font-size: 28rpx;
- }
- .confirm-page .top-view .top-line .line-value.data-v-76bb2dce {
- color: #333;
- font-size: 28rpx;
- }
- .confirm-page .code-view.data-v-76bb2dce {
- padding: 60rpx 100rpx;
- margin-top: 20rpx;
- -webkit-box-flex: 1;
- -webkit-flex: 1;
- flex: 1;
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-orient: vertical;
- -webkit-box-direction: normal;
- -webkit-flex-direction: column;
- flex-direction: column;
- -webkit-box-align: center;
- -webkit-align-items: center;
- align-items: center;
- background-color: #fff;
- }
- .confirm-page .code-view .code-title.data-v-76bb2dce {
- color: #333;
- font-size: 32rpx;
- }
- .confirm-page .code-view .code-image.data-v-76bb2dce {
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-align: center;
- -webkit-align-items: center;
- align-items: center;
- -webkit-box-pack: center;
- -webkit-justify-content: center;
- justify-content: center;
- margin: 60rpx 0 80rpx;
- width: 460rpx;
- height: 460rpx;
- border: 1rpx solid rgba(3, 0, 0, 0.1);
- }
- .confirm-page .code-view .code-image image.data-v-76bb2dce {
- width: 406rpx;
- height: 406rpx;
- }
- .confirm-page .code-view .admin-button-com.data-v-76bb2dce {
- width: 100%;
- }
|