Browse Source

[修改]第二个页面下一步按钮

master
chenjingyu 4 years ago
parent
commit
5998a93d8b
  1. 7
      src/app/ui/first-step-copy/first-step-copy.component.html
  2. 12
      src/app/ui/first-step-copy/first-step-copy.component.scss
  3. 2
      src/app/ui/first-step-copy/first-step-copy.component.ts
  4. 4
      src/app/ui/four-step-copy/four-step-copy.component.html
  5. 2
      src/app/ui/four-step-copy/four-step-copy.component.scss
  6. 12
      src/app/ui/four-step-copy/four-step-copy.component.ts

7
src/app/ui/first-step-copy/first-step-copy.component.html

@ -4,7 +4,7 @@
* @Author: sueRimn
* @Date: 2020-09-25 08:48:50
* @LastEditors: sueRimn
* @LastEditTime: 2020-10-14 09:08:17
* @LastEditTime: 2020-10-18 11:21:18
-->
<div class="box">
<div class="head">
@ -60,12 +60,11 @@
<div style="text-align: center;">
<div id="slotMachineButtonShuffle10" class="slotMachineButton" style="font-size: 25px">开始抽签</div>
<button (click)="nextstep()">下一步</button>
<!-- <button (click)="nextstep()">下一步</button> -->
</div>
</div>
<div class="chongzhi" style="height: 20%;"><button type="button" (click)="nextStep()" class="button">下一步</button></div>
</div>
</div>

12
src/app/ui/first-step-copy/first-step-copy.component.scss

@ -41,7 +41,11 @@
padding: 0.125rem 0.125rem 0;
display: flex;
}
.chongzhi{
position: relative;
top: 85%;
right: 29%;
}
.centerLeft{
background-color: #FFF;
float: left;
@ -148,11 +152,7 @@
margin: 4px 2px;
cursor: pointer;
}
.chongzhi{
position: relative;
top: 85%;
right: 17%;
}
//选择后加背景色
.beijicolor{

2
src/app/ui/first-step-copy/first-step-copy.component.ts

@ -61,7 +61,7 @@ export class FirstStepCopyComponent implements OnInit {
this.isDraw = false
}
}
nextstep(){
nextStep(){
window.location.href="/fourStep2";
}
}

4
src/app/ui/four-step-copy/four-step-copy.component.html

@ -4,7 +4,7 @@
* @Author: sueRimn
* @Date: 2020-09-25 08:48:50
* @LastEditors: sueRimn
* @LastEditTime: 2020-10-14 09:08:17
* @LastEditTime: 2020-10-18 11:22:16
-->
<div class="box">
<div class="head">
@ -68,7 +68,7 @@
</div>
<div class="chongzhi" style="height: 20%;"><button type="button" (click)="nextStep()" class="button">下一步</button></div>
</div>
</div>

2
src/app/ui/four-step-copy/four-step-copy.component.scss

@ -151,7 +151,7 @@
.chongzhi{
position: relative;
top: 85%;
right: 17%;
right: 23.5%;
}
//选择后加背景色

12
src/app/ui/four-step-copy/four-step-copy.component.ts

@ -1,3 +1,11 @@
/*
* @Descripttion:
* @version:
* @Author: sueRimn
* @Date: 2020-10-18 10:23:46
* @LastEditors: sueRimn
* @LastEditTime: 2020-10-18 11:22:51
*/
import { Component, OnInit } from '@angular/core';
import '../../../assets/js/fourstepcopy'
@Component({
@ -76,5 +84,7 @@ export class FourStepCopyComponent implements OnInit {
this.isDraw = false
}
}
nextStep(){
window.location.href="/drawingResult";
}
}

Loading…
Cancel
Save