/**
|
* 这里是uni-app内置的常用样式变量
|
*
|
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
*
|
*/
|
/**
|
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
*
|
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
*/
|
/* 颜色变量 */
|
/* 行为相关颜色 */
|
/* 文字基本颜色 */
|
/* 背景颜色 */
|
/* 边框颜色 */
|
/* 尺寸变量 */
|
/* 文字尺寸 */
|
/* 图片尺寸 */
|
/* Border Radius */
|
/* 水平间距 */
|
/* 垂直间距 */
|
/* 透明度 */
|
/* 文章场景相关 */
|
.container.data-v-f06186df {
|
width: 100%;
|
height: 100vh;
|
}
|
.container .content.data-v-f06186df {
|
width: 100%;
|
height: calc(100vh - 176rpx);
|
background: linear-gradient(to top, #FFFFFF, #E8EFFF);
|
overflow-y: scroll;
|
}
|
.container .content .main.data-v-f06186df {
|
width: 686rpx;
|
height: 1262rpx;
|
background: #FFFFFF;
|
border-top-right-radius: 24rpx;
|
border-top-left-radius: 24rpx;
|
margin: 20rpx auto 0;
|
padding: 0 25rpx;
|
box-sizing: border-box;
|
}
|
.container .content .main .money.data-v-f06186df {
|
width: 100%;
|
height: 378rpx;
|
padding-top: 58rpx;
|
box-sizing: border-box;
|
}
|
.container .content .main .money .money-list.data-v-f06186df {
|
margin-top: 40rpx;
|
width: 100%;
|
height: 240rpx;
|
padding: 0 20rpx;
|
box-sizing: border-box;
|
display: flex;
|
justify-content: space-between;
|
align-items: center;
|
flex-wrap: wrap;
|
}
|
.container .content .main .money .money-list .money-box.data-v-f06186df {
|
width: 160rpx;
|
height: 100rpx;
|
border: 2rpx solid #75C8EB;
|
border-radius: 8rpx;
|
font-weight: 300;
|
font-size: 28rpx;
|
color: #4EB6E3;
|
text-align: center;
|
line-height: 100rpx;
|
}
|
.container .content .main .other-money.data-v-f06186df {
|
width: 100%;
|
height: 164rpx;
|
margin-top: 58rpx;
|
}
|
.container .content .main .other-money .money-input.data-v-f06186df {
|
margin: 40rpx auto 0;
|
width: calc(100% - 40rpx);
|
height: 80rpx;
|
box-sizing: border-box;
|
border-radius: 8rpx;
|
border: 2rpx solid #75C8EB;
|
}
|
.container .content .main .other-money .money-input input.data-v-f06186df {
|
width: 94%;
|
height: 80rpx;
|
margin-left: 6%;
|
}
|
.container .content .main .pay-methods.data-v-f06186df {
|
width: 100%;
|
margin-top: 58rpx;
|
}
|
.container .content .main .pay-methods .methods-list.data-v-f06186df {
|
margin-top: 40rpx;
|
width: 100%;
|
padding: 0 20rpx;
|
box-sizing: border-box;
|
height: 130rpx;
|
display: flex;
|
flex-direction: column;
|
justify-content: space-between;
|
align-items: flex-start;
|
}
|
.container .content .main .pay-methods .methods-list .pay-item.data-v-f06186df {
|
width: 100%;
|
display: flex;
|
justify-content: space-between;
|
align-items: center;
|
}
|
.container .content .main .pay-methods .methods-list .pay-item .pay-item-right.data-v-f06186df {
|
display: flex;
|
}
|
.container .content .main .pay-methods .methods-list .pay-item .pay-item-right image.data-v-f06186df {
|
width: 42rpx;
|
height: 42rpx;
|
margin-right: 34rpx;
|
}
|
.container .content .main .pay-methods .methods-list .pay-item .pay-item-right view.data-v-f06186df {
|
font-weight: 300;
|
font-size: 28rpx;
|
color: #111111;
|
}
|
.container .submit-btn.data-v-f06186df {
|
width: 686rpx;
|
height: 98rpx;
|
background: #5EA1FA;
|
border-radius: 50rpx;
|
text-align: center;
|
line-height: 98rpx;
|
letter-spacing: 3rpx;
|
margin: 0 auto;
|
font-weight: 300;
|
font-size: 36rpx;
|
color: #FFFFFF;
|
}
|
.money-title.data-v-f06186df {
|
display: flex;
|
align-items: center;
|
}
|
.money-title .title-icon.data-v-f06186df {
|
width: 8rpx;
|
height: 36rpx;
|
background: #49B4E3;
|
margin-right: 12rpx;
|
}
|
.money-title .title-text.data-v-f06186df {
|
font-weight: 300;
|
font-size: 28rpx;
|
color: #000000;
|
}
|