131 lines
3.2 KiB
Plaintext
131 lines
3.2 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-2048d80a {
|
||
background: #F1F2F8;
|
||
width: 750rpx;
|
||
height: 100vh;
|
||
}
|
||
.box .header.data-v-2048d80a {
|
||
width: 100%;
|
||
height: 274rpx;
|
||
border-bottom-right-radius: 12rpx;
|
||
border-bottom-left-radius: 12rpx;
|
||
background: #FFFFFF;
|
||
}
|
||
.box .header .right.data-v-2048d80a {
|
||
margin-left: 32rpx;
|
||
width: 50%;
|
||
}
|
||
.box .header .right .title.data-v-2048d80a {
|
||
font-family: PingFang SC, PingFang SC;
|
||
font-weight: 800;
|
||
font-size: 34rpx;
|
||
color: #343434;
|
||
margin-bottom: 24rpx;
|
||
}
|
||
.box .header .right .buyTime.data-v-2048d80a {
|
||
font-family: PingFang SC, PingFang SC;
|
||
font-weight: 500;
|
||
font-size: 24rpx;
|
||
color: #7A7A7A;
|
||
}
|
||
.w-100.data-v-2048d80a {
|
||
width: 100%;
|
||
}
|
||
.white-space.data-v-2048d80a {
|
||
overflow: hidden;
|
||
/* 确保超出容器的文本被隐藏 */
|
||
white-space: nowrap;
|
||
/* 确保文本在一行内显示 */
|
||
text-overflow: ellipsis;
|
||
/* 使用省略号表示被截断的文本 */
|
||
width: 100%;
|
||
}
|
||
.flex.data-v-2048d80a {
|
||
display: flex;
|
||
}
|
||
.flex-start.data-v-2048d80a {
|
||
align-items: flex-start;
|
||
}
|
||
.justify-center.data-v-2048d80a {
|
||
justify-content: center;
|
||
}
|
||
.align-items.data-v-2048d80a {
|
||
align-items: center;
|
||
}
|
||
.flex-column.data-v-2048d80a {
|
||
flex-flow: column;
|
||
}
|
||
.justify-start.data-v-2048d80a {
|
||
justify-content: start;
|
||
}
|
||
.content.data-v-2048d80a {
|
||
width: 690rpx;
|
||
margin-top: 28rpx;
|
||
background: #FFFFFF;
|
||
border-radius: 20rpx 20rpx 20rpx 20rpx;
|
||
}
|
||
.content .roteList.data-v-2048d80a {
|
||
padding: 0 24rpx;
|
||
}
|
||
.content .roteList .title.data-v-2048d80a {
|
||
font-family: PingFang SC, PingFang SC;
|
||
font-weight: 500;
|
||
font-size: 34rpx;
|
||
color: #343434;
|
||
}
|
||
.content .roteList .rote.data-v-2048d80a {
|
||
font-family: PingFang SC, PingFang SC;
|
||
font-weight: 800;
|
||
font-size: 42rpx;
|
||
color: #FFBC2C;
|
||
}
|
||
.footer.data-v-2048d80a {
|
||
position: fixed;
|
||
bottom: 0;
|
||
width: 750rpx;
|
||
height: 122rpx;
|
||
background: #FFFFFF;
|
||
box-shadow: 0rpx -6rpx 12rpx 0rpx rgba(111, 190, 255, 0.1);
|
||
border-radius: 0rpx 0rpx 0rpx 0rpx;
|
||
}
|
||
.footer ._span.data-v-2048d80a {
|
||
width: 642rpx;
|
||
height: 80rpx;
|
||
background: #008CFF;
|
||
border-radius: 401rpx 401rpx 401rpx 401rpx;
|
||
font-family: PingFang SC, PingFang SC;
|
||
font-weight: 800;
|
||
font-size: 34rpx;
|
||
color: #FFFFFF;
|
||
}
|
||
.data-v-2048d80a .u-textarea {
|
||
border-radius: 20rpx;
|
||
}
|
||
|