清理组件残余
This commit is contained in:
@@ -88,13 +88,10 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
import AiBack from "../../components/AiBack";
|
|
||||||
import AiUploader from "../../components/AiUploader";
|
|
||||||
import {mapActions} from "vuex";
|
import {mapActions} from "vuex";
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
name: "addMeeting",
|
name: "addMeeting",
|
||||||
components: {AiBack, AiUploader},
|
|
||||||
props: {
|
props: {
|
||||||
params: {
|
params: {
|
||||||
type: [Number, String]
|
type: [Number, String]
|
||||||
@@ -169,7 +166,7 @@ export default {
|
|||||||
}).then(res => {
|
}).then(res => {
|
||||||
this.change(res?.userList || [])
|
this.change(res?.userList || [])
|
||||||
this.clickedUserSelect = false
|
this.clickedUserSelect = false
|
||||||
}).catch(()=>{
|
}).catch(() => {
|
||||||
this.clickedUserSelect = false
|
this.clickedUserSelect = false
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -10,12 +10,16 @@
|
|||||||
<u-row justify="between">
|
<u-row justify="between">
|
||||||
<div class="time">
|
<div class="time">
|
||||||
<span>{{ item.startTime|formatTime }}</span>
|
<span>{{ item.startTime|formatTime }}</span>
|
||||||
<span>{{ item.startTime|formatDate(0) }}年{{ item.startTime|formatDate(1) }}月{{ item.startTime|formatDate(2) }}日 周{{ item.startTime|formatWeek }}</span>
|
<span>{{ item.startTime|formatDate(0) }}年{{
|
||||||
|
item.startTime|formatDate(1)
|
||||||
|
}}月{{ item.startTime|formatDate(2) }}日 周{{ item.startTime|formatWeek }}</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="arrow"></div>
|
<div class="arrow"></div>
|
||||||
<div class="time">
|
<div class="time">
|
||||||
<span>{{ item.endTime|formatTime }}</span>
|
<span>{{ item.endTime|formatTime }}</span>
|
||||||
<span>{{ item.endTime|formatDate(0) }}年{{ item.endTime|formatDate(1) }}月{{ item.endTime|formatDate(2) }}日 周{{ item.endTime|formatWeek }}</span>
|
<span>{{ item.endTime|formatDate(0) }}年{{ item.endTime|formatDate(1) }}月{{ item.endTime|formatDate(2) }}日 周{{
|
||||||
|
item.endTime|formatWeek
|
||||||
|
}}</span>
|
||||||
</div>
|
</div>
|
||||||
</u-row>
|
</u-row>
|
||||||
<u-row class="info">
|
<u-row class="info">
|
||||||
@@ -39,15 +43,10 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
import AiTopFixed from "../../components/AiTopFixed";
|
|
||||||
import AiBack from "../../components/AiBack";
|
|
||||||
import AiEmpty from "../../components/AiEmpty";
|
|
||||||
import AiOpenData from "../../components/AiOpenData";
|
|
||||||
import {mapActions} from "vuex";
|
import {mapActions} from "vuex";
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
name: "belongToMe",
|
name: "belongToMe",
|
||||||
components: {AiOpenData, AiTopFixed, AiBack, AiEmpty},
|
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
index: 0,
|
index: 0,
|
||||||
@@ -77,7 +76,7 @@ export default {
|
|||||||
})
|
})
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
...mapActions(['injectJWeixin']),
|
...mapActions(['injectJWeixin']),
|
||||||
emitReachBottom() {
|
emitReachBottom() {
|
||||||
this.current = this.current + 1;
|
this.current = this.current + 1;
|
||||||
this.getList()
|
this.getList()
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
<header>{{ detail.title }}</header>
|
<header>{{ detail.title }}</header>
|
||||||
<u-gap height="16"></u-gap>
|
<u-gap height="16"></u-gap>
|
||||||
<u-row v-if="detail.createUserId">
|
<u-row v-if="detail.createUserId">
|
||||||
<!-- <u-avatar :src="$cdn + 'common/xzh.png'" v-if="false"></u-avatar>-->
|
<!-- <u-avatar :src="$cdn + 'common/xzh.png'" v-if="false"></u-avatar>-->
|
||||||
<div class="u-avatar__img">
|
<div class="u-avatar__img">
|
||||||
<AiOpenData type="userName" :openid="detail.createUserId"></AiOpenData>
|
<AiOpenData type="userName" :openid="detail.createUserId"></AiOpenData>
|
||||||
</div>
|
</div>
|
||||||
@@ -21,7 +21,9 @@
|
|||||||
<u-gap height="8"></u-gap>
|
<u-gap height="8"></u-gap>
|
||||||
<u-row>
|
<u-row>
|
||||||
<img :src="$cdn + 'common/date.png'" alt="">
|
<img :src="$cdn + 'common/date.png'" alt="">
|
||||||
<span>{{ detail.startTime && detail.startTime.substr(0, 16) }} 至 {{ detail.endTime && detail.endTime.substr(0, 16) }}</span>
|
<span>{{
|
||||||
|
detail.startTime && detail.startTime.substr(0, 16)
|
||||||
|
}} 至 {{ detail.endTime && detail.endTime.substr(0, 16) }}</span>
|
||||||
</u-row>
|
</u-row>
|
||||||
<u-gap height="8"></u-gap>
|
<u-gap height="8"></u-gap>
|
||||||
<u-row style="align-items: start;flex-wrap: nowrap;">
|
<u-row style="align-items: start;flex-wrap: nowrap;">
|
||||||
@@ -84,7 +86,8 @@
|
|||||||
<div v-for="(item,index) in detail.attendees && detail.attendees.filter(e=>e.joinStatus==current)" :key="index"
|
<div v-for="(item,index) in detail.attendees && detail.attendees.filter(e=>e.joinStatus==current)" :key="index"
|
||||||
class="att-wrap">
|
class="att-wrap">
|
||||||
<div class="left">
|
<div class="left">
|
||||||
<u-avatar :src="item.avatar || (($cdn + 'common/xztx.png'))" size="74" mode="square" style="margin-right: 8px"></u-avatar>
|
<u-avatar :src="item.avatar || (($cdn + 'common/xztx.png'))" size="74" mode="square"
|
||||||
|
style="margin-right: 8px"></u-avatar>
|
||||||
<AiOpenData type="userName" :openid="item.name"></AiOpenData>
|
<AiOpenData type="userName" :openid="item.name"></AiOpenData>
|
||||||
</div>
|
</div>
|
||||||
<!-- <img :src="$cdn + 'common/phone.png'" alt="" @click="call(item)">-->
|
<!-- <img :src="$cdn + 'common/phone.png'" alt="" @click="call(item)">-->
|
||||||
@@ -97,347 +100,193 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
import AiBack from "../../components/AiBack";
|
import {mapActions, mapState} from "vuex";
|
||||||
import {mapActions, mapState} from "vuex";
|
|
||||||
import AiTopFixed from "../../components/AiTopFixed";
|
|
||||||
import AiOpenData from "../../components/AiOpenData";
|
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
name: "detail",
|
name: "detail",
|
||||||
components: {AiOpenData,AiBack, AiTopFixed},
|
props: {
|
||||||
props: {
|
params: {
|
||||||
params: {
|
type: [String, Number]
|
||||||
type: [String, Number]
|
}
|
||||||
}
|
},
|
||||||
|
data() {
|
||||||
|
return {
|
||||||
|
detail: {},
|
||||||
|
list: false,
|
||||||
|
current: 0,
|
||||||
|
pageShow: false,
|
||||||
|
show: false,
|
||||||
|
}
|
||||||
|
},
|
||||||
|
computed: {
|
||||||
|
...mapState(["user"]),
|
||||||
|
tabs() {
|
||||||
|
return [
|
||||||
|
{name: this.count(0) + "人未确认"},
|
||||||
|
{name: this.count(1) + "人已确认"},
|
||||||
|
{name: this.count(2) + "人已请假"},
|
||||||
|
{name: this.count(3) + "人待定"},
|
||||||
|
]
|
||||||
},
|
},
|
||||||
data() {
|
},
|
||||||
return {
|
methods: {
|
||||||
detail: {},
|
onConfirm() {
|
||||||
list: false,
|
this.$http.post("/app/appmeetinginfo/cancel", null, {
|
||||||
current: 0,
|
params: {
|
||||||
pageShow: false,
|
meetingId: this.params,
|
||||||
show: false,
|
|
||||||
}
|
|
||||||
},
|
|
||||||
computed: {
|
|
||||||
...mapState(["user"]),
|
|
||||||
tabs() {
|
|
||||||
return [
|
|
||||||
{name: this.count(0) + "人未确认"},
|
|
||||||
{name: this.count(1) + "人已确认"},
|
|
||||||
{name: this.count(2) + "人已请假"},
|
|
||||||
{name: this.count(3) + "人待定"},
|
|
||||||
]
|
|
||||||
},
|
|
||||||
},
|
|
||||||
methods: {
|
|
||||||
onConfirm() {
|
|
||||||
this.$http.post("/app/appmeetinginfo/cancel", null, {
|
|
||||||
params: {
|
|
||||||
meetingId: this.params,
|
|
||||||
}
|
|
||||||
}).then(res => {
|
|
||||||
if (res.code == 0) {
|
|
||||||
this.$u.toast("取消成功");
|
|
||||||
this.getDetail();
|
|
||||||
}
|
|
||||||
})
|
|
||||||
},
|
|
||||||
handleCancel() {
|
|
||||||
this.show = true;
|
|
||||||
},
|
|
||||||
toDo() {
|
|
||||||
this.$http.post("/app/appmeetinginfo/tobeConfirm", null, {
|
|
||||||
params: {
|
|
||||||
meetingId: this.params,
|
|
||||||
}
|
|
||||||
}).then(res => {
|
|
||||||
if (res.code == 0) {
|
|
||||||
this.$u.toast("会议待定");
|
|
||||||
setTimeout(_ => {
|
|
||||||
uni.navigateBack();
|
|
||||||
}, 800)
|
|
||||||
}
|
|
||||||
})
|
|
||||||
},
|
|
||||||
count(sta) {
|
|
||||||
return this.detail.attendees ? this.detail.attendees?.filter(e => e.joinStatus == sta)?.length : 0;
|
|
||||||
},
|
|
||||||
change(index) {
|
|
||||||
this.current = index;
|
|
||||||
this.detail = {};
|
|
||||||
this.getDetail();
|
|
||||||
},
|
|
||||||
call(item) {
|
|
||||||
if (item.phone) {
|
|
||||||
uni.makePhoneCall({
|
|
||||||
phoneNumber: item.phone
|
|
||||||
});
|
|
||||||
}
|
}
|
||||||
},
|
}).then(res => {
|
||||||
...mapActions(['previewFile', 'injectJWeixin']),
|
if (res.code == 0) {
|
||||||
preFile(e) {
|
this.$u.toast("取消成功");
|
||||||
if ([".jpg", ".png", ".gif"].includes(e.postfix.toLowerCase())) {
|
this.getDetail();
|
||||||
uni.previewImage({
|
|
||||||
current: e.url,
|
|
||||||
urls: [e.url]
|
|
||||||
})
|
|
||||||
} else {
|
|
||||||
this.previewFile({...e})
|
|
||||||
}
|
}
|
||||||
},
|
|
||||||
tag(status) {
|
|
||||||
return {
|
|
||||||
"1": "common/2confirmed2.png",
|
|
||||||
"2": "common/2absent2.png"
|
|
||||||
}[status]
|
|
||||||
},
|
|
||||||
updateStatus(status) {
|
|
||||||
this.$http.post(status == 0 ? "/app/appmeetinginfo/absent" : "/app/appmeetinginfo/confirm", null, {
|
|
||||||
params: {
|
|
||||||
meetingId: this.params,
|
|
||||||
reason: status == 0 ? "" : null
|
|
||||||
}
|
|
||||||
}).then(res => {
|
|
||||||
if (res.code == 0) {
|
|
||||||
this.$u.toast(status == 0 ? "请假成功" : "确认成功")
|
|
||||||
this.getDetail()
|
|
||||||
}
|
|
||||||
})
|
|
||||||
},
|
|
||||||
color(status) {
|
|
||||||
if (status == 1) {
|
|
||||||
return "#FF8822"
|
|
||||||
}
|
|
||||||
|
|
||||||
if (status == 2) {
|
|
||||||
return "#1365DD"
|
|
||||||
}
|
|
||||||
|
|
||||||
if (status == 3) {
|
|
||||||
return "#FF4466"
|
|
||||||
}
|
|
||||||
|
|
||||||
return "#343D65"
|
|
||||||
},
|
|
||||||
getDetail() {
|
|
||||||
this.$http.post("/app/appmeetinginfo/info-id", null, {
|
|
||||||
params: {id: this.params}
|
|
||||||
}).then(res => {
|
|
||||||
if (res && res.data) {
|
|
||||||
this.detail = res.data
|
|
||||||
this.pageShow = true
|
|
||||||
this.$hideLoading()
|
|
||||||
}
|
|
||||||
})
|
|
||||||
}
|
|
||||||
},
|
|
||||||
created() {
|
|
||||||
this.$loading()
|
|
||||||
this.injectJWeixin(['sendChatMessage']).then(() => {
|
|
||||||
this.getDetail()
|
|
||||||
}).catch(() => {
|
|
||||||
this.getDetail()
|
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
mounted() {
|
handleCancel() {
|
||||||
document.title = "会议详情"
|
this.show = true;
|
||||||
},
|
},
|
||||||
filters: {
|
toDo() {
|
||||||
transform(status) {
|
this.$http.post("/app/appmeetinginfo/tobeConfirm", null, {
|
||||||
if (status == 1) {
|
params: {
|
||||||
return "已确认"
|
meetingId: this.params,
|
||||||
}
|
}
|
||||||
if (status == 2) {
|
}).then(res => {
|
||||||
return "已请假"
|
if (res.code == 0) {
|
||||||
|
this.$u.toast("会议待定");
|
||||||
|
setTimeout(_ => {
|
||||||
|
uni.navigateBack();
|
||||||
|
}, 800)
|
||||||
}
|
}
|
||||||
|
})
|
||||||
|
},
|
||||||
|
count(sta) {
|
||||||
|
return this.detail.attendees ? this.detail.attendees?.filter(e => e.joinStatus == sta)?.length : 0;
|
||||||
|
},
|
||||||
|
change(index) {
|
||||||
|
this.current = index;
|
||||||
|
this.detail = {};
|
||||||
|
this.getDetail();
|
||||||
|
},
|
||||||
|
call(item) {
|
||||||
|
if (item.phone) {
|
||||||
|
uni.makePhoneCall({
|
||||||
|
phoneNumber: item.phone
|
||||||
|
});
|
||||||
|
}
|
||||||
|
},
|
||||||
|
...mapActions(['previewFile', 'injectJWeixin']),
|
||||||
|
preFile(e) {
|
||||||
|
if ([".jpg", ".png", ".gif"].includes(e.postfix.toLowerCase())) {
|
||||||
|
uni.previewImage({
|
||||||
|
current: e.url,
|
||||||
|
urls: [e.url]
|
||||||
|
})
|
||||||
|
} else {
|
||||||
|
this.previewFile({...e})
|
||||||
|
}
|
||||||
|
},
|
||||||
|
tag(status) {
|
||||||
|
return {
|
||||||
|
"1": "common/2confirmed2.png",
|
||||||
|
"2": "common/2absent2.png"
|
||||||
|
}[status]
|
||||||
|
},
|
||||||
|
updateStatus(status) {
|
||||||
|
this.$http.post(status == 0 ? "/app/appmeetinginfo/absent" : "/app/appmeetinginfo/confirm", null, {
|
||||||
|
params: {
|
||||||
|
meetingId: this.params,
|
||||||
|
reason: status == 0 ? "" : null
|
||||||
|
}
|
||||||
|
}).then(res => {
|
||||||
|
if (res.code == 0) {
|
||||||
|
this.$u.toast(status == 0 ? "请假成功" : "确认成功")
|
||||||
|
this.getDetail()
|
||||||
|
}
|
||||||
|
})
|
||||||
|
},
|
||||||
|
color(status) {
|
||||||
|
if (status == 1) {
|
||||||
|
return "#FF8822"
|
||||||
|
}
|
||||||
|
|
||||||
|
if (status == 2) {
|
||||||
|
return "#1365DD"
|
||||||
|
}
|
||||||
|
|
||||||
|
if (status == 3) {
|
||||||
|
return "#FF4466"
|
||||||
|
}
|
||||||
|
|
||||||
|
return "#343D65"
|
||||||
|
},
|
||||||
|
getDetail() {
|
||||||
|
this.$http.post("/app/appmeetinginfo/info-id", null, {
|
||||||
|
params: {id: this.params}
|
||||||
|
}).then(res => {
|
||||||
|
if (res && res.data) {
|
||||||
|
this.detail = res.data
|
||||||
|
this.pageShow = true
|
||||||
|
this.$hideLoading()
|
||||||
|
}
|
||||||
|
})
|
||||||
|
}
|
||||||
|
},
|
||||||
|
created() {
|
||||||
|
this.$loading()
|
||||||
|
this.injectJWeixin(['sendChatMessage']).then(() => {
|
||||||
|
this.getDetail()
|
||||||
|
}).catch(() => {
|
||||||
|
this.getDetail()
|
||||||
|
})
|
||||||
|
},
|
||||||
|
mounted() {
|
||||||
|
document.title = "会议详情"
|
||||||
|
},
|
||||||
|
filters: {
|
||||||
|
transform(status) {
|
||||||
|
if (status == 1) {
|
||||||
|
return "已确认"
|
||||||
|
}
|
||||||
|
if (status == 2) {
|
||||||
|
return "已请假"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
.detail {
|
.detail {
|
||||||
|
min-height: 100%;
|
||||||
|
background-color: #F5F5F5;
|
||||||
|
padding-bottom: 140px;
|
||||||
|
|
||||||
|
|
||||||
|
::v-deep .AiTopFixed {
|
||||||
|
margin-bottom: 16px;
|
||||||
|
|
||||||
|
.content {
|
||||||
|
padding: 0 !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
.att-list {
|
||||||
min-height: 100%;
|
min-height: 100%;
|
||||||
background-color: #F5F5F5;
|
|
||||||
padding-bottom: 140px;
|
|
||||||
|
|
||||||
|
.att-wrap {
|
||||||
::v-deep .AiTopFixed {
|
display: flex;
|
||||||
margin-bottom: 16px;
|
height: 112px;
|
||||||
|
align-items: center;
|
||||||
.content {
|
justify-content: space-between;
|
||||||
padding: 0 !important;
|
background-color: #ffffff;
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
.att-list {
|
|
||||||
min-height: 100%;
|
|
||||||
|
|
||||||
.att-wrap {
|
|
||||||
display: flex;
|
|
||||||
height: 112px;
|
|
||||||
align-items: center;
|
|
||||||
justify-content: space-between;
|
|
||||||
background-color: #ffffff;
|
|
||||||
box-sizing: border-box;
|
|
||||||
padding: 0 50px;
|
|
||||||
border-bottom: 1px solid #E4E5E6;
|
|
||||||
|
|
||||||
.left {
|
|
||||||
display: flex;
|
|
||||||
align-items: center;
|
|
||||||
|
|
||||||
&:after {
|
|
||||||
content: "";
|
|
||||||
position: absolute;
|
|
||||||
right: 0;
|
|
||||||
bottom: 0;
|
|
||||||
width: 622px;
|
|
||||||
height: 2px;
|
|
||||||
background-color: rgba(216, 221, 230, 0.5);
|
|
||||||
}
|
|
||||||
|
|
||||||
.name {
|
|
||||||
font-size: 30px;
|
|
||||||
font-weight: 600;
|
|
||||||
color: #333333;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
& > img {
|
|
||||||
width: 48px;
|
|
||||||
height: 48px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.card {
|
|
||||||
background-color: #FFFFFF;
|
|
||||||
margin-bottom: 8px;
|
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
padding: 16px 32px;
|
padding: 0 50px;
|
||||||
|
border-bottom: 1px solid #E4E5E6;
|
||||||
|
|
||||||
header {
|
.left {
|
||||||
font-size: 40px;
|
|
||||||
font-weight: 600;
|
|
||||||
color: #333333;
|
|
||||||
line-height: 64px;
|
|
||||||
letter-spacing: 1px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.u-row {
|
|
||||||
& > div {
|
|
||||||
border-radius: 50%;
|
|
||||||
text-align: center;
|
|
||||||
font-size: 30px;
|
|
||||||
display: flex;
|
|
||||||
align-items: center;
|
|
||||||
justify-content: center;
|
|
||||||
/*margin-left: 8px;*/
|
|
||||||
}
|
|
||||||
|
|
||||||
& > span {
|
|
||||||
font-size: 30px;
|
|
||||||
color: #343D65;
|
|
||||||
margin-left: 16px;
|
|
||||||
}
|
|
||||||
|
|
||||||
::v-deep .u-avatar__img {
|
|
||||||
width: 56px;
|
|
||||||
height: 56px;
|
|
||||||
vertical-align: middle;
|
|
||||||
color: #ffffff;
|
|
||||||
background-color: #2266FF;
|
|
||||||
font-size: 16px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.user-name{
|
|
||||||
font-size: 30px;
|
|
||||||
color: #343D65;
|
|
||||||
}
|
|
||||||
|
|
||||||
img {
|
|
||||||
width: 48px;
|
|
||||||
height: 48px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
& > span {
|
|
||||||
font-size: 32px;
|
|
||||||
color: #333333;
|
|
||||||
line-height: 48px;
|
|
||||||
letter-spacing: 1px;
|
|
||||||
display: inline-block;
|
|
||||||
box-sizing: border-box;
|
|
||||||
padding: 16px 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.label {
|
|
||||||
height: 96px;
|
|
||||||
font-size: 32px;
|
|
||||||
color: #333333;
|
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
margin-bottom: 16px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.file {
|
|
||||||
height: 128px;
|
|
||||||
background: #FFFFFF;
|
|
||||||
border-radius: 8px;
|
|
||||||
border: 1px solid #CCCCCC;
|
|
||||||
box-sizing: border-box;
|
|
||||||
padding: 0 16px;
|
|
||||||
margin-bottom: 32px;
|
|
||||||
|
|
||||||
& > .u-row {
|
|
||||||
height: 100%;
|
|
||||||
|
|
||||||
.left {
|
|
||||||
width: 522px;
|
|
||||||
display: flex;
|
|
||||||
align-items: center;
|
|
||||||
|
|
||||||
& > img {
|
|
||||||
width: 96px;
|
|
||||||
height: 96px;
|
|
||||||
}
|
|
||||||
|
|
||||||
& > span {
|
|
||||||
font-size: 32px;
|
|
||||||
color: #333333;
|
|
||||||
display: inline-block;
|
|
||||||
line-height: 44px;
|
|
||||||
text-overflow: ellipsis;
|
|
||||||
overflow-x: hidden;
|
|
||||||
white-space: nowrap;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
& > span {
|
|
||||||
font-size: 28px;
|
|
||||||
color: #999999;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.active {
|
|
||||||
background-color: #F3F6F9;
|
|
||||||
}
|
|
||||||
|
|
||||||
.name {
|
|
||||||
font-size: 32px;
|
|
||||||
font-weight: 400;
|
|
||||||
color: #333333;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wrap {
|
|
||||||
height: 112px;
|
|
||||||
display: flex;
|
|
||||||
align-items: center;
|
|
||||||
position: relative;
|
|
||||||
|
|
||||||
&:after {
|
&:after {
|
||||||
content: "";
|
content: "";
|
||||||
@@ -449,116 +298,266 @@
|
|||||||
background-color: rgba(216, 221, 230, 0.5);
|
background-color: rgba(216, 221, 230, 0.5);
|
||||||
}
|
}
|
||||||
|
|
||||||
& > label {
|
.name {
|
||||||
width: 80px;
|
font-size: 30px;
|
||||||
height: 80px;
|
|
||||||
border-radius: 50%;
|
|
||||||
background-color: #4E8EEE;
|
|
||||||
font-size: 28px;
|
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
color: #FFFFFF;
|
|
||||||
display: flex;
|
|
||||||
align-items: center;
|
|
||||||
justify-content: center;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.item-wrap {
|
|
||||||
height: 112px;
|
|
||||||
padding: 0 32px;
|
|
||||||
|
|
||||||
.u-row {
|
|
||||||
height: 100%;
|
|
||||||
|
|
||||||
& > span {
|
|
||||||
font-size: 32px;
|
|
||||||
font-weight: 400;
|
|
||||||
color: #333333;
|
color: #333333;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.right {
|
& > img {
|
||||||
font-size: 28px;
|
width: 48px;
|
||||||
color: #999999;
|
height: 48px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.card {
|
||||||
|
background-color: #FFFFFF;
|
||||||
|
margin-bottom: 8px;
|
||||||
|
box-sizing: border-box;
|
||||||
|
padding: 16px 32px;
|
||||||
|
|
||||||
|
header {
|
||||||
|
font-size: 40px;
|
||||||
|
font-weight: 600;
|
||||||
|
color: #333333;
|
||||||
|
line-height: 64px;
|
||||||
|
letter-spacing: 1px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.u-row {
|
||||||
|
& > div {
|
||||||
|
border-radius: 50%;
|
||||||
|
text-align: center;
|
||||||
|
font-size: 30px;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
/*margin-left: 8px;*/
|
||||||
|
}
|
||||||
|
|
||||||
em {
|
& > span {
|
||||||
font-style: normal;
|
font-size: 30px;
|
||||||
color: #1365DD;
|
color: #343D65;
|
||||||
|
margin-left: 16px;
|
||||||
|
}
|
||||||
|
|
||||||
|
::v-deep .u-avatar__img {
|
||||||
|
width: 56px;
|
||||||
|
height: 56px;
|
||||||
|
vertical-align: middle;
|
||||||
|
color: #ffffff;
|
||||||
|
background-color: #2266FF;
|
||||||
|
font-size: 16px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.user-name {
|
||||||
|
font-size: 30px;
|
||||||
|
color: #343D65;
|
||||||
|
}
|
||||||
|
|
||||||
|
img {
|
||||||
|
width: 48px;
|
||||||
|
height: 48px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
& > span {
|
||||||
|
font-size: 32px;
|
||||||
|
color: #333333;
|
||||||
|
line-height: 48px;
|
||||||
|
letter-spacing: 1px;
|
||||||
|
display: inline-block;
|
||||||
|
box-sizing: border-box;
|
||||||
|
padding: 16px 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.label {
|
||||||
|
height: 96px;
|
||||||
|
font-size: 32px;
|
||||||
|
color: #333333;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
margin-bottom: 16px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.file {
|
||||||
|
height: 128px;
|
||||||
|
background: #FFFFFF;
|
||||||
|
border-radius: 8px;
|
||||||
|
border: 1px solid #CCCCCC;
|
||||||
|
box-sizing: border-box;
|
||||||
|
padding: 0 16px;
|
||||||
|
margin-bottom: 32px;
|
||||||
|
|
||||||
|
& > .u-row {
|
||||||
|
height: 100%;
|
||||||
|
|
||||||
|
.left {
|
||||||
|
width: 522px;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
|
||||||
|
& > img {
|
||||||
|
width: 96px;
|
||||||
|
height: 96px;
|
||||||
|
}
|
||||||
|
|
||||||
|
& > span {
|
||||||
|
font-size: 32px;
|
||||||
|
color: #333333;
|
||||||
|
display: inline-block;
|
||||||
|
line-height: 44px;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
overflow-x: hidden;
|
||||||
|
white-space: nowrap;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.right-arrow {
|
& > span {
|
||||||
width: 16px;
|
font-size: 28px;
|
||||||
height: 16px;
|
color: #999999;
|
||||||
border-top: 5px solid #CCCCCC;
|
|
||||||
border-right: 5px solid #CCCCCC;
|
|
||||||
transform: rotate(45deg);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.footer {
|
.active {
|
||||||
|
background-color: #F3F6F9;
|
||||||
|
}
|
||||||
|
|
||||||
|
.name {
|
||||||
|
font-size: 32px;
|
||||||
|
font-weight: 400;
|
||||||
|
color: #333333;
|
||||||
|
}
|
||||||
|
|
||||||
|
.wrap {
|
||||||
height: 112px;
|
height: 112px;
|
||||||
width: 100%;
|
|
||||||
position: fixed;
|
|
||||||
left: 0;
|
|
||||||
bottom: 0;
|
|
||||||
background-color: #FFFFFF;
|
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
position: relative;
|
||||||
|
|
||||||
& > div {
|
&:after {
|
||||||
|
content: "";
|
||||||
|
position: absolute;
|
||||||
|
right: 0;
|
||||||
|
bottom: 0;
|
||||||
|
width: 622px;
|
||||||
|
height: 2px;
|
||||||
|
background-color: rgba(216, 221, 230, 0.5);
|
||||||
|
}
|
||||||
|
|
||||||
|
& > label {
|
||||||
|
width: 80px;
|
||||||
|
height: 80px;
|
||||||
|
border-radius: 50%;
|
||||||
|
background-color: #4E8EEE;
|
||||||
font-size: 28px;
|
font-size: 28px;
|
||||||
color: #666666;
|
font-weight: 600;
|
||||||
display:flex;
|
|
||||||
flex-direction: column;
|
|
||||||
|
|
||||||
& > img {
|
|
||||||
width: 48px;
|
|
||||||
height: 48px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
& > div:nth-child(1), & > div:nth-child(2) {
|
|
||||||
width: 135px;
|
|
||||||
height: 100%;
|
|
||||||
display: flex;
|
|
||||||
align-items: center;
|
|
||||||
justify-content: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
& > div:last-child {
|
|
||||||
width: calc(100% - 270px);
|
|
||||||
height: 100%;
|
|
||||||
color: #FFFFFF;
|
color: #FFFFFF;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
background-color: #1365DD;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
& > label {
|
|
||||||
font-size: 36px;
|
|
||||||
font-weight: 400;
|
|
||||||
color: #999999;
|
|
||||||
}
|
|
||||||
|
|
||||||
/*img {*/
|
|
||||||
/* width: 158px;*/
|
|
||||||
/* height: 104px;*/
|
|
||||||
/* position: absolute;*/
|
|
||||||
/* right: 0;*/
|
|
||||||
/* top: 0;*/
|
|
||||||
/*}*/
|
|
||||||
}
|
|
||||||
|
|
||||||
.cancel {
|
|
||||||
color: #ffffff;
|
|
||||||
font-size: 36px;
|
|
||||||
background-color: #005DFF
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.item-wrap {
|
||||||
|
height: 112px;
|
||||||
|
padding: 0 32px;
|
||||||
|
|
||||||
|
.u-row {
|
||||||
|
height: 100%;
|
||||||
|
|
||||||
|
& > span {
|
||||||
|
font-size: 32px;
|
||||||
|
font-weight: 400;
|
||||||
|
color: #333333;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.right {
|
||||||
|
font-size: 28px;
|
||||||
|
color: #999999;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
|
||||||
|
em {
|
||||||
|
font-style: normal;
|
||||||
|
color: #1365DD;
|
||||||
|
}
|
||||||
|
|
||||||
|
.right-arrow {
|
||||||
|
width: 16px;
|
||||||
|
height: 16px;
|
||||||
|
border-top: 5px solid #CCCCCC;
|
||||||
|
border-right: 5px solid #CCCCCC;
|
||||||
|
transform: rotate(45deg);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.footer {
|
||||||
|
height: 112px;
|
||||||
|
width: 100%;
|
||||||
|
position: fixed;
|
||||||
|
left: 0;
|
||||||
|
bottom: 0;
|
||||||
|
background-color: #FFFFFF;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
|
||||||
|
& > div {
|
||||||
|
font-size: 28px;
|
||||||
|
color: #666666;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
|
||||||
|
& > img {
|
||||||
|
width: 48px;
|
||||||
|
height: 48px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
& > div:nth-child(1), & > div:nth-child(2) {
|
||||||
|
width: 135px;
|
||||||
|
height: 100%;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
& > div:last-child {
|
||||||
|
width: calc(100% - 270px);
|
||||||
|
height: 100%;
|
||||||
|
color: #FFFFFF;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
background-color: #1365DD;
|
||||||
|
}
|
||||||
|
|
||||||
|
& > label {
|
||||||
|
font-size: 36px;
|
||||||
|
font-weight: 400;
|
||||||
|
color: #999999;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*img {*/
|
||||||
|
/* width: 158px;*/
|
||||||
|
/* height: 104px;*/
|
||||||
|
/* position: absolute;*/
|
||||||
|
/* right: 0;*/
|
||||||
|
/* top: 0;*/
|
||||||
|
/*}*/
|
||||||
|
}
|
||||||
|
|
||||||
|
.cancel {
|
||||||
|
color: #ffffff;
|
||||||
|
font-size: 36px;
|
||||||
|
background-color: #005DFF
|
||||||
|
}
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user