@charset "UTF-8"; /** * 下方引入的为uView UI的集成样式文件,为scss预处理器,其中包含了一些"u-"开头的自定义变量 * 使用的时候,请将下面的一行复制到您的uniapp项目根目录的uni.scss中即可 * uView自定义的css类名和scss变量,均以"u-"开头,不会造成冲突,请放心使用 */ page.data-v-3d914d3b { width: 100%; height: 100%; } .divid_line_horizen.data-v-3d914d3b { width: 100%; height: 2rpx; background-color: #f2f2f2; align-self: center; margin-top: 1rpx; } .input_warp .u-input__input.data-v-3d914d3b { font-size: 34rpx; } .button_warp .u-button .u-size-default.data-v-3d914d3b { font-size: 30rpx; height: 96rpx; line-height: 80rpx; } .button_warp .u-button .u-btn--primary--disabled.data-v-3d914d3b { color: rgba(0, 0, 0, 0.45) !important; border-color: rgba(0, 0, 0, 0.06) !important; background-color: rgba(0, 0, 0, 0.06) !important; } .wrap_box.data-v-3d914d3b { padding: 40rpx; background-color: #fff; } .wrap_box .name.data-v-3d914d3b { font-size: 44rpx; font-family: PingFangSC-Semibold, PingFang SC; font-weight: 600; color: #000000; } .wrap_box .title.data-v-3d914d3b { font-size: 34rpx; font-family: PingFangSC-Semibold, PingFang SC; font-weight: 600; color: #000000; } .wrap_box .content.data-v-3d914d3b { font-size: 28rpx; font-family: PingFangSC-Light, PingFang SC; font-weight: 300; color: #000000; margin-top: 32rpx; } .wrap_box .text_black_28.data-v-3d914d3b { font-size: 28rpx; font-family: PingFangSC-Regular, PingFang SC; font-weight: 400; color: #000000; } .wrap_box .text_gray_26.data-v-3d914d3b { font-size: 26rpx; font-family: PingFangSC-Light, PingFang SC; font-weight: 300; color: rgba(0, 0, 0, 0.65); margin-top: 16rpx; } .wrap_box .green_bg.data-v-3d914d3b { background-color: var(--primary-color003); border-radius: 16rpx; width: 100%; padding: 40rpx; display: flex; margin-bottom: 20rpx; } .wrap_box .gray_bg.data-v-3d914d3b { background-color: #f7f7f7; border-radius: 16rpx; width: 100%; padding: 40rpx; display: flex; margin-bottom: 20rpx; } .wrap_box .text_gray_24.data-v-3d914d3b { font-size: 24rpx; font-family: PingFangSC-Regular, PingFang SC; font-weight: 400; color: rgba(0, 0, 0, 0.65); } .wrap_box .text_gray_28.data-v-3d914d3b { font-size: 28rpx; font-family: PingFangSC-Light, PingFang SC; font-weight: 300; color: rgba(0, 0, 0, 0.65); margin: 20rpx 0; } .footer.data-v-3d914d3b { width: 100%; background-color: #fff; position: fixed; bottom: 0; left: 0; z-index: 99; } .footer .confirm.data-v-3d914d3b { background: linear-gradient(180deg, var(--primary-color000) 0%, var(--primary-color) 100%); box-shadow: 0px 2px 20px 0px var(--primary-color03); border-radius: 24px; padding: 24rpx; text-align: center; font-size: 34rpx; font-family: PingFangSC-Regular, PingFang SC; font-weight: 400; color: #ffffff; } .bottom.data-v-3d914d3b { width: 100%; height: 180rpx; position: fixed; background-color: #ffffff; bottom: 0; padding: 12px 32rpx 0; } .bottom .chat1.data-v-3d914d3b { width: calc(106 / 375 * 100%); height: 44px; background: #f7f7f7; border-radius: 22px; border: 1px solid #e5e5e6; font-size: 17px; font-weight: 500; color: #646464; text-align: center; line-height: 44px; } .bottom .chat2.data-v-3d914d3b { width: calc(217 / 375 * 100%); height: 44px; background: linear-gradient(180deg, var(--primary-color) 0%, var(--primary-color) 100%); border-radius: 22px; font-size: 17px; font-weight: 400; color: #ffffff; line-height: 17px; text-align: center; line-height: 44px; margin-left: calc(20 / 375 * 100%); }