body {
|
background: #F3F3F3;
|
margin: 0;
|
padding: 0px 0.2rem;
|
/* 不允许复制 */
|
-moz-user-select: none;
|
/* Firefox私有属性 */
|
-webkit-user-select: none;
|
/* WebKit内核私有属性 */
|
-ms-user-select: none;
|
/* IE私有属性(IE10及以后) */
|
-khtml-user-select: none;
|
/* KHTML内核私有属性 */
|
-o-user-select: none;
|
/* Opera私有属性 */
|
user-select: none;
|
/* IOS点击阴影 */
|
-webkit-tap-highlight-color: transparent;
|
font-family: Arial, "Microsoft YaHei";
|
font-size: 0;
|
}
|
|
.user {
|
display: flex;
|
padding: 0 0.36rem;
|
margin-bottom: 0.51rem;
|
margin-top: 1.4rem;
|
}
|
|
.user .portrait {
|
width: 1.2rem;
|
height: 1.2rem;
|
border-radius: 0.8rem;
|
background: #F5F5F5;
|
}
|
|
.user .content {
|
display: flex;
|
font-size: 0;
|
flex-direction: column;
|
margin-left: 0.36rem;
|
}
|
|
.user .content .nick-name {
|
color: #FFFFFF;
|
font-size: 0.36rem;
|
}
|
|
.user .content .date {
|
color: #FFFFFF;
|
font-size: 0.26rem;
|
margin-top: 0.1rem;
|
}
|
|
.user .content .record {
|
font-size: 0.26rem;
|
color: #FF7132;
|
display: flex;
|
align-items: center;
|
margin-top: 0.1rem;
|
}
|
|
.user .content .record-input {
|
width: 0.08rem;
|
height: 0.12rem;
|
margin-left: 0.1rem;
|
}
|
|
.item {
|
background: #FFFFFF;
|
border-radius: 0.16rem;
|
padding: 0.36rem 0.4rem;
|
margin-bottom: 0.2rem;
|
}
|
|
.item .title {
|
font-size: 0.36rem;
|
color: #191919;
|
margin-bottom: 0.38rem;
|
}
|
|
.item .content {
|
font-size: 0.28rem;
|
line-height: 0.47rem;
|
color: #525252;
|
}
|
|
.quanyi {
|
display: flex;
|
justify-content: space-between;
|
margin-bottom: 0.2rem;
|
}
|
|
.quanyi img {
|
width: 0.96rem;
|
height: 0.96rem;
|
/* margin-top: 0.2rem; */
|
}
|
|
.quanyi .desc {
|
color: #555555;
|
font-size: 0.26rem;
|
text-align: center;
|
}
|
|
.desc {
|
margin-top: 0.1rem;
|
}
|
|
.pay-info {
|
display: flex;
|
flex-wrap: wrap;
|
justify-content: flex-start;
|
}
|
|
.pay-info .price-item {
|
width: 1.94rem;
|
height: 2.32rem;
|
border-radius: 0.20rem;
|
border: 1px solid #0E96FF;
|
display: flex;
|
flex-direction: column;
|
align-items: center;
|
background: white;
|
position: relative;
|
}
|
|
.pay-info .price-item .tag {
|
font-size: 0.1rem;
|
color: #FFFFFF;
|
background: #FF1F35;
|
border-radius: 0.2rem 0 0.2rem 0;
|
position: absolute;
|
left: -1px;
|
top: -1px;
|
padding: 0.03rem 0.16rem;
|
}
|
|
.pay-info .price-item .type {
|
font-size: 0.26rem;
|
color: #727272;
|
margin-top: 0.54rem;
|
}
|
|
.pay-info .price-item .price {
|
font-size: 0.28rem;
|
color: #555555;
|
margin-top: 0.2rem;
|
}
|
|
.pay-info .price-item .price-old {
|
font-size: 0.22rem;
|
color: #B4B4B4;
|
}
|
|
.pay-info-active {
|
background: linear-gradient(125deg, #4699FF 0%, #00DEFF 100%) !important;
|
}
|
|
.active {
|
color: white !important;
|
}
|
|
.pay .btn {
|
background: #0E96FF;
|
/* box-shadow: 0px 2px 13px 0px rgba(251, 66, 88, 0.4);不需要投影了 */
|
border-radius: 0.2rem;
|
height: 0.8rem;
|
line-height: 0.8rem;
|
font-size: 0.3rem;
|
color: white;
|
}
|
|
.pay .desc {
|
font-size: 0.24rem;
|
color: #999999;
|
text-align: center;
|
}
|
|
.btn {
|
height: 0.8rem;
|
line-height: 0.8rem;
|
font-size: 0.3rem;
|
border-radius: 0.2rem;
|
color: white;
|
background: #FF2946;
|
margin: 0 auto;
|
text-align: center;
|
}
|
|
.top {
|
display: flex;
|
justify-content: space-between;
|
align-items: center;
|
width: 6.3rem;
|
height: 0.81rem;
|
background: rgba(255, 255, 255, 0.8);
|
border-radius: 0.2rem;
|
margin: 0 auto;
|
margin-top: 1rem;
|
margin-left: -0.3rem;
|
margin-bottom: -0.2rem;
|
}
|
|
.littlebtn {
|
width: 2.1rem;
|
height: 0.58rem;
|
margin-right: 0.1rem;
|
line-height: 0.6rem;
|
font-size: 0.26rem;
|
color: #FF7132;
|
background: #FFCB2B;
|
border-radius: 0.14rem;
|
text-align: center;
|
}
|
|
.bottom {
|
background: white;
|
position: fixed;
|
bottom: 0;
|
width: 100%;
|
margin-left: -0.2rem;
|
padding: 0.1rem 0.6rem;
|
box-sizing: border-box;
|
}
|
|
[v-cloak] {
|
display: none;
|
}
|
|
.pay-way-title {
|
line-height: 0.50rem;
|
color: #818181;
|
font-size: 0.24rem;
|
}
|
|
.pay-way {
|
display: flex;
|
align-items: center;
|
font-size: 0;
|
line-height: 0.80rem;
|
position: relative;
|
}
|
|
.pay-way .name {
|
font-size: 0.28rem;
|
color: #3B3B3B;
|
margin-left: 0.2rem;
|
}
|
|
.pay-way img:nth-child(1) {
|
width: 0.38rem;
|
height: 0.38rem;
|
}
|
|
.pay-way img:nth-child(3) {
|
width: 0.36rem;
|
height: 0.36rem;
|
position: absolute;
|
right: 0;
|
}
|
|
a {
|
color: #0E96FF;
|
text-decoration: none;
|
}
|