@charset "UTF-8";
|
/**
|
* 这里是uni-app内置的常用样式变量
|
*
|
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
*
|
*/
|
/**
|
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
*
|
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
*/
|
/* 颜色变量 */
|
/* 行为相关颜色 */
|
/* 文字基本颜色 */
|
/* 背景颜色 */
|
/* 边框颜色 */
|
/* 尺寸变量 */
|
/* 文字尺寸 */
|
/* 图片尺寸 */
|
/* Border Radius */
|
/* 水平间距 */
|
/* 垂直间距 */
|
/* 透明度 */
|
/* 文章场景相关 */
|
/* start--主题色--start */
|
/* end--主题色--end */
|
page {
|
background-color: #FFFFFF;
|
}
|
[data-theme='theme0'] .dominant {
|
color: #ff5704 !important;
|
}
|
[data-theme='theme1'] .dominant {
|
color: #19ad57 !important;
|
}
|
[data-theme='theme2'] .dominant {
|
color: #ffcc00 !important;
|
}
|
[data-theme='theme3'] .dominant {
|
color: #33a7ff !important;
|
}
|
[data-theme='theme4'] .dominant {
|
color: #e4e4e4 !important;
|
}
|
[data-theme='theme5'] .dominant {
|
color: #c8ba97 !important;
|
}
|
[data-theme='theme6'] .dominant {
|
color: #623ceb !important;
|
}
|
.txje {
|
font-size: 28rpx;
|
font-family: PingFang SC;
|
font-weight: 500;
|
color: #333333;
|
}
|
.apply-cash {
|
/* padding-top: 16rpx; */
|
}
|
.form-wrap {
|
/* border-radius: 20rpx; */
|
/* box-shadow: 0 0 16rpx 0 rgba(0, 0, 0, .2); */
|
}
|
.form-item {
|
margin-bottom: 20rpx;
|
display: flex;
|
justify-content: flex-start;
|
align-items: center;
|
font-size: 28rpx;
|
}
|
.form-item .field-name {
|
width: 140rpx;
|
}
|
.form-item input {
|
font-size: 28rpx;
|
}
|
.form-item .text-price {
|
padding: 0 10rpx;
|
height: 80rpx;
|
line-height: 80rpx;
|
border-radius: 40rpx;
|
border: 1px solid #CCCCCC;
|
}
|
.agreement-content {
|
max-height: 60vh;
|
overflow-y: auto;
|
}
|
.iconfont.icon-xuanze {
|
font-size: 30rpx;
|
}
|
.form-item .active .iconfont.icon-xuanze {
|
color: #F6220C;
|
}
|
.apply-cash .btn-red {
|
width: 686rpx;
|
height: 96rpx;
|
line-height: 96rpx;
|
opacity: 1;
|
border-radius: 16rpx;
|
border: none;
|
font-size: 28rpx;
|
}
|
[data-theme='theme0'] .apply-cash .btn-red {
|
background-color: #ff5704 !important;
|
}
|
[data-theme='theme1'] .apply-cash .btn-red {
|
background-color: #19ad57 !important;
|
}
|
[data-theme='theme2'] .apply-cash .btn-red {
|
background-color: #ffcc00 !important;
|
}
|
[data-theme='theme3'] .apply-cash .btn-red {
|
background-color: #33a7ff !important;
|
}
|
[data-theme='theme4'] .apply-cash .btn-red {
|
background-color: #e4e4e4 !important;
|
}
|
[data-theme='theme5'] .apply-cash .btn-red {
|
background-color: #c8ba97 !important;
|
}
|
[data-theme='theme6'] .apply-cash .btn-red {
|
background-color: #623ceb !important;
|
}
|
.apply-cash .btn-red-disabled {
|
width: 686rpx;
|
height: 96rpx;
|
line-height: 96rpx;
|
background-color: #F5F5F5;
|
background: #F5F5F5;
|
opacity: 1;
|
border-radius: 16rpx;
|
color: rgba(0, 0, 0, 0.24);
|
border: none;
|
font-size: 28rpx;
|
}
|
.withd-b {
|
background-color: #FFFFFF;
|
margin-bottom: 97rpx;
|
}
|
.withd-bct {
|
height: 92rpx;
|
padding-top: 59rpx;
|
padding-right: 49rpx;
|
display: flex;
|
justify-content: space-between;
|
align-items: center;
|
border-bottom: 1rpx solid #d0d0d0;
|
}
|
.tx-inpt {
|
background-color: #FFFFFF;
|
font-size: 48rpx;
|
line-height: 92rpx;
|
}
|
.withd-bcb {
|
padding: 27rpx 0 49rpx 0;
|
}
|
.withdrawal-btn {
|
margin: 0 30rpx;
|
height: 60rpx;
|
line-height: 60rpx;
|
color: #FFFFFF;
|
text-align: center;
|
border-radius: 30rpx;
|
padding: 0;
|
font-size: 24rpx;
|
}
|
[data-theme='theme0'] .withdrawal-btn {
|
background-color: #ff5704 !important;
|
}
|
[data-theme='theme1'] .withdrawal-btn {
|
background-color: #19ad57 !important;
|
}
|
[data-theme='theme2'] .withdrawal-btn {
|
background-color: #ffcc00 !important;
|
}
|
[data-theme='theme3'] .withdrawal-btn {
|
background-color: #33a7ff !important;
|
}
|
[data-theme='theme4'] .withdrawal-btn {
|
background-color: #e4e4e4 !important;
|
}
|
[data-theme='theme5'] .withdrawal-btn {
|
background-color: #c8ba97 !important;
|
}
|
[data-theme='theme6'] .withdrawal-btn {
|
background-color: #623ceb !important;
|
}
|
.login_index_seller_rule {
|
width: 90%;
|
margin: 0 auto;
|
text-align: center;
|
font-size: 24rpx;
|
}
|
.radio {
|
-webkit-transform: scale(0.7);
|
transform: scale(0.7);
|
}
|
.pop-improt {
|
width: 622rpx;
|
height: 480rpx;
|
box-sizing: border-box;
|
border-radius: 24rpx;
|
padding: 32rpx;
|
}
|
.pop-improt .icon-guanbi {
|
position: absolute;
|
top: 32rpx;
|
right: 32rpx;
|
width: 30rpx;
|
height: 30rpx;
|
font-size: 26rpx;
|
color: #666666;
|
}
|
.pop-improt.typeof {
|
width: 750rpx;
|
height: auto;
|
}
|
.pop-improt .close-text {
|
position: absolute;
|
top: 32rpx;
|
left: 32rpx;
|
font-size: 28rpx;
|
font-weight: 600;
|
}
|
[data-theme='theme0'] .pop-improt .close-text {
|
color: #ff5704 !important;
|
}
|
[data-theme='theme1'] .pop-improt .close-text {
|
color: #19ad57 !important;
|
}
|
[data-theme='theme2'] .pop-improt .close-text {
|
color: #ffcc00 !important;
|
}
|
[data-theme='theme3'] .pop-improt .close-text {
|
color: #33a7ff !important;
|
}
|
[data-theme='theme4'] .pop-improt .close-text {
|
color: #e4e4e4 !important;
|
}
|
[data-theme='theme5'] .pop-improt .close-text {
|
color: #c8ba97 !important;
|
}
|
[data-theme='theme6'] .pop-improt .close-text {
|
color: #623ceb !important;
|
}
|
.submitbtn {
|
width: 558rpx;
|
height: 80rpx;
|
opacity: 1;
|
border-radius: 16rpx;
|
font-size: 28rpx;
|
font-family: PingFang SC;
|
font-weight: 400;
|
color: #FFFFFF;
|
line-height: 80rpx;
|
opacity: 1;
|
margin: 0 auto;
|
}
|
[data-theme='theme0'] .submitbtn {
|
background-color: #ff5704 !important;
|
}
|
[data-theme='theme1'] .submitbtn {
|
background-color: #19ad57 !important;
|
}
|
[data-theme='theme2'] .submitbtn {
|
background-color: #ffcc00 !important;
|
}
|
[data-theme='theme3'] .submitbtn {
|
background-color: #33a7ff !important;
|
}
|
[data-theme='theme4'] .submitbtn {
|
background-color: #e4e4e4 !important;
|
}
|
[data-theme='theme5'] .submitbtn {
|
background-color: #c8ba97 !important;
|
}
|
[data-theme='theme6'] .submitbtn {
|
background-color: #623ceb !important;
|
}
|
.cash-icon {
|
width: 40rpx;
|
height: 40rpx;
|
}
|
.select-img {
|
width: 48rpx;
|
height: 48rpx;
|
}
|
.select-img image {
|
width: 48rpx;
|
height: 48rpx;
|
}
|
.pop-type-item {
|
height: 138rpx;
|
background: #FFFFFF;
|
border-radius: 0px;
|
}
|
.cash-input-item {
|
height: 88rpx;
|
background: #FFFFFF;
|
display: flex;
|
justify-content: center;
|
align-items: center;
|
}
|
.cash-input-item .input-label {
|
width: 160rpx;
|
text-align: left;
|
}
|
.cash-top {
|
height: 146rpx;
|
box-sizing: border-box;
|
background: #F5F5F5;
|
}
|
.border-top {
|
height: 58rpx;
|
width: 100%;
|
background-color: #f5f5f5;
|
}
|
.border-top .border-box {
|
box-sizing: border;
|
border-radius: 40rpx 40rpx 0px 0px;
|
background-color: #FFFFFF;
|
height: 58rpx;
|
width: 100%;
|
}
|
.mb48 {
|
margin-bottom: 48rpx;
|
}
|
.mb60 {
|
margin-bottom: 60rpx;
|
}
|