|
@@ -1,197 +1,93 @@
|
|
|
/* pages/luckDraw/recordPrize.wxss */
|
|
|
-.personal{
|
|
|
- width: 750rpx;
|
|
|
- height: auto;
|
|
|
- padding-bottom: 119rpx;
|
|
|
-}
|
|
|
-
|
|
|
-.luck-draw-coupon,.luck-draw-prize{
|
|
|
- display: inline-block;
|
|
|
- width: 50%;
|
|
|
- height: 100%;
|
|
|
-}
|
|
|
-.luck-draw-cn,.luck-draw-cz,.luck-draw-pn,.luck-draw-pz,.luck-draw-cjh{
|
|
|
- text-align: center;
|
|
|
-}
|
|
|
-.luck-draw-cn,.luck-draw-pn{
|
|
|
- margin-top: 30rpx;
|
|
|
- font-size: 36rpx;
|
|
|
- font-family: Source Han Sans CN;
|
|
|
- font-weight: 500;
|
|
|
- color: #BF2637;
|
|
|
-}
|
|
|
-.luck-draw-cz,.luck-draw-pz{
|
|
|
- font-size: 32rpx;
|
|
|
- font-family: Source Han Sans CN;
|
|
|
- font-weight: 400;
|
|
|
- color: #303030;
|
|
|
-}
|
|
|
-.luck-draw-cj{
|
|
|
- width: 78rpx;
|
|
|
- height: 6rpx;
|
|
|
- background: #BF2637;
|
|
|
- border-radius: 4rpx;
|
|
|
- margin: 10rpx auto;
|
|
|
-}
|
|
|
-
|
|
|
-.luck-draw-content{
|
|
|
- width: 708rpx;
|
|
|
- height: 190rpx;
|
|
|
- position: relative;
|
|
|
- margin: 0 auto 20rpx;
|
|
|
-}
|
|
|
-.image_zk{
|
|
|
- width: 708rpx;
|
|
|
- height: 190rpx;
|
|
|
- position: absolute;
|
|
|
- z-index: 1;
|
|
|
- left: 0;
|
|
|
- top: 0;
|
|
|
-}
|
|
|
-
|
|
|
-.image_zk_un{
|
|
|
- display: inline-block;
|
|
|
- width: 162rpx;
|
|
|
- height: 56rpx;
|
|
|
- position:absolute;
|
|
|
- z-index: 2;
|
|
|
- bottom: 70rpx;
|
|
|
- right: 26rpx;
|
|
|
-}
|
|
|
-.luck-draw-discount1,.luck-draw-discount2,.luck-draw-zkz2,.luck-draw-djz4,.luck-draw-djz5{
|
|
|
- display: inline-block;
|
|
|
-}
|
|
|
-.luck-draw-words{
|
|
|
- position:relative;
|
|
|
- z-index: 2;
|
|
|
- width: 708rpx;
|
|
|
- height: 190rpx;
|
|
|
+page{
|
|
|
+ background: #F7F7F7;
|
|
|
+ display:flex;
|
|
|
+ flex-flow: column nowrap;
|
|
|
+ justify-content: left;
|
|
|
+ align-items: center;
|
|
|
+ box-sizing: border-box;
|
|
|
+ padding-top: 22rpx;
|
|
|
+}
|
|
|
+/* 垂直方向布局,水平居中 **/
|
|
|
+.flex-column{
|
|
|
display: flex;
|
|
|
- flex-direction: row;
|
|
|
- background: #FFFFFF;
|
|
|
- border: 0.5rpx solid #FF7A03;
|
|
|
- box-shadow: 0 0 50rpx 8rpx rgba(127, 127, 127, 0.09);
|
|
|
- border-radius: 20rpx;
|
|
|
+ flex-flow: column nowrap;
|
|
|
+ align-items: center;
|
|
|
+ justify-content: left;
|
|
|
}
|
|
|
|
|
|
-.luck-draw-words1{
|
|
|
- position:relative;
|
|
|
- z-index: 2;
|
|
|
- width: 708rpx;
|
|
|
- height: 190rpx;
|
|
|
+/* 水平方向布局,垂直居中 **/
|
|
|
+.flex-row{
|
|
|
display: flex;
|
|
|
- flex-direction: row;
|
|
|
- background: #FFFFFF;
|
|
|
- border: 0.5rpx solid #878787;
|
|
|
- box-shadow: 0 0 50rpx 8rpx rgba(127, 127, 127, 0.09);
|
|
|
- border-radius: 20rpx;
|
|
|
+ flex-flow: row nowrap;
|
|
|
+ align-items: center;
|
|
|
+ justify-content: center;
|
|
|
}
|
|
|
|
|
|
-.luck-draw-discount1{
|
|
|
- width: 214rpx;
|
|
|
- height: 190rpx;
|
|
|
- background: #FFE9B0;
|
|
|
- border-right: 0.5rpx solid #FF7A03;
|
|
|
- border-radius: 20rpx 0 0 20rpx;
|
|
|
- text-align: center;
|
|
|
-}
|
|
|
-.luck-draw-discount12{
|
|
|
- width: 214rpx;
|
|
|
- height: 190rpx;
|
|
|
- background: #F4F4F4;
|
|
|
- border-right: 0.5rpx solid #878787;
|
|
|
- border-radius: 20rpx 0 0 20rpx;
|
|
|
- text-align: center;
|
|
|
-}
|
|
|
-
|
|
|
-.luck-draw-discount1 view:nth-child(1) {
|
|
|
- position: relative;
|
|
|
- top: 40rpx;
|
|
|
-}
|
|
|
-
|
|
|
-.luck-draw-discount2{
|
|
|
- width: 300rpx;
|
|
|
- height: 100%;
|
|
|
-}
|
|
|
-
|
|
|
-.luck-draw-zkz4{
|
|
|
- font-size: 32rpx;
|
|
|
- font-family: YouSheBiaoTiHei;
|
|
|
- font-weight: 400;
|
|
|
- color: #FF7A03;
|
|
|
- line-height: 44rpx;
|
|
|
+.record{
|
|
|
+ width: 707rpx;
|
|
|
+ height: 203rpx;
|
|
|
+ background-image: url(https://dy.shpr.top/welfareGo/luck-draw.png);
|
|
|
+ background-size: 100% 100%;
|
|
|
+ justify-content: space-between;
|
|
|
+ margin-bottom: 19rpx;
|
|
|
}
|
|
|
|
|
|
-.luck-draw-zkz42{
|
|
|
- font-size: 28rpx;
|
|
|
- font-family: YouSheBiaoTiHei;
|
|
|
- font-weight: 400;
|
|
|
- color: #888888;
|
|
|
- line-height: 44rpx;
|
|
|
+.no-record{
|
|
|
+ width: 707rpx;
|
|
|
+ height: 203rpx;
|
|
|
+ background-image: url(https://dy.shpr.top/welfareGo/no-luck-draw.png);
|
|
|
+ background-size: 100% 100%;
|
|
|
+ justify-content: space-between;
|
|
|
+ margin-bottom: 19rpx;
|
|
|
}
|
|
|
|
|
|
-.luck-draw-zkz5{
|
|
|
- width: 100%;
|
|
|
- height: 100%;
|
|
|
- /* position: relative; */
|
|
|
- /* top: 50rpx; */
|
|
|
+.record-title,.record-data{
|
|
|
+ padding-left: 49rpx;
|
|
|
}
|
|
|
|
|
|
-.luck-draw-zkz52{
|
|
|
- width: 84rpx;
|
|
|
- height: 80rpx;
|
|
|
- position: relative;
|
|
|
- top: 55rpx;
|
|
|
+.record-data{
|
|
|
+ width: 400rpx;
|
|
|
+ justify-content: space-between;
|
|
|
+ margin-top: 45rpx;
|
|
|
}
|
|
|
|
|
|
-.luck-draw-zkz1{
|
|
|
- font-size: 32rpx;
|
|
|
- font-family: Microsoft YaHei;
|
|
|
- font-weight: 400;
|
|
|
- color: #443E5B;
|
|
|
- line-height: 32rpx;
|
|
|
- margin-top: 48rpx;
|
|
|
- margin-left: 48rpx;
|
|
|
-}
|
|
|
-.luck-draw-mj{
|
|
|
- margin-left: 48rpx;
|
|
|
- margin-top: 20rpx;
|
|
|
- margin-bottom: 20rpx;
|
|
|
+.record-title{
|
|
|
+ width: 400rpx;
|
|
|
+ height: 40rpx;
|
|
|
+ font-size: 34rpx;
|
|
|
+ font-weight: bold;
|
|
|
+ color: #000000;
|
|
|
+ line-height: 30rpx;
|
|
|
}
|
|
|
|
|
|
-.luck-draw-zkz3{
|
|
|
+.record-data-time{
|
|
|
font-size: 26rpx;
|
|
|
- font-family: Microsoft YaHei;
|
|
|
font-weight: 400;
|
|
|
- color: #443E5B;
|
|
|
- line-height: 32rpx;
|
|
|
- line-height: 32rpx;
|
|
|
- margin-left: 48rpx;
|
|
|
- margin-top: 30rpx;
|
|
|
+ color: #000000;
|
|
|
+ line-height: 30rpx;
|
|
|
}
|
|
|
|
|
|
-.no_result {
|
|
|
- font-size: 24rpx;
|
|
|
- color: #B1B1B1;
|
|
|
- text-align: center;
|
|
|
- line-height: 100rpx;
|
|
|
- font-weight: 1000;
|
|
|
+.record-img{
|
|
|
+ width: 202rpx;
|
|
|
+ height: 203rpx;
|
|
|
+ justify-content: center;
|
|
|
}
|
|
|
|
|
|
-.coupon-jump{
|
|
|
- width: 200rpx;
|
|
|
- height: 190rpx;
|
|
|
+.record-img-url{
|
|
|
+ width: 178rpx;
|
|
|
+ height: 166rpx;
|
|
|
}
|
|
|
|
|
|
-.coupon-right-usenow2{
|
|
|
- width: 162rpx;
|
|
|
- height: 56rpx;
|
|
|
- background-image: url(https://dy.shpr.top/luckDraw/coupon_use_now.png);
|
|
|
- background-size: 100% 100%;
|
|
|
- margin-top: 35%;
|
|
|
+.record-refund{
|
|
|
+ width: 139rpx;
|
|
|
+ height: 40rpx;
|
|
|
+ border: 1px solid #B01717;
|
|
|
+ border-radius: 50rpx;
|
|
|
}
|
|
|
|
|
|
-.btn_exchange{
|
|
|
- width: 100%;
|
|
|
- height: 100%;
|
|
|
-}
|
|
|
+.lower-record-text{
|
|
|
+ font-size: 22rpx;
|
|
|
+ font-weight: 500;
|
|
|
+ color: #B01717;
|
|
|
+}
|