<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#app {
  font-size: 14px;
  padding-bottom: 30px;
}
.banner img {
  width: 100%;
}
.content {
  width: calc(100% - 28px);
  padding: 14px;
  border-radius: 10px 10px 0 0 ;
  transform: translateY(-14px);
  background: #fff;
}
.content &gt; div {
  margin-bottom: 14px;
}
.halls span {
  margin-right: 14px;
}
.user-info {
  background: #F2F6FD;
  border-radius: 10px;
  padding: 8px 16px;
  display: flex;
  align-items: center;
  position: relative;
}
.user-info .avatar {
  height: 30px;
  background: #fac;
  border-radius: 50%;
  margin-right: 10px;
}
.user-info .login {
  position: absolute;
  right: 16px;
  top: 13px;
  color: #459CFE;
}
.orders {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.orders .item {
  width: calc(33.33% - 8px);
  padding: 8px 14px;
  border-radius: 10px;
  box-sizing: border-box;
  font-size: 14px;
  height: 28.5vw;
}
.orders .item &gt; div {
  margin-top: 16px;
}
.orders .item a {
  font-size: 12px;
  display: inline-block;
  color: #fff;
  border-radius: 40px;
  padding: 3px 9px;
  margin-top: 40px;
}
.orders .item:nth-child(1) {
  background-image: url(../img/index/bumen.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  color: #2892FC;
}
.orders .item:nth-child(1) a {
  background: #2892FC;
}
.orders .item:nth-child(2) {
  background-image: url(../img/index/yewu.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  color: #F46A76;
}
.orders .item:nth-child(2) a {
  background: #F46A76;
}
.orders .item:nth-child(3) {
  background-image: url(../img/index/shuoming.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  color: #FE913A;
}
.orders .item:nth-child(3) a {
  background: #FE913A;
}
.infos {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.infos .item {
  width: calc(50% - 10px);
  background: #fee;
  padding: 10px;
  border-radius: 10px;
  box-sizing: border-box;
  font-size: 14px;
  height: 20.5vw;
}
.infos .item &gt; div {
  color: #000;
}
.infos .item a {
  font-size: 12px;
  display: inline-block;
  border: 1px solid #459CFE;
  color: #459CFE;
  border-radius: 40px;
  padding: 3px 9px;
  margin-top: 20px;
}
.infos .item:nth-child(1) {
  background-image: url(../img/index/datingjianjie.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  color: #2892FC;
}
.infos .item:nth-child(2) {
  background-image: url(../img/index/chengchezhiyin.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  color: #F46A76;
}
.work-time {
  padding: 14px 8px;
  border-radius: 10px;
  box-shadow: 0 0 14px 0px rgba(85, 132, 179, 0.2);
  line-height: 1.8;
  font-size: 14px;
}
.work-time .name {
  margin-bottom: 10px;
}
</pre></body></html>