|
|
@@ -115,47 +115,48 @@ export default {
|
|
|
<style lang='less'>
|
|
|
.chooseWay {
|
|
|
padding: 0 15px;
|
|
|
-}
|
|
|
-.top {
|
|
|
- display: flex;
|
|
|
- align-items: center;
|
|
|
- justify-content: space-between;
|
|
|
- height: 80px;
|
|
|
- border-bottom: 1px solid #000;
|
|
|
|
|
|
- .name {
|
|
|
+ .top {
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ justify-content: space-between;
|
|
|
+ height: 80px;
|
|
|
+ border-bottom: 1px solid #000;
|
|
|
+
|
|
|
+ .name {
|
|
|
+ font-size: 16px;
|
|
|
+ font-weight: bold;
|
|
|
+ color: rgba(255, 255, 255, 1);
|
|
|
+ }
|
|
|
+
|
|
|
+ .sub {
|
|
|
+ font-size: 13px;
|
|
|
+ color: rgba(254, 153, 0, 1);
|
|
|
+ line-height: 18px;
|
|
|
+ margin-top: 5px;
|
|
|
+ }
|
|
|
+ input {
|
|
|
+ background-color: transparent;
|
|
|
+ border: none;
|
|
|
+ text-align: right;
|
|
|
+ font-size: 13px;
|
|
|
+ color: #fff;
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ .methodstitle {
|
|
|
font-size: 16px;
|
|
|
font-weight: bold;
|
|
|
color: rgba(255, 255, 255, 1);
|
|
|
+ line-height: 22px;
|
|
|
+ padding: 28px 0 13px;
|
|
|
}
|
|
|
|
|
|
- .sub {
|
|
|
- font-size: 13px;
|
|
|
- color: rgba(254, 153, 0, 1);
|
|
|
- line-height: 18px;
|
|
|
- margin-top: 5px;
|
|
|
- }
|
|
|
- input {
|
|
|
- background-color: transparent;
|
|
|
- border: none;
|
|
|
- text-align: right;
|
|
|
- font-size: 13px;
|
|
|
- color: #fff;
|
|
|
+ .button {
|
|
|
+ height: 48px;
|
|
|
+ width: 100%;
|
|
|
+ font-size: 16px;
|
|
|
+ margin: 20px 0;
|
|
|
}
|
|
|
}
|
|
|
-
|
|
|
-.methodstitle {
|
|
|
- font-size: 16px;
|
|
|
- font-weight: bold;
|
|
|
- color: rgba(255, 255, 255, 1);
|
|
|
- line-height: 22px;
|
|
|
- padding: 28px 0 13px;
|
|
|
-}
|
|
|
-
|
|
|
-.button {
|
|
|
- height: 48px;
|
|
|
- width: 100%;
|
|
|
- font-size: 16px;
|
|
|
- margin: 20px 0;
|
|
|
-}
|
|
|
</style>
|