@charset "UTF-8"; /** * 这里是uni-app内置的常用样式变量 * * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量 * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App * */ /** * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能 * * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件 */ /* uni.scss */ /* 颜色变量 */ /* 行为相关颜色 */ /* 文字基本颜色 */ /* 背景颜色 */ /* 边框颜色 */ /* 尺寸变量 */ /* 文字尺寸 */ /* 图片尺寸 */ /* Border Radius */ /* 水平间距 */ /* 垂直间距 */ /* 透明度 */ /* 文章场景相关 */ page { background-color: #F6F6F6 !important; } .headboxcon { margin: 20rpx 30rpx; background-color: #fff; border-radius: 20rpx; padding: 0 30rpx; box-sizing: border-box; } .headboxcon .tis { font-size: 36rpx; font-weight: 600; display: block; padding: 30rpx 0; padding-top: 50rpx; } .headboxcon .tipup { display: flex; padding-bottom: 30rpx; } .headboxcon .upbox { margin-left: 30rpx; } .headboxcon .yu { display: block; color: #BEBDBB; } .headboxcon .tip { padding-bottom: 30rpx; font-size: 28rpx; display: flex; justify-content: space-between; } .searchbox { padding-left: 30rpx; box-sizing: border-box; background-color: #ECECEC; border-radius: 38rpx; flex: 1; height: 75rpx; margin: 0 auto; display: flex; align-items: center; justify-content: center; } .acpcardlist .acpcard { flex: 1; margin: 0 30rpx; background-color: #fff; border-radius: 20rpx; box-shadow: 0px 8rpx 20rpx 1rpx rgba(31, 36, 42, 0.08); } .acpcardlist .acpcard .allmsg { display: flex; padding: 40rpx 30rpx; box-sizing: border-box; width: 100%; } .acpcardlist .acpcard .allmsg .cicle { width: 28rpx; height: 28rpx; border-radius: 50%; background-color: #D8AB5A; margin-top: 8rpx; } .acpcardlist .acpcard .allmsg .acpcont { margin-left: 20rpx; width: 100%; } .acpcardlist .acpcard .allmsg .acpcont .acpname { box-sizing: border-box; display: flex; align-items: center; justify-content: space-between; padding-bottom: 30rpx; flex-grow: 1; width: 100%; font-size: 36rpx; font-weight: 600; } .acpcardlist .acpcard .allmsg .acpcont .acpname .tag { margin-left: 10rpx; font-weight: 500; border-radius: 10rpx; color: #BEBDBB; text-align: center; } .acpcardlist .acpcard .allmsg .acpinfo { border-top: 1rpx solid #E8E8E8; display: flex; flex: 1; flex-direction: column; font-size: 28rpx; color: #68625B; justify-content: space-between; box-sizing: border-box; } .acpcardlist .acpcard .allmsg .acpinfo .pt { padding-top: 20rpx; } .totalmanage { margin-top: 50rpx; margin-bottom: 100rpx; bottom: 0; display: flex; justify-content: space-between; align-items: center; width: 100%; padding: 0 30rpx; box-sizing: border-box; } .totalmanage .managebox { width: 23.8rpx; height: 29.7rpx; } .totalmanage .managebox image { width: 100%; height: 100%; } .totalmanage .maboxtitls { width: 160rpx; height: 60rpx; display: flex; align-items: center; justify-content: center; border-radius: 30rpx; background-color: #D9D9D9; font-size: 28rpx; box-sizing: border-box; } .newbill { background-color: #fff; position: fixed; bottom: 0; padding-top: 10rpx; padding-bottom: 40rpx; width: 100%; z-index: 999; } .newbill .newbillbtn { background: linear-gradient(to right, #FFE1AD, #D8AB5A); width: 474rpx; height: 88rpx; border-radius: 43rpx; box-shadow: 0 10rpx 20rpx 1rpx rgba(179, 116, 5, 0.2); line-height: 88rpx; color: #fff; text-align: center; }