公司小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

101 lines
2.0 KiB

@charset "UTF-8";
/**
* 下方引入的为uView UI的集成样式文件,为scss预处理器,其中包含了一些"u-"开头的自定义变量
* 使用的时候,请将下面的一行复制到您的uniapp项目根目录的uni.scss中即可
* uView自定义的css类名和scss变量,均以"u-"开头,不会造成冲突,请放心使用
*/
.top.data-v-7c599266 {
width: 750rpx;
height: 202rpx;
border-radius: 20rpx;
position: relative;
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;
}
.text_28_unbold.data-v-7c599266 {
height: 40rpx;
font-size: 28rpx;
font-weight: 400;
color: #333333;
opacity: 1;
margin-left: 24rpx;
}
.bank_box.data-v-7c599266 {
width: 550rpx;
height: 202rpx;
border-radius: 20rpx;
margin-right: 24rpx;
position: relative;
}
.bank_text.data-v-7c599266 {
height: 42rpx;
font-size: 30rpx;
font-weight: bold;
color: #333333;
line-height: 42rpx;
opacity: 1;
position: absolute;
left: 66rpx;
top: 64rpx;
}
.bank_info.data-v-7c599266 {
height: 34rpx;
font-size: 24rpx;
font-weight: 400;
line-height: 34rpx;
color: #999999;
opacity: 1;
position: absolute;
}
.bank_icon.data-v-7c599266 {
width: 32rpx;
height: 32rpx;
position: absolute;
left: 24rpx;
top: 69rpx;
}
.center.data-v-7c599266 {
width: 702rpx;
height: 360rpx;
background: #FFFFFF;
opacity: 1;
border-radius: 20rpx;
position: relative;
left: 24rpx;
top: 20rpx;
}
.money_big.data-v-7c599266 {
height: 92rpx;
font-size: 66rpx;
font-weight: bold;
color: #333333;
opacity: 1;
}
.input_money.data-v-7c599266 {
position: absolute;
left: 85rpx;
bottom: 100rpx;
width: 590rpx;
height: 92rpx;
font-size: 66rpx;
font-weight: bold;
color: #333333;
}
.button.data-v-7c599266 {
position: relative;
top: 50rpx;
width: 702rpx;
height: 90rpx;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
border-radius: 93rpx;
background: #D49B4B;
font-size: 36rpx;
color: #FFFFFF;
font-weight: 400;
}