<template>
  <div id="app">
    <router-view />
  </div>
</template>

<script>
export default {
  name: 'App'
}

</script>

<style>
.van-list__finished-text {
  width: 100% !important;
}
.van-list__loading {
  width: 100% !important;
}
body,
html {
  overflow-x: hidden;
}
#app {
  width: 100%;
  height: 100%;
}
.nodata {
  color: #999;
  font-size: 0.28rem;
  text-align: center;
  margin: 1.5rem auto 0;
}
* {
  margin: 0;
  padding: 0;
}
body,
html {
  height: 100%;
  padding: 0;
  margin: 0;
  background: #f9f9f9;
}
img {
  width: 100%;
  height: 100%;
}
.yourow {
  width: 0.21rem;
  height: 0.21rem;
  font-size: 0;
}
/* 底部按钮 */
.kaishilu {
  width: 100%;
  height: 0.88rem;
  background: linear-gradient(135deg, #87bd87 1%, #4a834a);
  border-radius: 0.04rem;
  color: #fff;
  font-size: 0.32rem;
  text-align: center;
  line-height: 0.88rem;
  position: fixed;
  bottom: 0;
  left: 0;
}
textarea {
  border: none;
  outline: none;
  width: 100%;
  height: 100%;
  background: transparent;
}
/* 搜索框
 */
.searchhead {
  width: 100%;
  padding: 0.2rem 0.32rem;
  box-sizing: border-box;
  background: #fff;
}
.searchimg {
  width: 0.3rem;
  height: 0.28rem;
  font-size: 0;
  margin-right: 0.11rem;
}
.searchbox {
  width: 6.96rem;
  height: 0.68rem;
  background: #f7f8fa;
  border-radius: 0.04rem;
  margin: 0 auto;
  padding: 0.16rem;
  box-sizing: border-box;
}
::-webkit-input-placeholder {
  color: #b5bfba;
}
.searchtext {
  height: 0.68rem;
  color: #b5bfba;
  font-size: 0.28rem;
}

.flex {
  display: flex;
}

.flexone {
  display: flex;
  align-items: center;
}

.flextwo {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.flexthree {
  display: flex;
  align-items: center;
  justify-content: center;
}

.flexfour {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.flexfive {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
}
.flexsix {
  display: flex;

  align-items: center;
  justify-content: space-around;
}
.flexseven {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.register {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
}
input {
  width: 100%;
  background: transparent;
  border: none;
  outline: none;
}

/* 消息列表 */
.send {
  width: 1.14rem;
  height: 0.6rem;
  background: #599158;
  border-radius: 0.04rem;
  color: #fff;
  font-size: 0.32rem;
  text-align: center;
  line-height: 0.6rem;
  margin-left: 0.16rem;
}
.messagelist {
  padding: 0.54rem 0.32rem;
  box-sizing: border-box;
  margin-bottom: 1.2rem;
  margin-top: 0.6rem;
  margin-bottom: 1.2rem;
}
.messageitemleft {
  width: 1rem;
  height: 1rem;
  font-size: 0;
  border-radius: 50%;
  flex: 0 0 auto;
}
.messageitemleft img {
  border-radius: 50%;
}
.messageitemleftk {
  width: 1rem;
  height: 1rem;
  font-size: 0;
  border-radius: 50%;
  margin-left: 0.35rem;
}
.messageitemleftk img {
  border-radius: 50%;
}
.messagecontent {
  padding: 0.22rem 0.4rem;
  box-sizing: border-box;

  background: #ffffff;
  border-radius: 0 0.24rem 0.24rem 0.24rem;
  box-shadow: 0 0.06rem 0.12rem 0 rgba(0, 0, 0, 0.08);
  color: #06121f;
  font-size: 0.32rem;
}
.messagecontentk {
  padding: 0.22rem 0.4rem;
  background: #ffffff;
  border-radius: 0.24rem 0 0.24rem 0.24rem;
  box-shadow: 0 0.06rem 0.12rem 0 rgba(0, 0, 0, 0.08);
  color: #06121f;
  font-size: 0.32rem;
}
.messageitemright {
  margin-left: 0.274rem;
}
.messagedate {
  color: #bdc4ce;
  font-size: 0.22rem;
  margin-top: 0.1rem;
  text-align: right;
}
.messageitem {
  margin-bottom: 0.74rem;
}
.messageitemk {
  justify-content: flex-end;
}
.messagebot {
  width: 100%;
  height: 1rem;
  background: #f9f9f9;
  padding: 0.16rem 0.32rem;
  box-sizing: border-box;
  position: fixed;
  left: 0;
  bottom: 0;
}
.writermessage {
  width: 4.84rem;
  height: 0.68rem;
  background: #fff;
  border-radius: 8px;
  margin-left: 0.25rem;
  color: #06121e;
  font-size: 0.28rem;
  display: flex;
}
.writermessage input {
  padding: 0 0.32rem;
  box-sizing: border-box;
}
.messagebotleft {
  width: 0.52rem;
  height: 0.52rem;
  font-size: 0;
}

/* 顶部 */
.sharetop {
  width: 100%;
  padding: 0.18rem 0.32rem;
  box-sizing: border-box;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
}
.leftrow {
  width: 0.44rem;
  height: 0.44rem;
  font-size: 0;
}
.sharemiddle {
  color: #02170b;
  font-size: 0.34rem;
}

.sharebtn {
  width: 0.34rem;
  height: 0.34rem;
  font-size: 0;
}
</style>