App-Android(使用App+htnl5框架,解决消息推送兼容SignalR问题)
loulijun2021
2022-10-09 2b8231f5da82c56c3315d1cf5b126688ea3d501e
css/global.css
@@ -20,6 +20,11 @@
   letter-spacing: 2px;
}
.van-nav-bar__right {
   padding: 0;
   margin-right: 16px;
}
.vanFieldInput {
   height: 36px;
@@ -33,14 +38,13 @@
}
.vanFieldInputArea {
   height: 72px;
   line-height: 24px;
   align-items: center;
   border: 1px solid #ddd !important;
   border-radius: 5px;
   padding: 0;
   padding-left: 10px;
   margin: 5px 0;
   min-height: 73px;
}
.van-field__control {
   padding: 0 10px;
}
.vanButtonInfo {
@@ -163,6 +167,25 @@
   box-shadow: #436df5 0px 0px 28px;
}
.box {
   width: 128px;
   height: 128px;
   margin: 200px auto 20px;
   background-color: #436df5;
   border-radius: 50%;
   box-shadow: #436df5 0px 0px 28px;
   display: flex;
   align-items: center;
   justify-content: center;
}
.boxImg {
   width: 100px;
   height: 100px;
   border-radius: 50%;
   background: #436df5 url(".././static/images/box1.png") no-repeat;
}
.scanText {
   margin: auto;
   color: #000ccc;
@@ -175,6 +198,7 @@
   line-height:21px;
   position:unset;
}
.van-cell__title{
   margin-left: 20px;
}