Skip to content

Commit

Permalink
images rename
Browse files Browse the repository at this point in the history
  • Loading branch information
lzh committed Jul 6, 2020
1 parent b55f3d0 commit a59419b
Show file tree
Hide file tree
Showing 33 changed files with 50 additions and 23 deletions.
Binary file added src/assets/images/avatar/1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/images/avatar/10.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/images/avatar/11.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/images/avatar/12.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/images/avatar/13.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/images/avatar/14.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/images/avatar/15.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/images/avatar/16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/images/avatar/17.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/images/avatar/18.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/images/avatar/2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/images/avatar/3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/images/avatar/4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/images/avatar/5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/images/avatar/6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/images/avatar/7.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/images/avatar/8.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/images/avatar/9.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
6 changes: 3 additions & 3 deletions src/views/hall/Hall.vue
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
<div class="btn-room">
<ul>
<li>
<img class="match" width="180px" src="@/assets/images/btn_match_room.png" @click="match">
<img class="match" width="180px" src="@/assets/images/button/match_room.png" @click="match">
</li>
<li>
<img width="180px" src="@/assets/images/btn_create_room.png" @click="createVisible=true">
<img width="180px" src="@/assets/images/button/create_room.png" @click="createVisible=true">
</li>
<li>
<img width="180px" src="@/assets/images/btn_enter_room.png" @click="enterVisible=true">
<img width="180px" src="@/assets/images/button/enter_room.png" @click="enterVisible=true">
</li>
</ul>
</div>
Expand Down
8 changes: 4 additions & 4 deletions src/views/room/Action.vue
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<template>
<div class="container">
<div v-show="!startState">
<img v-if="!isreadyMe" width="100px" src="@/assets/images/btn_start.png" @click="action('ready')">
<img v-if="!isreadyMe" width="100px" src="@/assets/images/button/start.png" @click="action('ready')">
</div>
<div v-show="startState && isCanPlay && curUser === 'mine'">
<img width="100px" src="@/assets/images/btn_pass.png" @click="action('pass')">
<img width="100px" src="@/assets/images/btn_tip.png">
<img width="100px" src="@/assets/images/btn_play.png" @click="play">
<img width="100px" src="@/assets/images/button/pass.png" @click="action('pass')">
<img width="100px" src="@/assets/images/button/tip.png">
<img width="100px" src="@/assets/images/button/play.png" @click="play">
</div>
<div v-show="showCall">
<el-button type="success" round @click="action('call', 0)">不叫</el-button>
Expand Down
46 changes: 37 additions & 9 deletions src/views/room/Room.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<div class="container">
<el-container>
<el-header height="10vh">
<el-header height="120px">
<Header :landlord-cards="landlordCards" />
</el-header>
<el-container>
Expand Down Expand Up @@ -39,8 +39,19 @@
</div>
</el-aside>
</el-container>
<el-footer height="30vh">
<el-row>
<el-footer height="240px">
<div>
<div class="hand-card-mine">
<div class="user-mine">
<HandCard ref="handCard" :room-no="roomNo" :hand-cards="cardsMine" direction="mine" :open="true" size="big" />
</div>
</div>
<!-- <div class="user-right">
<user ref="user" :alarm-num="alarm['mine']" direction="mine" />
</div> -->
<div class="coin">123</div>
</div>
<!-- <el-row>
<el-col :span="4">
<user ref="user" :alarm-num="alarm['mine']" direction="mine" />
</el-col>
Expand All @@ -64,7 +75,7 @@
</el-col>
</el-row>
</el-col>
</el-row>
</el-row> -->
</el-footer>
</el-container>
<fade :special-type="specialType" :special="special" />
Expand All @@ -77,7 +88,7 @@ import User from './User'
import HandCard from './HandCard'
import Header from './Header'
import OutCard from './OutCard'
import Action from './Action'
// import Action from './Action'
import Fade from './Fade'
import Setting from './Setting'
import poker from '@/utils/poker'
Expand All @@ -89,14 +100,18 @@ export default {
Header,
HandCard,
OutCard,
Action,
// Action,
Setting,
Fade
},
data() {
return {
curCard: [],
cardsMine: [],
cardsMine: [
{ label: '2', type: 'diamond', checked: false },
{ label: '2', type: 'diamond', checked: false },
{ label: '2', type: 'diamond', checked: false }
],
cardsLeft: [],
cardsRight: [],
outcardMine: [],
Expand Down Expand Up @@ -437,7 +452,7 @@ export default {
}
</script>

<style scoped>
<style scoped lang="scss">
.container {
-moz-user-select: none;
-o-user-select:none;
Expand Down Expand Up @@ -465,7 +480,7 @@ export default {
background-color: #E9EEF3;
color: #333;
text-align: center;
height: 60vh;
height: calc(100vh - 360px);
}
.left-tip {
top: 30%;
Expand Down Expand Up @@ -518,4 +533,17 @@ export default {
.user-right {
float: left;
}
.user-mine {
float: left;
}
.hand-card-mine {
display: flex;
justify-content: center;
align-items: center;
padding-bottom: 15px;
}
.coin {
height: 40px;
background: skyblue;
}
</style>
11 changes: 5 additions & 6 deletions src/views/room/User.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
<img width="56px" src="@/assets/images/alarm-clock.png">
</div>
<div v-if="!startState" class="ready">
<img v-if="isready" width="80px" src="@/assets/images/btn_readied.png">
<img v-if="isready" width="80px" src="@/assets/images/button/readied.png">
</div>
<div class="nickname">昵称:{{ nickname }}</div>
<div class="header-img">
<img src="@/assets/images/default.jpg">
<img src="@/assets/images/avatar/1.png">
</div>
<div class="nickname">昵称:{{ nickname }}</div>
</div>
</div>
</template>
Expand Down Expand Up @@ -64,16 +64,15 @@ export default {
justify-content:center;
align-items: center;
.uinfo {
padding-top: 20px;
// padding-top: 20px;
.nickname {
padding-bottom: 10px;
// padding-bottom: 10px;
color: rgb(39, 38, 38);
}
.header-img {
img {
width: 80px;
height: 80px;
border-radius: 50%;
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion src/views/user/Login.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</div>
<div class="bottom-box">
<div @click="openLogin=true">
<img width="150px" src="@/assets/images/btn_ traveler.png" alt="">
<img width="150px" src="@/assets/images/button/traveler.png" alt="">
</div>
</div>
<el-dialog :visible.sync="openLogin" :close-on-click-modal="false" width="400px">
Expand Down

0 comments on commit a59419b

Please sign in to comment.