@charset "UTF-8"; /** * 这里是uni-app内置的常用样式变量 * * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量 * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App * */ /* uni.scss */ /* 页面左右间距 */ /* 文字尺寸 */ /* 文字尺寸 */ /*文字颜色*/ /* 边框颜色 */ /* 图片加载中颜色 */ /* 行为相关颜色 */ /* 颜色变量 */ /* 项目主色 */ /* 文字基本颜色 */ .red { color: #f60808; } .green { color: #15ab54; } .yellow { color: #f0ad4e; } .blue { color: #1f96f6; } .blank { color: #000; } .white { color: #fff; } .promain { color: #025b58; } .prosecond { color: #ed742f; } .textmain { color: #333; } .textgrey { color: #999; } .fuColor { color: #c6cadb; } .fontssm { font-size: 22rpx; } .fontsm { font-size: 24rpx; } .fontmid { font-size: 28rpx; } .fontbase { font-size: 30rpx; } /* 背景颜色 */ /* 边框颜色 */ /* input 样式 */ .input-placeholder { color: #999999; } .navigator-hover { background: transparent !important; opacity: 1; } .uni-page-head-transparent .uni-page-head-btn { background: transparent !important; } uni-toast { z-index: 99999; } button { background: transparent; } button::after { border: 0; } .content { min-height: 100vh; background-color: #f5f5f5; } .content .teamTab { background-color: #fff; justify-content: center; margin-top: 20rpx; padding: 32rpx 20rpx 0; } .content .teamTab text { margin: 0 40rpx; font-size: 36rpx; color: #666666; } .content .teamTab .tabli { width: 96rpx; text-align: center; height: 48rpx; line-height: 48rpx; border-radius: 30rpx; border: 1px solid #ae7a58; color: #ae7a58; font-size: 28rpx; } .content .userCenter .order { background-color: #fff; } .content .userCenter .order .ordtype { padding: 30rpx; border-bottom: 1px solid #f7f7f7; } .content .userCenter .order .ordtype:nth-last-of-type(1) { border-bottom: 0; } .content .userCenter .order .ordtype image { width: 80rpx; height: 80rpx; border-radius: 50%; } .content .userCenter .order .ordtype .dffd { margin: 0 20rpx; flex: 1; } .content .userCenter .order .ordtype .dffd .name { font-size: 34rpx; font-family: PingFangSC-Semibold, PingFang SC; font-weight: 600; color: #333333; line-height: 50rpx; margin-bottom: 5rpx; } .content .userCenter .order .ordtype .dffd .name .fontbase { margin-left: 15rpx; font-size: 30rpx; color: #999; } .content .userCenter .order .ordtype .bot { width: 100%; } .content .userCenter .order .ordtype .time { color: #999; line-height: 30rpx; }