Blame view

pages/whisper/whisperSuccess.scss 1.48 KB
53c27360   smile   1111
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
  .listBox{
  	position: relative;
  	z-index: 1;
  }
  .content {
  	width: 100%;
  }
  .pay-price{
  	width: 100%;
  	margin-top: 100rpx;
  	.icon{
  		width: 250rpx;
  		height: 250rpx;
  		margin: 0 auto;
  		image{
  			width: 100%;
  			height: 100%;
  		}
  	}
  	.price-data{
  		text-align: center;
  		margin-top: 50rpx;
  		.list{
  			width: 100%;
  			.title{
  				font-size: 34rpx;
  				font-weight: bold;
  			}
  			.content{
  				font-size: 30rpx;
  				color:#767676;
  				margin-top: 20rpx;
  				text{
  					color: #3d3d3d;
  				}
  			}
  		}
  	}
  }
  .tips {
  	font-size: 28rpx;
  	margin: 50rpx 30rpx;
  	text {
  		color: #FF4848;
  	}
  }
  /* 跳转按钮 */
  .skip-btn{
  	display: flex;
  	align-items: center;
  	justify-content: center;
  	width: 100%;
  	height: 100rpx;
  	margin-top: 70rpx;
  	.cart-add{
  		display: flex;
  		align-items: center;
  		justify-content: center;
  		width: 35%;
  		image {
  			position: absolute;
  			z-index: 0;
  			width: 253rpx;
  			height: 80rpx;
  		}
  		text{
  			font-size: 30rpx;
  			font-weight: bold;
  			color: #262626;
  			position: absolute;
  			z-index: 1;
  			left: 120rpx;
  			image {
  				position: absolute;
  				top: 6rpx;
  				left: -36rpx;
  				width: 28rpx;
  				height: 28rpx;
  			}
  		}
  	}
  	.buy-at{
  		display: flex;
  		align-items: center;
  		justify-content: center;
  		width: 58%;
  		image {
  			position: absolute;
  			z-index: 0;
  			width: 415rpx;
  			height: 80rpx;
  			box-shadow: 5rpx 10rpx 20rpx 0 #b7c8ff;
  			border-radius: 100rpx;
  		}
  		text{
  			font-size: 30rpx;
  			font-weight: bold;
  			color: #FFFFFF;
  			position: absolute;
  			z-index: 1;
  		}
  	}
  }