|
@@ -142,3 +142,14 @@
|
|
|
color: rgba(51, 62, 99, 1);
|
|
|
}
|
|
|
}
|
|
|
+
|
|
|
+button.logout[type="primary"] {
|
|
|
+ width: 627rpx;
|
|
|
+ height: 80rpx;
|
|
|
+ margin: 40rpx auto 0;
|
|
|
+ border-radius: 40rpx;
|
|
|
+ background-color: rgba(145, 179, 121, 1);
|
|
|
+ font-size: 36rpx;
|
|
|
+ font-weight: 500;
|
|
|
+ color: rgba(255, 255, 255, 1);
|
|
|
+}
|