123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114 |
- @charset "UTF-8";
- .home.data-v-92bb8f34 {
- padding: 20rpx;
- display: flex;
- flex-direction: column;
- height: 100vh;
- box-sizing: border-box;
- }
- .search-area.data-v-92bb8f34 {
- margin-bottom: 20rpx;
- flex-shrink: 0;
- position: relative;
- }
- .search-area input.data-v-92bb8f34 {
- height: 76rpx;
- border: 2rpx solid #000;
- line-height: 76rpx;
- padding-left: 80rpx;
- }
- .search-area .iconfont.data-v-92bb8f34 {
- position: absolute;
- font-size: 40rpx;
- top: 20rpx;
- left: 16rpx;
- }
- .rule-area.data-v-92bb8f34 {
- flex-shrink: 0;
- }
- .rule-area .notice-li.data-v-92bb8f34 {
- display: flex;
- flex-direction: row;
- line-height: 200%;
- }
- .borrow-area.data-v-92bb8f34 {
- flex-shrink: 0;
- margin-bottom: 20rpx;
- height: 120rpx;
- }
- .borrow-area .notice-li.data-v-92bb8f34 {
- line-height: 200%;
- display: flex;
- flex-direction: row;
- justify-content: space-between;
- }
- .scan-area.data-v-92bb8f34 {
- flex-shrink: 1;
- height: 100%;
- position: relative;
- }
- .scan-area .scan-code.data-v-92bb8f34 {
- width: 280rpx;
- height: 280rpx;
- background-color: #000;
- color: #fff;
- border-radius: 50%;
- position: absolute;
- top: 50%;
- left: 50%;
- -webkit-transform: translate(-50%, -50%);
- transform: translate(-50%, -50%);
- display: flex;
- align-items: center;
- justify-content: center;
- text-align: center;
- flex-direction: column;
- font-size: 36rpx;
- }
- .scan-area .scan-code .iconfont.data-v-92bb8f34 {
- font-size: 80rpx;
- margin: 20rpx 0;
- }
- .scan-area .scan-mine.data-v-92bb8f34 {
- width: 80rpx;
- height: 80rpx;
- color: #505050;
- border-radius: 21px;
- line-height: 150%;
- box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.5);
- display: flex;
- align-items: center;
- justify-content: center;
- text-align: center;
- flex-direction: column;
- font-size: 36rpx;
- position: absolute;
- bottom: 20rpx;
- left: 20rpx;
- }
|