| | |
| | | body { |
| | | background-color: #eff0f1; |
| | | /* background-color: #DDDDDD; */ |
| | | } |
| | | |
| | | |
| | | .body { |
| | | min-height: 600px; |
| | | margin-top: 0px; |
| | | position: relative; |
| | | } |
| | | |
| | | .van-nav-bar__content { |
| | | background-color: #2651d8; |
| | | height: 44px; |
| | | } |
| | | |
| | | .van-nav-bar__title { |
| | | color: #fff; |
| | | letter-spacing: 2px; |
| | | } |
| | | |
| | | |
| | | .vanFieldInput { |
| | | height: 36px; |
| | | line-height: 36px; |
| | | align-items: center; |
| | | border: 1px solid #ddd !important; |
| | | border-radius: 5px; |
| | | padding: 0; |
| | | padding-left: 10px; |
| | | margin: 5px 0; |
| | | } |
| | | .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; |
| | | } |
| | | |
| | | .vanButtonInfo { |
| | | width: 100%; |
| | | letter-spacing: 2px; |
| | | height: 50px; |
| | | border-radius: 5px; |
| | | font-size: 18px; |
| | | margin-bottom: 2px; |
| | | } |
| | | |
| | | .buttonSmall { |
| | | border-radius: 5px; |
| | | } |
| | | |
| | | .van-nav-bar__arrow { |
| | | color: #fff !important; |
| | | } |
| | | |
| | | .head { |
| | | background-color: aliceblue; |
| | | /* background-color: aliceblue; */ |
| | | background-color: #fff; |
| | | padding-top: 10px; |
| | | padding-bottom: 10px; |
| | | margin: 5px 8px; |
| | | display: flex; |
| | | flex-direction: column; |
| | | border-radius: 10px; |
| | | } |
| | | |
| | | .head_block { |
| | |
| | | width: 5px; |
| | | height: 20px; |
| | | background-color: red; |
| | | margin-left: 5px; |
| | | } |
| | | |
| | | .head_title { |
| | |
| | | .center_title{ |
| | | font-weight: bolder; |
| | | } |
| | | |
| | | .center_border { |
| | | border: 1px solid #ccc; |
| | | min-height: 50px; |
| | |
| | | .footer { |
| | | position: fixed; |
| | | bottom: 0; |
| | | background-color: aliceblue; |
| | | background-color: #fff; |
| | | border-radius: 10px; |
| | | min-height: 100px; |
| | | padding-top: 10px; |
| | | margin: 5px 8px 0; |
| | |
| | | display: flex; |
| | | flex-direction: column; |
| | | } |
| | | |
| | | |
| | | .sacnBody { |
| | | display: flex; |
| | | flex-direction: column; |
| | | } |
| | | |
| | | .scanImg { |
| | | width: 128px; |
| | | height: 128px; |
| | | border-radius: 50%; |
| | | margin: 200px auto 20px; |
| | | background: url(".././static/images/scan.png") no-repeat; |
| | | box-shadow: #436df5 0px 0px 28px; |
| | | } |
| | | |
| | | .scanText { |
| | | margin: auto; |
| | | color: #000ccc; |
| | | } |