|
- camera {
- position: absolute;
- width: 100vw;
- height: 100vh;
- z-index: 10;
- }
-
- #capture {
- position: absolute;
- left: 750rpx;
- }
-
- #overlay {
- position: absolute;
- top: 0;
- left: 0;
- width: 100vw;
- height: 100vh;
- background: rgba(63, 63, 63, 0.6);
- z-index: 30;
- }
-
- #overlay-top {
- position: absolute;
- margin: 60rpx 44rpx 0 54rpx;
- left: 0;
- right: 0;
- }
-
- #title {
- position: absolute;
- font-size: 36rpx;
- font-family: PingFangSC-Medium, PingFang SC, serif;
- font-weight: 500;
- color: #FFFFFF;
- line-height: 46rpx;
- }
-
- #logo {
- position: absolute;
- top: 0;
- right: 0;
- width: 178rpx;
- height: 54rpx;
- }
-
- #desc {
- position: absolute;
- top: 106rpx;
- font-size: 28rpx;
- font-family: PingFangSC-Medium, PingFang SC, serif;
- font-weight: 500;
- color: #FFFFFF;
- line-height: 46rpx;
- }
-
- #overlay-bottom {
- position: absolute;
- width: 540rpx;
- left: 0;
- right: 0;
- bottom: 0;
- margin: 0 auto;
- }
-
- #loading {
- position: absolute;
- width: fit-content;
- height: fit-content;
- left: 0;
- right: 0;
- top: 0;
- bottom: 0;
- margin: auto;
- z-index: 40;
- }
- #logoscan1,#logoscan2,#logoscan3{
- position: fixed;
- width: 200rpx;
- height: 100rpx;
- z-index: 40;
- }
- .logoscan1{
- top: 30rpx;
- left: 30rpx;
- width: 150rpx !important;
- height: 80rpx !important;
- }
- .logoscan2{
- top: 46rpx;
- left: 220rpx;
- }
- .logoscan3{
- top: 46rpx;
- left: 470rpx;
- }
-
- .primary-button {
- width: 540rpx;
- height: 112rpx;
- margin-top: 22rpx;
- text-align: center;
-
- font-size: 32rpx;
- font-family: PingFangSC-Medium, PingFang SC, serif;
- font-weight: 500;
- color: #FFFFFF;
- line-height: 112rpx;
- }
-
- .secondary-button {
- width: 540rpx;
- height: 80rpx;
- margin-top: 22rpx;
- text-align: center;
-
- font-size: 24rpx;
- font-family: PingFangSC-Medium, PingFang SC, serif;
- font-weight: 500;
- color: #EDEDED;
- line-height: 80rpx;
- }
-
- #content {
- position: absolute;
- left: 0;
- top: 0;
- bottom: 0;
- right: 0;
- margin: auto;
- width: fit-content;
- height: fit-content;
- z-index: 20;
- }
-
- #select {
- position: absolute;
- bottom: 210rpx;
- right: 0;
- z-index: 20;
- }
- .select {
- width: 180rpx;
- height: 88rpx;
- color: white;
- line-height: 88rpx;
- text-align: center;
- margin-top: 20rpx;
- border-top-left-radius: 10rpx;
- border-bottom-left-radius: 10rpx;
-
- font-size: 28rpx;
- font-family: PingFangSC-Medium, PingFang SC, serif;
- font-weight: 500;
-
- box-shadow: 0 4rpx 8rpx 0 rgba(0, 0, 0, 0.5);
- background: linear-gradient(90deg, #EEA167 0%, #F97605 50%, #EEA167 100%);
- }
- .selected {
- color: black;
- background: linear-gradient(90deg, #ABABAB 0%, #D6D6D6 50%, #ABABAB 100%);
- }
- .toast{
- height: 70rpx;
- line-height: 70rpx;
- font-size: 28rpx;
- color: #fff;
- background-color: rgba(0, 0, 0, 0.7);
- border-radius: 8rpx;
- margin: 300rpx auto 0;
- padding: 0 20rpx;
- }
|