|
@@ -1,6 +1,6 @@
|
|
|
.invite {
|
|
|
width: 100%;
|
|
|
- padding: 0 20rpx 400rpx;
|
|
|
+ padding: 0 20rpx 60rpx;
|
|
|
box-sizing: border-box;
|
|
|
min-height: 100vh;
|
|
|
background-color: #291068;
|
|
@@ -101,3 +101,29 @@
|
|
|
width: 390rpx;
|
|
|
height: 68rpx;
|
|
|
}
|
|
|
+.invite .guide {
|
|
|
+ padding: 26rpx 50rpx 40rpx;
|
|
|
+ margin-top: 420rpx;
|
|
|
+ background-color: #6B39D8;
|
|
|
+ border-radius: 20rpx;
|
|
|
+ color: white;
|
|
|
+ font-size: 26rpx;
|
|
|
+}
|
|
|
+.invite .guide .titleImg {
|
|
|
+ display: block;
|
|
|
+ margin: 0rpx auto 24rpx;
|
|
|
+ width: 100rpx;
|
|
|
+ height: 38rpx;
|
|
|
+}
|
|
|
+.invite .guide .row {
|
|
|
+ margin-top: 44rpx;
|
|
|
+}
|
|
|
+.invite .guide .row .logo {
|
|
|
+ width: 100rpx;
|
|
|
+ height: 25rpx;
|
|
|
+ margin-right: 20rpx;
|
|
|
+}
|
|
|
+.invite .guide .explain {
|
|
|
+ margin-top: 40rpx;
|
|
|
+ font-size: 24rpx;
|
|
|
+}
|