| 12345678910111213141516171819202122232425262728293031323334353637383940 |
- @charset "UTF-8";
- /**
- * 这里是uni-app内置的常用样式变量
- *
- * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
- * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
- *
- */
- /**
- * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
- *
- * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
- */
- /* 颜色变量 */
- /* 行为相关颜色 */
- /* 文字基本颜色 */
- /* 背景颜色 */
- /* 边框颜色 */
- /* 尺寸变量 */
- /* 文字尺寸 */
- /* 图片尺寸 */
- /* Border Radius */
- /* 水平间距 */
- /* 垂直间距 */
- /* 透明度 */
- /* 文章场景相关 */
- page.data-v-02e321b8{height:100%}
- .content.data-v-02e321b8{position:relative;width:100%;height:100%;font-family:"MicrosoftYaHei";font-weight:400;background-image:url(/static/images/背景2.png);background-size:100% 100%;background-attachment:fixed;background-repeat:no-repeat}
- .content .status_bar.data-v-02e321b8{position:fixed;top:0;height:25px;width:100%;background:#f8f8f8;z-index:1000}
- .content .navBar.data-v-02e321b8{position:fixed;top:0;left:0;width:750rpx;height:55rpx;margin-top:34rpx;color:#fff;font-weight:bold;background-color:rbga(0, 0, 0, 0.1);text-align:center;line-height:55rpx;z-index:1000}
- .content .navBar .back.data-v-02e321b8{display:inline-block;position:absolute;top:16rpx;left:30rpx;width:10px;height:10px;border:none;border-bottom:4rpx solid #fff;border-left:4rpx solid #fff;-webkit-transform:rotate(45deg);transform:rotate(45deg);text-align:center}
- .content .messageCard.data-v-02e321b8{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-webkit-justify-content:flex-start;justify-content:flex-start;position:absolute;top:195rpx;left:36rpx;width:678rpx;height:983rpx;background:#fff;border-radius:14rpx;-webkit-box-sizing:border-box;box-sizing:border-box}
- .content .messageCard .item.data-v-02e321b8{width:618rpx;height:89rpx;margin:0 auto;margin-top:8rpx;border-bottom:1rpx solid #d9d9d9;line-height:89rpx;-webkit-box-sizing:border-box;box-sizing:border-box}
- .content .messageCard .item .ite.data-v-02e321b8{display:inline-block;width:150rpx;height:60rpx;line-height:60rpx;margin-left:20rpx;font-size:32rpx;color:#808080}
- .content .messageCard .item .content.data-v-02e321b8{display:inline-block;width:400rpx;height:60rpx;line-height:60rpx;margin-left:40rpx;color:#000;background:#fff}
- .content .messageCard .footer.data-v-02e321b8{display:block;width:580rpx;height:200rpx;margin:0 auto;margin-top:20rpx;font-size:24rpx;color:#b3b3b3}
- .content .messageCard button.data-v-02e321b8{width:618rpx;height:80rpx;background:#6eaff0;font-size:28rpx;color:#fff;text-align:center;line-height:80rpx}
- .content .messageBg1.data-v-02e321b8{position:absolute;top:215rpx;left:51rpx;width:648rpx;height:977rpx;background:#ffffff;opacity:0.7;border-radius:14rpx}
- .content .messageBg2.data-v-02e321b8{position:absolute;top:234rpx;left:58rpx;width:634rpx;height:975rpx;background:#ffffff;opacity:0.5;border-radius:14rpx}
|