[更新]
This commit is contained in:
@@ -1,70 +1,133 @@
|
||||
page {
|
||||
background-color: #eeeeee;
|
||||
}
|
||||
|
||||
.cont {
|
||||
width: 100%;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
|
||||
/* 卡券权益 */
|
||||
.welfare {
|
||||
text-align: center;
|
||||
width: 100%;
|
||||
background-color: #fff;
|
||||
padding: 30rpx;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.welfareCont-top{
|
||||
flex-wrap: wrap;
|
||||
flex-direction: column;
|
||||
margin: 10rpx 0;
|
||||
}
|
||||
|
||||
.welfareCont-list-img {
|
||||
border: 2rpx solid #eccc69;
|
||||
border-radius: 50%;
|
||||
width: 100rpx;
|
||||
height: 100rpx;
|
||||
display: inline-block;
|
||||
margin: 0 10rpx;
|
||||
}
|
||||
|
||||
.welfareCont-text {
|
||||
.contBack {
|
||||
position: relative;
|
||||
padding: 20rpx 50rpx;
|
||||
box-sizing: border-box;
|
||||
width: 100%;
|
||||
display: grid;
|
||||
border-top: 4rpx dashed #ebcc68;
|
||||
}
|
||||
|
||||
.welfareCont-tips {
|
||||
background-color: #000000;
|
||||
color: #ffd88d;
|
||||
border-radius: 10rpx;
|
||||
margin-top: 20rpx;
|
||||
height: 54rpx;
|
||||
line-height: 54rpx;
|
||||
font-size: 27rpx;
|
||||
display: inline-block;
|
||||
font-weight: 600;
|
||||
padding: 0 20rpx;
|
||||
}
|
||||
|
||||
.welfareCont {
|
||||
background: #fcf9e8;
|
||||
border: 2rpx solid #eac85c;
|
||||
border-radius: 20rpx;
|
||||
display: inline-block;
|
||||
width: 200%;
|
||||
height: 340rpx;
|
||||
left: -50%;
|
||||
text-align: center;
|
||||
background: #000000;
|
||||
border-radius: 0 0 100% 100%;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
/* .contBack::after {
|
||||
width: 100%;
|
||||
height: 30rpx;
|
||||
position: absolute;
|
||||
left: 0;
|
||||
bottom: 0;
|
||||
z-index: 2;
|
||||
content: '';
|
||||
background-image: linear-gradient(transparent, rgba(0,0,0,.25));
|
||||
} */
|
||||
|
||||
.classBack {
|
||||
position: absolute;
|
||||
left: 28%;
|
||||
right: 30%;
|
||||
width: 44%;
|
||||
top: 40rpx;
|
||||
}
|
||||
|
||||
.classCircle {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.classCircle::after,
|
||||
.contBack::before {
|
||||
position: absolute;
|
||||
border-radius: 50%;
|
||||
content: '';
|
||||
z-index: 1;
|
||||
background-color: rgba(255,255,255,.1);
|
||||
}
|
||||
|
||||
.classCircle::after {
|
||||
left: 20%;
|
||||
top: -20rpx;
|
||||
width: 260rpx;
|
||||
height: 260rpx;
|
||||
}
|
||||
|
||||
.contBack::before {
|
||||
right: 20%;
|
||||
top: 55%;
|
||||
width: 300rpx;
|
||||
height: 300rpx;
|
||||
}
|
||||
|
||||
.rightsCont {
|
||||
position: absolute;
|
||||
z-index: 3;
|
||||
left: calc(28% - 2rpx);
|
||||
right: calc(30% - 2rpx);
|
||||
width: calc(44% + 4rpx);
|
||||
top: 50rpx;
|
||||
}
|
||||
|
||||
.rightsCont-btn {
|
||||
background: rgba(255, 255, 0255, .4);
|
||||
width: 100%;
|
||||
line-height: 70rpx;
|
||||
font-size: 40rpx;
|
||||
font-weight: 600;
|
||||
color: #000000;
|
||||
padding: 0 20rpx;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.rightsCont-tips {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.rightsNumber {
|
||||
display: flex;
|
||||
width: 100%;
|
||||
margin: 30px 0 20px;
|
||||
padding: 0 30rpx;
|
||||
background-color: #ffffff;
|
||||
position: relative;
|
||||
padding: 30rpx 40rpx;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.rightsNumber text {
|
||||
display: inline-block;
|
||||
.rightsGoods-img {
|
||||
width: 200rpx;
|
||||
height: 200rpx;
|
||||
border-radius: 10rpx;
|
||||
}
|
||||
|
||||
.rightsGoods {
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 0;
|
||||
width: 100%;
|
||||
padding: 80rpx 40rpx 0 270rpx;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.rightsGoods-text {
|
||||
margin-bottom: 40rpx;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.rightsGoods-price {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.rightsGoods-number {
|
||||
flex: 1;
|
||||
font-size: 34rpx;
|
||||
}
|
||||
|
||||
.rightsGoods-number>text {
|
||||
font-size: 28rpx;
|
||||
}
|
||||
|
||||
.rightsAdd {
|
||||
@@ -72,9 +135,7 @@
|
||||
}
|
||||
|
||||
.rightsAdd-btn {
|
||||
background: #eaeaea;
|
||||
color: #535353;
|
||||
border-radius: 50%;
|
||||
border-radius: 4rpx;
|
||||
text-align: center;
|
||||
width: 50rpx;
|
||||
height: 50rpx;
|
||||
@@ -83,6 +144,17 @@
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.rightsAdd-remove {
|
||||
background: #f8f8f8;
|
||||
color: #d9d9d9;
|
||||
}
|
||||
|
||||
.rightsAdd-remove.active,
|
||||
.rightsAdd-plus {
|
||||
background: #e8e4e5;
|
||||
color: #6b6768;
|
||||
}
|
||||
|
||||
.rightsAdd-input {
|
||||
width: 100rpx;
|
||||
text-align: center;
|
||||
@@ -101,17 +173,18 @@
|
||||
.notice,
|
||||
.detailsStore {
|
||||
background: white;
|
||||
margin: 30rpx;
|
||||
border-radius: 10rpx;
|
||||
padding: 10rpx 0;
|
||||
margin-top: 20rpx;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.rightsLabel,
|
||||
.rightsLabel-pay {
|
||||
display: flex;
|
||||
padding: 20rpx;
|
||||
color: #6f7880;
|
||||
padding: 20rpx 40rpx;
|
||||
color: #6c6c6c;
|
||||
font-weight: 600;
|
||||
font-size: 30rpx;
|
||||
}
|
||||
|
||||
@@ -120,6 +193,37 @@
|
||||
color: #747d86;
|
||||
}
|
||||
|
||||
.rightsLabel .rightsLabel-icon {
|
||||
width: 70rpx;
|
||||
height: 70rpx;
|
||||
margin-top: 14rpx;
|
||||
}
|
||||
|
||||
.rightsLabel-address .rightsLabel-right {
|
||||
width: calc(100% - 90rpx);
|
||||
margin-left: 20rpx;
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
.rightsLabel-address .rightsLabel-row {
|
||||
margin-top: 30rpx;
|
||||
}
|
||||
|
||||
.rightsLabel-address-name {
|
||||
display: flex;
|
||||
font-size: 32rpx;
|
||||
margin-bottom: 10rpx;
|
||||
}
|
||||
|
||||
.rightsLabel-address-tel {
|
||||
padding-left: 30rpx;
|
||||
color: #959595;
|
||||
}
|
||||
|
||||
.rightsLabel-freight {
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
.rightsLabel-black {
|
||||
padding-top: 30rpx;
|
||||
}
|
||||
@@ -131,14 +235,15 @@
|
||||
}
|
||||
|
||||
.rightsLabel-row {
|
||||
width: 38rpx;
|
||||
height: 38rpx;
|
||||
margin: 2rpx 0 0 6rpx;
|
||||
width: 42rpx;
|
||||
height: 42rpx;
|
||||
margin: 0 0 0 6rpx;
|
||||
}
|
||||
|
||||
.rightsLabel-black .rightsLabel-right,
|
||||
.rightsLabel-red {
|
||||
color: #ff5b5d;
|
||||
font-weight: 600;
|
||||
font-size: 32rpx;
|
||||
}
|
||||
|
||||
@@ -161,12 +266,11 @@
|
||||
}
|
||||
|
||||
.notice {
|
||||
padding: 20rpx;
|
||||
padding: 20rpx 30rpx;
|
||||
}
|
||||
|
||||
.noticeTitle {
|
||||
display: flex;
|
||||
margin-bottom: 20rpx;
|
||||
}
|
||||
|
||||
.noticeTitle-flex {
|
||||
@@ -199,7 +303,6 @@
|
||||
|
||||
.noticeText-cont {
|
||||
line-height: 60rpx;
|
||||
color: #666;
|
||||
}
|
||||
|
||||
.noticeTitle-row {
|
||||
@@ -244,14 +347,18 @@
|
||||
}
|
||||
|
||||
/* 购买按钮 */
|
||||
.rightsBtn {
|
||||
.rightsBtn,
|
||||
.newrightsBtn {
|
||||
position: fixed;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100rpx;
|
||||
height: 160rpx;
|
||||
z-index: 9;
|
||||
background: #fff;
|
||||
padding: 30rpx;
|
||||
box-sizing: border-box;
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.rightsBtn button,
|
||||
@@ -268,6 +375,33 @@
|
||||
font-size: 30rpx;
|
||||
}
|
||||
|
||||
.rightsBtn-text {
|
||||
flex: 1;
|
||||
font-weight: 600;
|
||||
font-size: 30rpx;
|
||||
}
|
||||
|
||||
.rightsBtn-text-num {
|
||||
font-size: 30rpx;
|
||||
margin-bottom: 10rpx;
|
||||
}
|
||||
|
||||
.rightsBtn-text text {
|
||||
font-size: 38rpx;
|
||||
color: #fe2d55;
|
||||
}
|
||||
|
||||
.newrightsBtn button {
|
||||
width: 280rpx !important;
|
||||
background-color: #000000;
|
||||
color: #ffffff;
|
||||
border-radius: 80rpx;
|
||||
height: 100rpx;
|
||||
line-height: 100rpx;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
|
||||
.rightsBtn.active text {
|
||||
background: #dedede;
|
||||
@@ -356,6 +490,27 @@
|
||||
|
||||
.rightsLabel-address {
|
||||
display: flex;
|
||||
position: relative;
|
||||
margin: 10rpx 0;
|
||||
padding: 25rpx 40rpx;
|
||||
}
|
||||
|
||||
.rightsLabel-address::after,
|
||||
.rightsLabel-address::before {
|
||||
position: absolute;
|
||||
content: '';
|
||||
left: 30rpx;
|
||||
width: calc(100% - 60rpx);
|
||||
height: 2rpx;
|
||||
background-color: #bfbfbf;
|
||||
}
|
||||
|
||||
.rightsLabel-address::after {
|
||||
top: 0;
|
||||
}
|
||||
|
||||
.rightsLabel-address::before {
|
||||
bottom: 0;
|
||||
}
|
||||
|
||||
.rightsLabel-address text {
|
||||
@@ -368,6 +523,10 @@
|
||||
font-size: 28rpx;
|
||||
}
|
||||
|
||||
.rightsLabel-address-text {
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
.address-tool {
|
||||
display: flex;
|
||||
float: right;
|
||||
@@ -410,8 +569,8 @@
|
||||
.rightsPoint {
|
||||
position: fixed;
|
||||
left: 0;
|
||||
bottom: 100rpx;
|
||||
background: #fff;
|
||||
bottom: 160rpx;
|
||||
background: #eeeeee;
|
||||
z-index: 9;
|
||||
width: 100%;
|
||||
padding: 20rpx 20rpx 10rpx;
|
||||
@@ -420,8 +579,7 @@
|
||||
|
||||
.rightsPoint-cont {
|
||||
width: 100%;
|
||||
background: #fcf9e8;
|
||||
border: 2rpx solid #ecd390;
|
||||
background: #eeeeee;
|
||||
border-radius: 10rpx;
|
||||
position: relative;
|
||||
max-height: 50vh;
|
||||
@@ -431,7 +589,7 @@
|
||||
.rightsPoint-top {
|
||||
font-size: 28rpx;
|
||||
display: flex;
|
||||
padding: 20rpx;
|
||||
padding: 0 20rpx 20rpx;
|
||||
box-sizing: border-box;
|
||||
font-weight: 600;
|
||||
}
|
||||
@@ -483,7 +641,7 @@
|
||||
.pointMore {
|
||||
text-align: center;
|
||||
width: 100%;
|
||||
background: #fff8e5;
|
||||
background: #eeeeee;
|
||||
height: 80rpx;
|
||||
line-height: 82rpx;
|
||||
position: relative;
|
||||
@@ -497,7 +655,7 @@
|
||||
top: 0;
|
||||
width: 100%;
|
||||
height: 2rpx;
|
||||
background: #ecd390;
|
||||
background: #f2ecde;
|
||||
}
|
||||
|
||||
.pointMore text {
|
||||
@@ -529,27 +687,6 @@
|
||||
}
|
||||
}
|
||||
|
||||
.rightsCont-btn {
|
||||
display:inline-block;
|
||||
text-align: center;
|
||||
background-image: linear-gradient(to right, #eaaaa8, #f4e5c2, #eaaaa8);
|
||||
box-shadow: 0 0 10rpx rgba(233, 166, 166, .9);
|
||||
border-radius: 30px;
|
||||
padding: 5rpx;
|
||||
line-height: 40rpx;
|
||||
}
|
||||
|
||||
.rightsCont-btn text {
|
||||
border-radius: 30px;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
display: block;
|
||||
padding: 10rpx 20rpx;
|
||||
box-sizing: border-box;
|
||||
background: linear-gradient(#fefcfa, #f9f0db, #f7ebcf);
|
||||
font-size: 30rpx;
|
||||
}
|
||||
|
||||
.webBack {
|
||||
position: fixed;
|
||||
width: 100%;
|
||||
@@ -566,51 +703,28 @@
|
||||
display: block;
|
||||
}
|
||||
|
||||
.subscribe {
|
||||
position: fixed;
|
||||
bottom: 400rpx;
|
||||
right: 20rpx;
|
||||
z-index: 999;
|
||||
width: 100rpx;
|
||||
height: 100rpx;
|
||||
-webkit-animation: Tada 3s both infinite;
|
||||
-moz-animation: Tada 3s both infinite;
|
||||
-ms-animation: Tada 3s both infinite;
|
||||
animation: Tada 3s both infinite;
|
||||
.welfareCont-top{
|
||||
white-space: nowrap;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
justify-content: space-around;
|
||||
width: 100%;
|
||||
padding: 0 10rpx;
|
||||
box-sizing: border-box;
|
||||
margin: 50rpx 0 20rpx;
|
||||
height: 120rpx;
|
||||
}
|
||||
|
||||
.subscribe.active {
|
||||
display: none;
|
||||
.welfareCont-list-img {
|
||||
border-radius: 50%;
|
||||
width: 120rpx;
|
||||
height: 120rpx;
|
||||
display: inline-block;
|
||||
margin: 0 15rpx;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
@keyframes Tada {
|
||||
0% {
|
||||
transform: scale(1);
|
||||
transform: scale(1)
|
||||
}
|
||||
|
||||
70%,73%{
|
||||
transform: scale(1) rotate(-3deg);
|
||||
transform: scale(1) rotate(-3deg)
|
||||
}
|
||||
|
||||
77%,83%,90%,97% {
|
||||
transform: scale(1) rotate(3deg);
|
||||
transform: scale(1) rotate(3deg)
|
||||
}
|
||||
|
||||
80%,87%,93%{
|
||||
transform: scale(1) rotate(-3deg);
|
||||
transform: scale(1) rotate(-3deg)
|
||||
}
|
||||
|
||||
100% {
|
||||
transform: scale(1) rotate(0);
|
||||
transform: scale(1) rotate(0)
|
||||
}
|
||||
}
|
||||
|
||||
.subscribe image {
|
||||
.welfareCont-list-img image {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
Reference in New Issue
Block a user