123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184 |
- @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;
- }
- .box.data-v-92bb8f34 {
- border-radius: 18rpx;
- }
- .box .rule-area.data-v-92bb8f34 {
- background-color: rgba(255, 255, 255, 0.6);
- z-index: 2;
- flex-shrink: 0;
- border-radius: 18rpx;
- box-shadow: 0 1rpx 8rpx 0 rgba(0, 0, 0, 0.2);
- padding: 16rpx;
- }
- .box .rule-area .notice.data-v-92bb8f34 {
- display: flex;
- flex-direction: row;
- font-size: 36rpx;
- font-weight: bolder;
- padding-bottom: 10rpx;
- align-items: center;
- border-bottom: 1px solid rgba(0, 0, 0, 0.3);
- }
- .box .rule-area .notice ._i.data-v-92bb8f34 {
- margin-right: 10rpx;
- font-size: 36rpx;
- color: orange;
- }
- .box .rule-area ._ul.data-v-92bb8f34 {
- -webkit-animation-name: ruleArea-data-v-92bb8f34;
- animation-name: ruleArea-data-v-92bb8f34;
- -webkit-animation-duration: 0.5s;
- animation-duration: 0.5s;
- }
- .box .rule-area ._li.data-v-92bb8f34 {
- padding: 10rpx 0;
- width: 100%;
- overflow: hidden;
-
- white-space: nowrap;
-
- text-overflow: ellipsis;
-
- display: flex;
- align-items: center;
- }
- .box .rule-area ._li ._i.data-v-92bb8f34 {
- padding-right: 10rpx;
- color: #2979ff;
- }
- .box .rule-area.data-v-92bb8f34:nth-child(2) {
- margin-top: 24rpx;
- }
- .box .rule-area:nth-child(2) ._i.data-v-92bb8f34 {
- color: #19be6b;
- }
- .box .rule-area:nth-child(2) ._li.data-v-92bb8f34 {
- display: flex;
- justify-content: space-between;
- }
- .box .rule-area:nth-child(2) ._li.data-v-92bb8f34:first-child {
- padding-top: 10rpx;
- }
- @-webkit-keyframes ruleArea-data-v-92bb8f34 {
- from {
- max-height: 0;
- }
- to {
- max-height: 400rpx;
- }
- }
- @keyframes ruleArea-data-v-92bb8f34 {
- from {
- max-height: 0;
- }
- to {
- max-height: 400rpx;
- }
- }
- .borrow-area_bck.data-v-92bb8f34 {
- flex-shrink: 0;
- margin-bottom: 20rpx;
- height: 120rpx;
- }
- .borrow-area_bck .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: rgba(21, 184, 88, 0.9);
- box-shadow: 0 2rpx 8rpx 2rpx rgba(0, 0, 0, 0.4);
- 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;
- -webkit-box-reflect: below 10rpx -webkit-linear-gradient(transparent, transparent 75%, rgba(255, 255, 255, 0.3));
- }
- .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;
- }
|