2020-06-09 16:17:23 +08:00

361 lines
5.6 KiB
Plaintext

@import "../../__wuBaseWxss__/0.wxss";
@import "../../__wuBaseWxss__/1.wxss";
.m-bg {
height: 180px;
background-image: linear-gradient(to right,#8debff,#6cacff);
background-color: #6cacff;
border-radius: 0 0 16px 16px;
z-index: 0;
position: absolute;
top: 0;
left: 0;
width: 100%;
}
.member {
position: relative;
z-index: 1;
padding: 6px 15px 15px 15px;
font-size: 1rem;
}
.m-topicon {
z-index: 999;
height: 28px;
position: absolute;
top: -30px;
left: 15px;
}
.m-topicon .van-icon {
color: #fafafa;
font-size: 28px;
line-height: 28px;
height: 28px;
}
.m-box {
background: #fff;
border-radius: 8px;
padding: 15px;
margin-bottom: 15px;
box-shadow: 0 1px 4px #e0e0e0;
}
.m-box:last-child {
margin: 0;
}
.m-user {
position: relative;
}
.m-user .myid {
font-size: 0.8rem;
position: absolute;
right: -5px;
top: -5px;
color: #c0c0c0;
}
.m-user image {
width: 50px;
height: 50px;
border-radius: 100%;
border: none;
}
.m-user .info {
padding: 3px 0 0 12px;
overflow: hidden;
}
.m-user .name {
font-weight: 700;
margin-bottom: 2px;
padding-right: 2.2rem;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.m-assets {
text-align: center;
padding: 15px 0 0 0;
font-size: 0.8rem;
}
.m-assets .flex-item {
position: relative;
}
.m-assets .flex-item:not(:last-child):after {
content: " ";
position: absolute;
pointer-events: none;
box-sizing: border-box;
transform-origin: center;
top: -30%;
left: -50%;
right: -50%;
bottom: -30%;
transform: scale(.5);
border: 0 solid #e5e5e5;
border-right-width: 1px;
}
.m-assets .number {
font-size: 1rem;
color: #333;
padding-bottom: 2px;
}
.m-notice {
color: #666;
padding: 10px 0 0 0;
margin-top: 15px;
}
.m-notice .van-icon {
font-size: 1.2rem;
color: #9b9b9b;
vertical-align: middle;
margin-top: -3px;
}
.m-notice .flex-item {
padding: 0 5px;
height: 20px;
color: #666;
}
.m-notice swiper,.m-notice swiper view {
height: 20px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.m-block {
text-align: center;
padding: 12px 0 12px 0;
}
.m-block .row-flex {
padding: 8px 0;
}
.m-block .flex-item {
line-height: 20px;
}
.m-block .flex-item .icon {
display: inline-block;
position: relative;
}
.m-block .flex-item .number {
position: absolute;
top: -5px;
right: -5px;
border-radius: 12px;
font-size: 12px;
line-height: 12px;
background: #fff;
border: 1px #FEA832 solid;
color: #FEA832;
padding: 1px 3px;
min-width: 8px;
text-align: center;
}
.m-block .flex-item .count0 {
display: none;
}
.m-block .flex-item text {
display: block;
padding-top: 3px;
}
.m-block .flex-item .van-icon {
font-size: 1.8rem;
color: #a9a9a9;
}
.m-title {
padding: 3px 0 12px 0;
margin: 0 15px 8px 15px;
line-height: 1.2rem;
}
.m-title .row-flex {
padding: 0;
}
.m-title .van-icon {
margin-top: -2px;
}
.m-title text {
font-weight: 700;
font-size: 1rem;
}
.m-title .flex-item {
padding: 0 3px;
font-size: .9rem;
color: #a9a9a9;
text-align: right;
}
.m-icon .wx-swiper-dots.wx-swiper-dots-horizontal {
bottom: -10px;
}
.m-icon .wx-swiper-dot {
width: 16px;
display: inline-flex;
height: 2px;
opacity: .8;
justify-content: space-between;
}
.m-icon .wx-swiper-dot::before {
content: '';
flex-grow: 1;
background: #ccc;
}
.m-icon .wx-swiper-dot-active::before {
background: #f80;
}
.m-strip .row-flex {
line-height: 20px;
padding: 10px 0;
}
.m-strip .row-flex:first-child {
padding-top: 3px;
}
.m-strip .row-flex:last-child {
padding-bottom: 3px;
}
.m-strip .van-icon {
font-size: 1.3rem;
color: #9b9b9b;
vertical-align: middle;
margin-top: -3px;
}
.m-strip .flex-item {
padding: 0 3px;
font-size: .9rem;
color: #999;
text-align: right;
}
.m-strip text {
padding-left: 8px;
}
.datadiff_top {
position: fixed;
width: 100%;
top: 42px;
border-bottom: 1px solid #e5e5e5;
box-shadow: 0 1px 2px #e6e6e6;
background: #fff;
}
.datadiff .datadiff_top tr td {
text-align: left;
padding: 10px;
color: #999;
}
.datadiff_bottom {
border-top: 2px solid rgb(222,229,237);
position: fixed;
width: 100%;
bottom: 0;
background: #f2f5f8;
}
.datadiff_bottom tr td {
background-color: #f2f5f8;
}
.datadiff_center {
width: 100%;
margin-bottom: 44px;
}
.datadiff_center td {
border-bottom: rgb(222,229,237) solid 1px;
}
.datadiff .datadiff_bottom tr td {
text-align: center;
padding: 10px;
}
.datadiff tr td {
text-align: center;
padding: 15px;
word-wrap: break-word;
word-break: break-all;
}
.datadiff tr td.tcer {
background: #fbfdff;
border-left: rgb(222,229,237) solid 1px;
border-right: rgb(222,229,237) solid 1px;
}
.datadiff .action {
top: 42px;
padding: 10px 0;
position: fixed;
right: 5px;
width: 100%;
text-align: center;
}
.datadiff .action {
top: 42px;
padding: 10px 0;
position: fixed;
right: 5px;
width: 100%;
text-align: center;
}
.datadiff img {
border: #e5e5e5 1px solid;
border-radius: 2px;
box-shadow: 0 2px 3px rgba(0,0,0,.1);
}
.datadiff_txt {
display: block;
text-align: center;
}
.datadiff_img img {
margin: 3px;
}
.datadiff_action {
bottom: 40px;
padding: 10px 0;
position: fixed;
right: 0;
width: 100%;
text-align: center;
}