268 lines
6.5 KiB
Plaintext
268 lines
6.5 KiB
Plaintext
@charset "UTF-8";
|
||
/**
|
||
* 这里是uni-app内置的常用样式变量
|
||
*
|
||
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
||
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
||
*
|
||
*/
|
||
/**
|
||
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
||
*
|
||
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
||
*/
|
||
/* 颜色变量 */
|
||
/* 行为相关颜色 */
|
||
/* 筛选组件 */
|
||
/* 文字基本颜色 */
|
||
/* 背景颜色 */
|
||
/* 边框颜色 */
|
||
/* 尺寸变量 */
|
||
/* 文字尺寸 */
|
||
/* 图片尺寸 */
|
||
/* Border Radius */
|
||
/* 水平间距 */
|
||
/* 垂直间距 */
|
||
/* 透明度 */
|
||
/* 文章场景相关 */
|
||
.box.data-v-10fb2612 {
|
||
border-radius: 8rpx 8rpx 8rpx 8rpx;
|
||
min-height: 100vh;
|
||
background: linear-gradient(to bottom, #F1F2F8 0%, #FFFFFF 30%, #F1F2F8 50%, #F1F2F8 70%, #F1F2F8 100%);
|
||
}
|
||
.w-100.data-v-10fb2612 {
|
||
width: 100%;
|
||
}
|
||
.flex.data-v-10fb2612 {
|
||
display: flex;
|
||
}
|
||
.flex-start.data-v-10fb2612 {
|
||
align-items: flex-start;
|
||
}
|
||
.justify-center.data-v-10fb2612 {
|
||
justify-content: center;
|
||
}
|
||
.align-items.data-v-10fb2612 {
|
||
align-items: center;
|
||
}
|
||
.flex-column.data-v-10fb2612 {
|
||
flex-flow: column;
|
||
}
|
||
.justify-start.data-v-10fb2612 {
|
||
justify-content: start;
|
||
}
|
||
.space-between.data-v-10fb2612 {
|
||
justify-content: space-between;
|
||
}
|
||
.white-space.data-v-10fb2612 {
|
||
overflow: hidden;
|
||
/* 确保超出容器的文本被隐藏 */
|
||
white-space: nowrap;
|
||
/* 确保文本在一行内显示 */
|
||
text-overflow: ellipsis;
|
||
/* 使用省略号表示被截断的文本 */
|
||
width: 100%;
|
||
}
|
||
.detali.data-v-10fb2612 {
|
||
width: 642rpx;
|
||
margin-top: 46rpx;
|
||
}
|
||
.detali .detali-right.data-v-10fb2612 {
|
||
margin-left: 42rpx;
|
||
}
|
||
.detali .detali-right .name.data-v-10fb2612 {
|
||
font-family: PingFang SC, PingFang SC;
|
||
font-weight: 800;
|
||
font-size: 52rpx;
|
||
color: #4B4B4B;
|
||
width: 400rpx;
|
||
}
|
||
.detali .detali-right .jigou.data-v-10fb2612 {
|
||
width: 336rpx;
|
||
font-family: PingFang SC, PingFang SC;
|
||
font-weight: 800;
|
||
font-size: 28rpx;
|
||
color: #008CFF;
|
||
margin: 38rpx 0 8rpx 0;
|
||
}
|
||
.detali .detali-right .look ._span.data-v-10fb2612 {
|
||
font-family: PingFang SC, PingFang SC;
|
||
font-weight: 500;
|
||
font-size: 24rpx;
|
||
color: #008CFF;
|
||
margin-right: 8rpx;
|
||
}
|
||
.detali .detali-right .line.data-v-10fb2612 {
|
||
margin: 19rpx 0 11rpx 0;
|
||
width: 372rpx;
|
||
height: 1rpx;
|
||
background: #008CFF;
|
||
}
|
||
.detali .detali-right .detali-footer.data-v-10fb2612 {
|
||
width: 380rpx;
|
||
}
|
||
.detali .detali-right .detali-footer .f-left .pingfen.data-v-10fb2612 {
|
||
font-family: PingFang SC, PingFang SC;
|
||
font-weight: 500;
|
||
font-size: 24rpx;
|
||
color: #008CFF;
|
||
margin-bottom: 9rpx;
|
||
}
|
||
.detali .detali-right .detali-footer .f-right.data-v-10fb2612 {
|
||
font-family: PingFang SC, PingFang SC;
|
||
font-weight: 800;
|
||
font-size: 42rpx;
|
||
color: #FFBC2C;
|
||
}
|
||
.teacher.data-v-10fb2612 {
|
||
width: 642rpx;
|
||
}
|
||
.teacher .teacher-header.data-v-10fb2612 {
|
||
padding-top: 64rpx;
|
||
padding-bottom: 12rpx;
|
||
border-bottom: 2rpx solid #008CFF;
|
||
}
|
||
.teacher .tea-center.data-v-10fb2612 {
|
||
margin-top: 13rpx;
|
||
}
|
||
.total.data-v-10fb2612 {
|
||
width: 690rpx;
|
||
}
|
||
.total .total-header.data-v-10fb2612 {
|
||
padding-top: 64rpx;
|
||
padding-bottom: 12rpx;
|
||
border-bottom: 2rpx solid #008CFF;
|
||
}
|
||
.total .total-header .more.data-v-10fb2612 {
|
||
font-family: PingFang SC, PingFang SC;
|
||
font-weight: 500;
|
||
font-size: 30rpx;
|
||
color: #008CFF;
|
||
font-style: normal;
|
||
text-transform: none;
|
||
margin-right: 8rpx;
|
||
}
|
||
.total .totalBox.data-v-10fb2612 {
|
||
display: flex;
|
||
flex-wrap: wrap;
|
||
justify-content: space-between;
|
||
align-items: center;
|
||
}
|
||
.pingjia.data-v-10fb2612 {
|
||
width: 690rpx;
|
||
}
|
||
.pingjia .pingjia-header.data-v-10fb2612 {
|
||
padding-top: 64rpx;
|
||
padding-bottom: 12rpx;
|
||
border-bottom: 2rpx solid #008CFF;
|
||
}
|
||
.pingjia .pjBox.data-v-10fb2612 {
|
||
border-radius: 20rpx 20rpx 20rpx 20rpx;
|
||
background-color: white;
|
||
padding: 24rpx;
|
||
margin-top: 25rpx;
|
||
}
|
||
.pingjia .pjBox .pj-top .pj-left image.data-v-10fb2612 {
|
||
border-radius: 50%;
|
||
}
|
||
.pingjia .pjBox .pj-top .pj-left .name.data-v-10fb2612 {
|
||
font-family: PingFang SC, PingFang SC;
|
||
font-weight: 800;
|
||
font-size: 34rpx;
|
||
color: #181818;
|
||
}
|
||
.pingjia .pjBox .pj-top .pj-left .time.data-v-10fb2612 {
|
||
font-family: PingFang SC, PingFang SC;
|
||
font-weight: 500;
|
||
font-size: 24rpx;
|
||
color: #7A7A7A;
|
||
margin-top: 14rpx;
|
||
}
|
||
.pingjia .pjBox .pj-top .pj-right .pj.data-v-10fb2612 {
|
||
width: 104rpx;
|
||
font-family: PingFang SC, PingFang SC;
|
||
font-weight: 800;
|
||
font-size: 42rpx;
|
||
color: #FFBC2C;
|
||
padding-bottom: 13rpx;
|
||
border-bottom: 1rpx solid #FFBC2C;
|
||
}
|
||
.pingjia .pjBox .pj-top .pj-right .rate.data-v-10fb2612 {
|
||
margin-top: 11rpx;
|
||
}
|
||
.pingjia .pjBox .pj-center.data-v-10fb2612 {
|
||
font-family: PingFang SC, PingFang SC;
|
||
font-weight: 500;
|
||
font-size: 26rpx;
|
||
color: #7A7A7A;
|
||
line-height: 38rpx;
|
||
margin-top: 20rpx;
|
||
word-break: break-all;
|
||
}
|
||
.con-center.data-v-10fb2612 {
|
||
width: 280rpx;
|
||
position: relative;
|
||
padding: 32rpx 16rpx;
|
||
}
|
||
.con-center .imgPos.data-v-10fb2612 {
|
||
position: absolute;
|
||
top: 0;
|
||
right: 0;
|
||
z-index: 999;
|
||
}
|
||
.con-center .jita.data-v-10fb2612 {
|
||
font-family: PingFang SC, PingFang SC;
|
||
font-weight: 800;
|
||
font-size: 28rpx;
|
||
color: #343434;
|
||
margin: 14rpx 0 16rpx 0;
|
||
}
|
||
.con-center .line-row.data-v-10fb2612 {
|
||
width: 280rpx;
|
||
height: 1rpx;
|
||
background: #008CFF;
|
||
border-radius: 0rpx 0rpx 0rpx 0rpx;
|
||
margin: 12rpx 0 12rpx 0;
|
||
}
|
||
.con-center .mingeBox .minge.data-v-10fb2612 {
|
||
font-family: PingFang SC, PingFang SC;
|
||
font-weight: 500;
|
||
font-size: 24rpx;
|
||
color: #7A7A7A;
|
||
}
|
||
.con-center .iconPos.data-v-10fb2612 {
|
||
font-family: PingFang SC, PingFang SC;
|
||
font-weight: 500;
|
||
font-size: 24rpx;
|
||
color: #7A7A7A;
|
||
line-height: 32rpx;
|
||
margin-top: 14rpx;
|
||
}
|
||
.con-center .mingePos.data-v-10fb2612 {
|
||
font-family: PingFang SC, PingFang SC;
|
||
font-weight: 500;
|
||
font-size: 24rpx;
|
||
color: #474747;
|
||
line-height: 32rpx;
|
||
}
|
||
.con-center .money.data-v-10fb2612 {
|
||
display: flex;
|
||
align-self: flex-end;
|
||
font-family: PingFang SC, PingFang SC;
|
||
font-weight: 800;
|
||
font-size: 36rpx;
|
||
color: #FF2323;
|
||
line-height: 32rpx;
|
||
margin-top: 24rpx;
|
||
}
|
||
.white-space.data-v-10fb2612 {
|
||
overflow: hidden;
|
||
/* 确保超出容器的文本被隐藏 */
|
||
white-space: nowrap;
|
||
/* 确保文本在一行内显示 */
|
||
text-overflow: ellipsis;
|
||
/* 使用省略号表示被截断的文本 */
|
||
width: 100%;
|
||
}
|
||
|