256 lines
4.8 KiB
Plaintext
256 lines
4.8 KiB
Plaintext
@charset "UTF-8";
|
||
/**
|
||
* 这里是uni-app内置的常用样式变量
|
||
*
|
||
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
||
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
||
*
|
||
*/
|
||
/**
|
||
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
||
*
|
||
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
||
*/
|
||
/* 颜色变量 */
|
||
/* 行为相关颜色 */
|
||
/* 文字基本颜色 */
|
||
/* 背景颜色 */
|
||
/* 边框颜色 */
|
||
/* 尺寸变量 */
|
||
/* 文字尺寸 */
|
||
/* 图片尺寸 */
|
||
/* Border Radius */
|
||
/* 水平间距 */
|
||
/* 垂直间距 */
|
||
/* 透明度 */
|
||
/* 文章场景相关 */
|
||
/**
|
||
* author: Di (微信小程序开发工程师)
|
||
* organization: WeAppDev(微信小程序开发论坛)(http://weappdev.com)
|
||
* 垂直微信小程序开发交流社区
|
||
*
|
||
* github地址: https://github.com/icindy/wxParse
|
||
*
|
||
* for: 微信小程序富文本解析
|
||
* detail : http://weappdev.com/t/wxparse-alpha0-1-html-markdown/184
|
||
*/
|
||
.wxParse {
|
||
width: 100%;
|
||
font-family: Helvetica, sans-serif;
|
||
font-size: 30rpx;
|
||
color: #666;
|
||
line-height: 1.8;
|
||
}
|
||
.wxParse view {
|
||
word-break: hyphenate;
|
||
}
|
||
.wxParse .inline {
|
||
display: inline;
|
||
margin: 0;
|
||
padding: 0;
|
||
}
|
||
.wxParse .div {
|
||
margin: 0;
|
||
padding: 0;
|
||
}
|
||
.wxParse .h1 .text {
|
||
font-size: 2em;
|
||
margin: 0.67em 0;
|
||
}
|
||
.wxParse .h2 .text {
|
||
font-size: 1.5em;
|
||
margin: 0.83em 0;
|
||
}
|
||
.wxParse .h3 .text {
|
||
font-size: 1.17em;
|
||
margin: 1em 0;
|
||
}
|
||
.wxParse .h4 .text {
|
||
margin: 1.33em 0;
|
||
}
|
||
.wxParse .h5 .text {
|
||
font-size: 0.83em;
|
||
margin: 1.67em 0;
|
||
}
|
||
.wxParse .h6 .text {
|
||
font-size: 0.67em;
|
||
margin: 2.33em 0;
|
||
}
|
||
.wxParse .h1 .text,
|
||
.wxParse .h2 .text,
|
||
.wxParse .h3 .text,
|
||
.wxParse .h4 .text,
|
||
.wxParse .h5 .text,
|
||
.wxParse .h6 .text,
|
||
.wxParse .b,
|
||
.wxParse .strong {
|
||
font-weight: bolder;
|
||
}
|
||
.wxParse .p {
|
||
margin: 1em 0;
|
||
}
|
||
.wxParse .i,
|
||
.wxParse .cite,
|
||
.wxParse .em,
|
||
.wxParse .var,
|
||
.wxParse .address {
|
||
font-style: italic;
|
||
}
|
||
.wxParse .pre,
|
||
.wxParse .tt,
|
||
.wxParse .code,
|
||
.wxParse .kbd,
|
||
.wxParse .samp {
|
||
font-family: monospace;
|
||
}
|
||
.wxParse .pre {
|
||
overflow: auto;
|
||
background: #f5f5f5;
|
||
padding: 16rpx;
|
||
white-space: pre;
|
||
margin: 1em 0rpx;
|
||
}
|
||
.wxParse .code {
|
||
display: inline;
|
||
background: #f5f5f5;
|
||
}
|
||
.wxParse .big {
|
||
font-size: 1.17em;
|
||
}
|
||
.wxParse .small,
|
||
.wxParse .sub,
|
||
.wxParse .sup {
|
||
font-size: 0.83em;
|
||
}
|
||
.wxParse .sub {
|
||
vertical-align: sub;
|
||
}
|
||
.wxParse .sup {
|
||
vertical-align: super;
|
||
}
|
||
.wxParse .s,
|
||
.wxParse .strike,
|
||
.wxParse .del {
|
||
text-decoration: line-through;
|
||
}
|
||
.wxParse .strong,
|
||
.wxParse .s {
|
||
display: inline;
|
||
}
|
||
.wxParse .a {
|
||
color: deepskyblue;
|
||
}
|
||
.wxParse .video {
|
||
text-align: center;
|
||
margin: 22rpx 0;
|
||
}
|
||
.wxParse .video-video {
|
||
width: 100%;
|
||
}
|
||
.wxParse .img {
|
||
display: inline-block;
|
||
width: 0;
|
||
height: 0;
|
||
max-width: 100%;
|
||
overflow: hidden;
|
||
}
|
||
.wxParse .blockquote {
|
||
margin: 10rpx 0;
|
||
padding: 22rpx 0 22rpx 22rpx;
|
||
font-family: Courier, Calibri, "宋体";
|
||
background: #f5f5f5;
|
||
border-left: 6rpx solid #dbdbdb;
|
||
}
|
||
.wxParse .blockquote .p {
|
||
margin: 0;
|
||
}
|
||
.wxParse .ul, .wxParse .ol {
|
||
display: block;
|
||
margin: 1em 0;
|
||
padding-left: 33rpx;
|
||
}
|
||
.wxParse .ol {
|
||
list-style-type: disc;
|
||
}
|
||
.wxParse .ol {
|
||
list-style-type: decimal;
|
||
}
|
||
.wxParse .ol>weixin-parse-template,.wxParse .ul>weixin-parse-template {
|
||
display: list-item;
|
||
align-items: baseline;
|
||
text-align: match-parent;
|
||
}
|
||
.wxParse .ol>.li,.wxParse .ul>.li {
|
||
display: list-item;
|
||
align-items: baseline;
|
||
text-align: match-parent;
|
||
}
|
||
.wxParse .ul .ul, .wxParse .ol .ul {
|
||
list-style-type: circle;
|
||
}
|
||
.wxParse .ol .ol .ul, .wxParse .ol .ul .ul, .wxParse .ul .ol .ul, .wxParse .ul .ul .ul {
|
||
list-style-type: square;
|
||
}
|
||
.wxParse .u {
|
||
text-decoration: underline;
|
||
}
|
||
.wxParse .hide {
|
||
display: none;
|
||
}
|
||
.wxParse .del {
|
||
display: inline;
|
||
}
|
||
.wxParse .figure {
|
||
overflow: hidden;
|
||
}
|
||
.wxParse .table {
|
||
width: 100%;
|
||
}
|
||
.wxParse .thead, .wxParse .tfoot, .wxParse .tr {
|
||
display: flex;
|
||
flex-direction: row;
|
||
}
|
||
.wxParse .tr {
|
||
width:100%;
|
||
display: flex;
|
||
border-right: 2rpx solid #e0e0e0;
|
||
border-bottom: 2rpx solid #e0e0e0;
|
||
}
|
||
.wxParse .th,
|
||
.wxParse .td {
|
||
display: flex;
|
||
width: 1276rpx;
|
||
overflow: auto;
|
||
flex: 1;
|
||
padding: 11rpx;
|
||
border-left: 2rpx solid #e0e0e0;
|
||
}
|
||
.wxParse .td:last {
|
||
border-top: 2rpx solid #e0e0e0;
|
||
}
|
||
.wxParse .th {
|
||
background: #f0f0f0;
|
||
border-top: 2rpx solid #e0e0e0;
|
||
}
|
||
.qkk {
|
||
font-size: 24rpx;
|
||
color: #999999;
|
||
}
|
||
.commodity_shopImg {
|
||
width: 70rpx;
|
||
height: 70rpx;
|
||
border-radius: 100%;
|
||
overflow: hidden;
|
||
}
|
||
.m-orderlist {
|
||
position: absolute;
|
||
top: 0;
|
||
left: 0;
|
||
width: 100%;
|
||
height: 100%;
|
||
}
|
||
.m-cell.active {
|
||
font-weight: 700;
|
||
}
|
||
|