公司小程序
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.

69 lines
1.4 KiB

@charset "UTF-8";
/**
* 下方引入的为uView UI的集成样式文件,为scss预处理器,其中包含了一些"u-"开头的自定义变量
* 使用的时候,请将下面的一行复制到您的uniapp项目根目录的uni.scss中即可
* uView自定义的css类名和scss变量,均以"u-"开头,不会造成冲突,请放心使用
*/
.dwrapper.data-v-ac4ebbf8 {
width: 702rpx;
height: 110rpx;
border-radius: 20rpx;
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
}
.title_box.data-v-ac4ebbf8 {
width: 300rpx;
height: 100%;
position: relative;
margin-left: 20rpx;
}
.icon.data-v-ac4ebbf8 {
width: 26rpx;
height: 26rpx;
position: absolute;
left: 0;
top: 37rpx;
}
.title.data-v-ac4ebbf8 {
height: 40rpx;
font-size: 28rpx;
font-family: PingFang SC;
font-weight: bold;
color: #333333;
opacity: 1;
position: absolute;
left: 38rpx;
top: 28rpx;
}
.time.data-v-ac4ebbf8 {
height: 30rpx;
font-size: 22rpx;
font-family: PingFang SC;
font-weight: 400;
color: #999999;
opacity: 1;
position: absolute;
left: 38rpx;
top: 70rpx;
}
.money_used.data-v-ac4ebbf8 {
height: 40rpx;
font-size: 28rpx;
font-weight: bold;
color: #333333;
opacity: 1;
text-align: right;
padding-right: 20rpx;
}
.money_earn.data-v-ac4ebbf8 {
height: 40rpx;
font-size: 28rpx;
font-weight: bold;
color: #D49B4B;
opacity: 1;
text-align: right;
padding-right: 20rpx;
}