init
This commit is contained in:
457
wx05cb767e6530b48f/pages/flow/index.wxss
Normal file
457
wx05cb767e6530b48f/pages/flow/index.wxss
Normal file
@@ -0,0 +1,457 @@
|
||||
.wxParse {
|
||||
color: #666;
|
||||
font-family: Helvetica,sans-serif;
|
||||
font-size: 28rpx;
|
||||
line-height: 1.8;
|
||||
margin: 0 5px;
|
||||
}
|
||||
|
||||
view {
|
||||
overflow: auto;
|
||||
word-break: break-all;
|
||||
}
|
||||
|
||||
.wxParse-inline {
|
||||
display: inline;
|
||||
}
|
||||
|
||||
.wxParse-div,.wxParse-inline {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.wxParse-h1 {
|
||||
font-size: 2em;
|
||||
margin: .67em 0;
|
||||
}
|
||||
|
||||
.wxParse-h2 {
|
||||
font-size: 1.5em;
|
||||
margin: .75em 0;
|
||||
}
|
||||
|
||||
.wxParse-h3 {
|
||||
font-size: 1.17em;
|
||||
margin: .83em 0;
|
||||
}
|
||||
|
||||
.wxParse-h4 {
|
||||
margin: 1.12em 0;
|
||||
}
|
||||
|
||||
.wxParse-h5 {
|
||||
font-size: .83em;
|
||||
margin: 1.5em 0;
|
||||
}
|
||||
|
||||
.wxParse-h6 {
|
||||
font-size: .75em;
|
||||
margin: 1.67em 0;
|
||||
}
|
||||
|
||||
.wxParse-h1 {
|
||||
font-size: 18px;
|
||||
font-weight: 400;
|
||||
margin-bottom: .9em;
|
||||
}
|
||||
|
||||
.wxParse-h2 {
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
.wxParse-h2,.wxParse-h3 {
|
||||
font-weight: 400;
|
||||
margin-bottom: .34em;
|
||||
}
|
||||
|
||||
.wxParse-h3 {
|
||||
font-size: 15px;
|
||||
}
|
||||
|
||||
.wxParse-h4 {
|
||||
font-size: 14px;
|
||||
font-weight: 400;
|
||||
margin-bottom: .24em;
|
||||
}
|
||||
|
||||
.wxParse-h5 {
|
||||
font-size: 13px;
|
||||
font-weight: 400;
|
||||
margin-bottom: .14em;
|
||||
}
|
||||
|
||||
.wxParse-h6 {
|
||||
font-size: 12px;
|
||||
font-weight: 400;
|
||||
margin-bottom: .04em;
|
||||
}
|
||||
|
||||
.wxParse-b,.wxParse-h1,.wxParse-h2,.wxParse-h3,.wxParse-h4,.wxParse-h5,.wxParse-h6,.wxParse-strong {
|
||||
font-weight: bolder;
|
||||
}
|
||||
|
||||
.wxParse-address,.wxParse-cite,.wxParse-em,.wxParse-i,.wxParse-var {
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.wxParse-code,.wxParse-kbd,.wxParse-pre,.wxParse-samp,.wxParse-tt {
|
||||
font-family: monospace;
|
||||
}
|
||||
|
||||
.wxParse-pre {
|
||||
white-space: pre;
|
||||
}
|
||||
|
||||
.wxParse-big {
|
||||
font-size: 1.17em;
|
||||
}
|
||||
|
||||
.wxParse-small,.wxParse-sub,.wxParse-sup {
|
||||
font-size: .83em;
|
||||
}
|
||||
|
||||
.wxParse-sub {
|
||||
vertical-align: sub;
|
||||
}
|
||||
|
||||
.wxParse-sup {
|
||||
vertical-align: super;
|
||||
}
|
||||
|
||||
.wxParse-del,.wxParse-s,.wxParse-strike {
|
||||
text-decoration: line-through;
|
||||
}
|
||||
|
||||
.wxParse-s,.wxParse-strong {
|
||||
display: inline;
|
||||
}
|
||||
|
||||
.wxParse-a {
|
||||
color: #00bfff;
|
||||
overflow: auto;
|
||||
word-break: break-all;
|
||||
}
|
||||
|
||||
.wxParse-video {
|
||||
margin: 10px 0;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.wxParse-video-video {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.wxParse-img {
|
||||
background-color: #efefef;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.wxParse-blockquote {
|
||||
background: #f5f5f5;
|
||||
border-left: 3px solid #dbdbdb;
|
||||
font-family: Courier,Calibri,宋体;
|
||||
margin: 0;
|
||||
padding: 10px 0 10px 5px;
|
||||
}
|
||||
|
||||
.wxParse-code,.wxParse-wxxxcode-style {
|
||||
background: #f5f5f5;
|
||||
display: inline;
|
||||
}
|
||||
|
||||
.wxParse-ul {
|
||||
margin: 20rpx 10rpx;
|
||||
}
|
||||
|
||||
.wxParse-li,.wxParse-li-inner {
|
||||
align-items: baseline;
|
||||
display: flex;
|
||||
margin: 10rpx 0;
|
||||
}
|
||||
|
||||
.wxParse-li-text {
|
||||
align-items: center;
|
||||
line-height: 20px;
|
||||
}
|
||||
|
||||
.wxParse-li-circle {
|
||||
background-color: #333;
|
||||
display: inline-flex;
|
||||
height: 5px;
|
||||
margin-right: 5px;
|
||||
width: 5px;
|
||||
}
|
||||
|
||||
.wxParse-li-square {
|
||||
background-color: #333;
|
||||
}
|
||||
|
||||
.wxParse-li-ring,.wxParse-li-square {
|
||||
display: inline-flex;
|
||||
height: 10rpx;
|
||||
margin-right: 5px;
|
||||
width: 10rpx;
|
||||
}
|
||||
|
||||
.wxParse-li-ring {
|
||||
background-color: #fff;
|
||||
border: 2rpx solid #333;
|
||||
border-radius: 50%;
|
||||
}
|
||||
|
||||
.wxParse-u {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.wxParse-hide {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.WxEmojiView {
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.wxEmoji {
|
||||
height: 16px;
|
||||
width: 16px;
|
||||
}
|
||||
|
||||
.wxParse-tr {
|
||||
border-bottom: 1px solid #e0e0e0;
|
||||
border-right: 1px solid #e0e0e0;
|
||||
border-top: 1px solid #e0e0e0;
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.wxParse-td,.wxParse-th {
|
||||
border-left: 1px solid #e0e0e0;
|
||||
flex: 1;
|
||||
font-size: 28rpx;
|
||||
padding: 5px;
|
||||
word-break: break-all;
|
||||
}
|
||||
|
||||
.wxParse-td:last {
|
||||
border-top: 1px solid #e0e0e0;
|
||||
}
|
||||
|
||||
.wxParse-th {
|
||||
background: #f0f0f0;
|
||||
border-top: 1px solid #e0e0e0;
|
||||
}
|
||||
|
||||
.image {
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.cart-tab-item-btn {
|
||||
background: #ff495e;
|
||||
color: #fff;
|
||||
display: block;
|
||||
float: right;
|
||||
font-size: 32rpx;
|
||||
height: 100rpx;
|
||||
line-height: 100rpx;
|
||||
text-align: center;
|
||||
width: 160rpx;
|
||||
}
|
||||
|
||||
.price {
|
||||
margin-top: 10rpx;
|
||||
}
|
||||
|
||||
.colour-box {
|
||||
background: #e64340;
|
||||
color: #fff;
|
||||
font-size: 26rpx;
|
||||
line-height: 26rpx;
|
||||
margin-right: 10rpx;
|
||||
padding: 4rpx 8rpx;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.cart-tab-item {
|
||||
width: 375rpx;
|
||||
}
|
||||
|
||||
.cart-tab-wrp {
|
||||
background: #fff;
|
||||
border-top: 1rpx solid #ddd;
|
||||
bottom: 0rpx;
|
||||
color: #000;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
height: 100rpx;
|
||||
position: fixed;
|
||||
width: 100%;
|
||||
z-index: 10;
|
||||
}
|
||||
|
||||
.cart-tab-item {
|
||||
line-height: 100rpx;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.cart-tab-item .cart-item-total-price {
|
||||
float: left;
|
||||
}
|
||||
|
||||
.cart-item-total {
|
||||
padding-left: 30rpx;
|
||||
}
|
||||
|
||||
.cart-item-total-price {
|
||||
color: #ff495e;
|
||||
font-size: 32rpx;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.cart-item-total-price em {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.cart-item-icon-wrp {
|
||||
height: 90rpx;
|
||||
position: absolute;
|
||||
top: -4rpx;
|
||||
width: 110rpx;
|
||||
}
|
||||
|
||||
.cart-item-icon {
|
||||
height: 90rpx;
|
||||
width: 90rpx;
|
||||
}
|
||||
|
||||
.dish-item {
|
||||
background: #fff;
|
||||
border-bottom: 1rpx solid #eee;
|
||||
padding: 26rpx 0;
|
||||
position: relative;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.dish-item-wrp {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.dish-item-pic {
|
||||
margin-left: 15px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.dish-item-pic image {
|
||||
background: #fff;
|
||||
border: 1rpx solid #eee;
|
||||
height: 200rpx;
|
||||
margin: 0 auto;
|
||||
width: 200rpx;
|
||||
}
|
||||
|
||||
.dish-item-info {
|
||||
margin-right: 15px;
|
||||
padding-left: 16rpx;
|
||||
width: 68%;
|
||||
}
|
||||
|
||||
.dish-item-sales {
|
||||
color: #ccc;
|
||||
font-size: 20rpx;
|
||||
line-height: 50rpx;
|
||||
}
|
||||
|
||||
.dish-item-money {
|
||||
color: #ff495e;
|
||||
font-size: 32rpx;
|
||||
padding: 0 0 10rpx;
|
||||
}
|
||||
|
||||
.wx-goods_price .dish-item-money {
|
||||
float: left;
|
||||
}
|
||||
|
||||
.wx-goods_price {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.flow-dete {
|
||||
bottom: 25rpx;
|
||||
position: absolute;
|
||||
right: 30rpx;
|
||||
}
|
||||
|
||||
.flow-dete .icon-lajixiang {
|
||||
color: #777;
|
||||
font-size: 34rpx;
|
||||
}
|
||||
|
||||
.flow-btn-min {
|
||||
background: #fff;
|
||||
border: 1rpx solid #ccc;
|
||||
border-radius: 5px;
|
||||
color: #777;
|
||||
font-size: 28rpx;
|
||||
height: 30px;
|
||||
line-height: 30px;
|
||||
margin: 25rpx auto 0;
|
||||
text-align: center;
|
||||
width: 200rpx;
|
||||
}
|
||||
|
||||
@-webkit-keyframes remindMessage {
|
||||
0% {
|
||||
-webkit-transform: translateX(90%);
|
||||
}
|
||||
|
||||
100% {
|
||||
-webkit-transform: translateX(-180%);
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes remindMessage {
|
||||
0% {
|
||||
-webkit-transform: translateX(90%);
|
||||
}
|
||||
|
||||
100% {
|
||||
-webkit-transform: translateX(-180%);
|
||||
}
|
||||
}
|
||||
|
||||
.tongzhitext {
|
||||
margin-left: 10rpx;
|
||||
margin-right: 80rpx;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.tongzhi-text {
|
||||
animation: remindMessage 14s linear infinite;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.notice-wrap,.tongzhi-text {
|
||||
color: #d09868;
|
||||
font-size: 28rpx;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.notice-wrap {
|
||||
background: #ffebda;
|
||||
height: 60rpx;
|
||||
line-height: 60rpx;
|
||||
}
|
||||
|
||||
.closeView {
|
||||
font-size: 35rpx;
|
||||
height: 45rpx;
|
||||
line-height: 45rpx;
|
||||
position: absolute;
|
||||
right: 20rpx;
|
||||
text-align: center;
|
||||
top: 5rpx;
|
||||
width: 45rpx;
|
||||
}
|
||||
Reference in New Issue
Block a user