460 lines
8.1 KiB
Plaintext
460 lines
8.1 KiB
Plaintext
/* packageA/mycomponent/goods_telephone_charges_pro/goods_telephone_charges_pro.wxss */
|
|
|
|
@import "/mycss/iconfont.wxss";
|
|
|
|
view,
|
|
text,
|
|
input {
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.banner {
|
|
width: 100%;
|
|
min-height: 74rpx;
|
|
}
|
|
|
|
.banner image {
|
|
width: 100%;
|
|
height: auto;
|
|
}
|
|
|
|
.recharge {
|
|
width: 690rpx;
|
|
margin: -70rpx auto 0;
|
|
background-color: #fff;
|
|
border-radius: 15rpx;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.recharge .tabs {
|
|
display: flex;
|
|
height: 90rpx;
|
|
}
|
|
|
|
.recharge .tabs .tabs-item {
|
|
position: relative;
|
|
flex: 1;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
height: 100%;
|
|
font-size: 30rpx;
|
|
color: #242424;
|
|
background-color: #fff;
|
|
}
|
|
|
|
.recharge .tabs .tabs-item.active {
|
|
font-size: 34rpx;
|
|
font-weight: bold;
|
|
color: #8c5a04;
|
|
}
|
|
.recharge .tabs .tabs-item.active::after{
|
|
content:'';
|
|
position: absolute;
|
|
bottom: 0;
|
|
width: 91rpx;
|
|
height: 7rpx;
|
|
background-color: #8c5a04;
|
|
border-radius: 3.5rpx;
|
|
}
|
|
|
|
.recharge .recharge-box {
|
|
padding: 42rpx 32rpx 26rpx;
|
|
text-align: left;
|
|
}
|
|
|
|
.recharge .recharge-box .input-box {
|
|
border-bottom: 1rpx solid #d4d4d4;
|
|
padding-bottom: 14rpx;
|
|
padding-left: 15rpx;
|
|
}
|
|
|
|
.recharge .recharge-box .input-box input {
|
|
font-size: 28rpx;
|
|
color: #282828;
|
|
border: none;
|
|
}
|
|
|
|
.recharge .recharge-box .warning{
|
|
padding-left: 15rpx;
|
|
padding-top: 9rpx;
|
|
font-size: 22rpx;
|
|
color: #fe3d43;
|
|
}
|
|
|
|
.recharge .recharge-box .desc {
|
|
padding-left: 15rpx;
|
|
padding-top: 9rpx;
|
|
font-size: 22rpx;
|
|
color: #6c6c6c;
|
|
}
|
|
|
|
.recharge .recharge-box .recharge-title {
|
|
margin-top: 46rpx;
|
|
font-size: 26rpx;
|
|
color: #242424;
|
|
}
|
|
|
|
.recharge .recharge-box .recharge-items {
|
|
display: grid;
|
|
grid-template-columns: repeat(3, 1fr);
|
|
grid-column-gap: 20rpx;
|
|
padding-top: 22rpx;
|
|
}
|
|
|
|
.recharge .recharge-box .recharge-items .recharge-item {
|
|
position: relative;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
width: 193rpx;
|
|
height: 200rpx;
|
|
padding-top: 40rpx;
|
|
border-radius: 10rpx;
|
|
border: solid 1rpx #acacac;
|
|
}
|
|
|
|
.recharge .recharge-box .recharge-items .recharge-item .recharge-activity {
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
font-size: 22rpx;
|
|
color: #fff;
|
|
padding: 4rpx 11rpx 5rpx 14rpx;
|
|
background-image: linear-gradient(90deg, #fe3b42 0%, #fe6355 100%);
|
|
}
|
|
|
|
.recharge .recharge-box .recharge-items .recharge-item .recharge-price {
|
|
font-size: 60rpx;
|
|
color: #3b3b3b;
|
|
}
|
|
|
|
.recharge .recharge-box .recharge-items .recharge-item .recharge-price text {
|
|
font-size: 28rpx;
|
|
}
|
|
|
|
.recharge .recharge-box .recharge-items .recharge-item .recharge-discount {
|
|
margin-top: 8rpx;
|
|
font-size: 22rpx;
|
|
color: #8c5a04;
|
|
}
|
|
|
|
.recharge .recharge-box .recharge-items .recharge-item.active {
|
|
border: none;
|
|
background-color: rgba(245, 154, 31, 0.4);
|
|
box-shadow: 0rpx 4rpx 11.7rpx 1.3rpx rgba(201, 129, 30, 0.76);
|
|
}
|
|
|
|
.recharge .recharge-box .recharge-items .recharge-item.active .recharge-price {
|
|
color: #fe6402;
|
|
}
|
|
|
|
.like-box {
|
|
width: 690rpx;
|
|
margin: 20rpx auto 0;
|
|
padding: 22rpx 21rpx;
|
|
text-align: left;
|
|
background-color: #fff;
|
|
border-radius: 15rpx;
|
|
}
|
|
|
|
.like-box .like-box-title {
|
|
font-size: 30rpx;
|
|
font-weight: bold;
|
|
color: #5f5e5e;
|
|
}
|
|
|
|
.like-box .like-box-goods {
|
|
display: grid;
|
|
grid-template-columns: repeat(3, 1fr);
|
|
grid-column-gap: 20rpx;
|
|
grid-row-gap: 20rpx;
|
|
padding-top: 28rpx;
|
|
}
|
|
|
|
.like-box .like-box-goods .like-box-good {
|
|
overflow: hidden;
|
|
}
|
|
|
|
.like-box .like-box-goods .like-box-good .good-face {
|
|
width: 202rpx;
|
|
height: 202rpx;
|
|
border-radius: 6rpx;
|
|
}
|
|
|
|
.like-box .like-box-goods .like-box-good .good-face image {
|
|
width: 202rpx;
|
|
height: 202rpx;
|
|
border-radius: 6rpx;
|
|
}
|
|
|
|
.like-box .like-box-goods .like-box-good .good-name {
|
|
padding-top: 16rpx;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
-o-text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
font-size: 22rpx;
|
|
font-weight: bold;
|
|
color: #3e3e3e;
|
|
}
|
|
|
|
.like-box .like-box-goods .like-box-good .good-price {
|
|
padding-top: 10rpx;
|
|
font-size: 24rpx;
|
|
font-weight: bold;
|
|
color: #f14e4e;
|
|
}
|
|
|
|
.like-box .van-indicator {
|
|
display: flex;
|
|
justify-content: center;
|
|
padding-top: 38rpx;
|
|
padding-bottom: 19rpx;
|
|
}
|
|
|
|
.like-box .van-indicator .li {
|
|
width: 8rpx;
|
|
height: 8rpx;
|
|
margin-right: 13rpx;
|
|
background-color: #c2c2c2;
|
|
}
|
|
|
|
.like-box .van-indicator .li.active {
|
|
width: 15rpx;
|
|
height: 8rpx;
|
|
background-color: #f14e4e;
|
|
border-radius: 4rpx;
|
|
}
|
|
|
|
.goods-details {
|
|
margin-top: 20rpx;
|
|
padding-bottom: 20rpx;
|
|
background-color: #fff;
|
|
}
|
|
|
|
.goods-details .goods-details-title {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
width: 100%;
|
|
height: 100rpx;
|
|
color: #999;
|
|
}
|
|
|
|
.goods-details .goods-details-title .line {
|
|
width: 128rpx;
|
|
height: 4rpx;
|
|
border-radius: 2rpx;
|
|
background: rgb(213, 214, 216);
|
|
}
|
|
|
|
.goods-details .goods-details-title .text {
|
|
padding: 0 16rpx;
|
|
}
|
|
|
|
.fixed-qrcode {
|
|
position: fixed;
|
|
right: 16rpx;
|
|
bottom: calc(320rpx + env(safe-area-inset-bottom));
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
width: 60rpx;
|
|
height: 60rpx;
|
|
background-color: rgba(0, 0, 0, 0.4);
|
|
border-radius: 50%;
|
|
}
|
|
|
|
.fixed-qrcode .iconfont {
|
|
font-size: 40rpx;
|
|
color: #fff;
|
|
}
|
|
|
|
.fixed-topping {
|
|
position: fixed;
|
|
right: 16rpx;
|
|
bottom: calc(224rpx + env(safe-area-inset-bottom));
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
width: 60rpx;
|
|
height: 60rpx;
|
|
background-color: rgba(0, 0, 0, 0.4);
|
|
border-radius: 50%;
|
|
}
|
|
|
|
.fixed-topping .iconfont {
|
|
font-size: 44rpx;
|
|
color: #fff;
|
|
}
|
|
|
|
.footer {
|
|
position: fixed;
|
|
bottom: 0;
|
|
left: 0;
|
|
right: 0;
|
|
display: flex;
|
|
height: calc(90rpx + env(safe-area-inset-bottom));
|
|
padding-bottom: env(safe-area-inset-bottom);
|
|
background-color: #fff;
|
|
}
|
|
|
|
.footer .footer-left {
|
|
display: flex;
|
|
justify-content: space-evenly;
|
|
width: 350rpx;
|
|
background-color: #fff;
|
|
}
|
|
|
|
.footer .footer-left .footer-left-item {
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: center;
|
|
align-items: center;
|
|
color: #8c8c8c;
|
|
font-size: 20rpx;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.footer .footer-left .footer-left-item .iconfont {
|
|
color: #3c3c3c;
|
|
}
|
|
|
|
.footer .footer-left .footer-left-item .icon-fontclass-kefu {
|
|
font-size: 36rpx;
|
|
height: 50rpx;
|
|
}
|
|
|
|
.footer .footer-right {
|
|
flex: 1;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
font-size: 34rpx;
|
|
color: #8c5a04;
|
|
background-color: #e6c36a;
|
|
}
|
|
|
|
/* kefu */
|
|
.icon-close11 {
|
|
font-size: 36rpx;
|
|
}
|
|
|
|
.pop-content {
|
|
border-radius: 38rpx;
|
|
text-align: center;
|
|
background: #fff;
|
|
padding: 35rpx 0;
|
|
position: relative;
|
|
justify-content: center;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
width: 650rpx;
|
|
}
|
|
|
|
.pop-content .pop-top {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
width: 100%;
|
|
}
|
|
|
|
.pop-content .pop-top .left {
|
|
width: 50%;
|
|
flex: 1;
|
|
display: flex;
|
|
justify-content: center;
|
|
position: relative;
|
|
margin-bottom: 24rpx;
|
|
}
|
|
|
|
.pop-content .pop-top .left .wrap {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
}
|
|
|
|
.pop-content .pop-top .left .wrap .image {
|
|
width: 84rpx;
|
|
height: 84rpx;
|
|
margin: 0 auto;
|
|
margin-bottom: 16rpx;
|
|
}
|
|
|
|
.pop-content .pop-top .left .wrap .image image {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.pop-content .pop-top .right {
|
|
width: 50%;
|
|
flex: 1;
|
|
display: flex;
|
|
justify-content: center;
|
|
margin: 0;
|
|
margin-bottom: 24rpx;
|
|
}
|
|
|
|
.pop-content .pop-top .right .wrap {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
}
|
|
|
|
.pop-content .pop-top .right .wrap .image {
|
|
width: 84rpx;
|
|
height: 84rpx;
|
|
margin: 0 auto;
|
|
margin-bottom: 16rpx;
|
|
}
|
|
|
|
.pop-content .pop-top .right .wrap .image image {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.pop-content .pop-top .right .wrap icon {
|
|
width: 84rpx;
|
|
height: 84rpx;
|
|
margin: 0 auto;
|
|
margin-bottom: 16rpx;
|
|
border-radius: 50%;
|
|
overflow: hidden;
|
|
font-size: 50rpx;
|
|
background-color: #02c777;
|
|
color: #fff;
|
|
}
|
|
|
|
.pop-content .pop-top .right .wrap .color2 {
|
|
background: #ff9329;
|
|
}
|
|
|
|
.pop-content .pop-top .right .wrap .color3 {
|
|
background: #2aa7fb;
|
|
}
|
|
|
|
.pop-content .line {
|
|
width: 2rpx;
|
|
height: 51rpx;
|
|
background-color: #999;
|
|
}
|
|
|
|
.pop-bottom {
|
|
margin-top: 32rpx;
|
|
width: 327rpx;
|
|
display: flex;
|
|
justify-content: center;
|
|
height: 327rpx;
|
|
}
|
|
|
|
.pop-bottom .image {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.pop-bottom .image image {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|