123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162 |
- @charset "UTF-8";
- /**
- * 这里是uni-app内置的常用样式变量
- *
- * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
- * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
- *
- */
- /**
- * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
- *
- * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
- */
- /* 颜色变量 */
- /* 行为相关颜色 */
- /* 文字基本颜色 */
- /* 背景颜色 */
- /* 边框颜色 */
- /* 尺寸变量 */
- /* 文字尺寸 */
- /* 图片尺寸 */
- /* Border Radius */
- /* 水平间距 */
- /* 垂直间距 */
- /* 透明度 */
- /* 文章场景相关 */
- .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 ._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;
- }
- .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;
- }
|