123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183 |
- @charset "UTF-8";
- /**
- * 下方引入的为uView UI的集成样式文件,为scss预处理器,其中包含了一些"u-"开头的自定义变量
- * 使用的时候,请将下面的一行复制到您的uniapp项目根目录的uni.scss中即可
- * uView自定义的css类名和scss变量,均以"u-"开头,不会造成冲突,请放心使用
- */
- page.data-v-8d2b93aa {
- position: relative;
- background-color: #eeeeee;
- }
- .enptyStatus.data-v-8d2b93aa {
- display: flex;
- justify-content: center;
- align-items: center;
- flex-direction: column;
- padding: 30px 10px;
- }
- .enptyStatus image.data-v-8d2b93aa {
- width: 120px;
- height: 150px;
- margin-top: 80px;
- }
- .enptyStatus .words.data-v-8d2b93aa {
- color: #ffae21;
- font-size: 18px;
- padding-top: 16px;
- }
- .add.data-v-8d2b93aa {
- position: fixed;
- bottom: 75px;
- right: 15px;
- text-align: center;
- z-index: 6;
- }
- .add .add-buttom.data-v-8d2b93aa {
- width: 36px;
- height: 36px;
- background: #6A6A6A;
- display: inline-block;
- text-align: center;
- line-height: 36px;
- opacity: 1;
- border-radius: 50%;
- }
- .add .add-tips.data-v-8d2b93aa {
- font-size: 10px;
- font-family: PingFang SC;
- font-weight: bold;
- line-height: 14px;
- color: #292929;
- opacity: 1;
- margin-top: 3px;
- }
- .active.data-v-8d2b93aa {
- position: relative;
- height: 100%;
- }
- .active .top.data-v-8d2b93aa {
- height: 132px;
- background-image: url(/static/images/active-bg.png);
- background-size: 100%;
- background-repeat: no-repeat;
- }
- .active .tab.data-v-8d2b93aa {
- display: flex;
- align-items: center;
- width: 80%;
- margin: 0 auto;
- }
- .active .tab .item.data-v-8d2b93aa,
- .active .tab .active-item.data-v-8d2b93aa {
- margin-top: 17px;
- font-size: 18px;
- font-family: PingFang SC;
- font-weight: bold;
- line-height: 20px;
- color: rgba(113, 113, 113, 0.43);
- opacity: 0.43;
- opacity: 1;
- flex: 1;
- text-align: center;
- }
- .active .tab .item view.data-v-8d2b93aa,
- .active .tab .active-item view.data-v-8d2b93aa {
- display: block;
- }
- .active .tab .item .week.data-v-8d2b93aa,
- .active .tab .active-item .week.data-v-8d2b93aa {
- padding-bottom: 12px;
- }
- .active .tab .item .line.data-v-8d2b93aa,
- .active .tab .active-item .line.data-v-8d2b93aa {
- width: 48px;
- height: 4px;
- background: #D12727;
- opacity: 1;
- border-radius: 1px;
- display: block;
- margin: 0 auto;
- }
- .active .tab .active-item.data-v-8d2b93aa {
- font-size: 18px;
- font-family: PingFang SC;
- font-weight: bold;
- line-height: 20px;
- color: #D12727;
- }
- .active .tab .active-item .week.data-v-8d2b93aa {
- padding-bottom: 8px;
- }
- .active .list.data-v-8d2b93aa {
- padding: 20px 16px;
- }
- .active .list .list-item.data-v-8d2b93aa {
- background: #FFFFFF;
- opacity: 1;
- border-radius: 12px;
- padding: 20px 10px;
- position: relative;
- display: flex;
- align-items: center;
- margin-bottom: 20px;
- }
- .active .list .list-item .tips.data-v-8d2b93aa {
- position: absolute;
- width: 52px;
- height: 21px;
- text-align: center;
- line-height: 21px;
- background: #FD6738;
- top: 0;
- right: 0;
- opacity: 1;
- border-radius: 0px 12px 0px 12px;
- font-size: 12px;
- font-family: PingFang SC;
- font-weight: bold;
- color: #FFFFFF;
- }
- .active .list .list-item .image.data-v-8d2b93aa {
- flex: 0 0 60px;
- width: 60px;
- height: 60px;
- margin-right: 6px;
- background-position: center;
- background-repeat: no-repeat;
- background-size: cover;
- }
- .active .list .list-item .right.data-v-8d2b93aa {
- flex: 1;
- }
- .active .list .list-item .right .title.data-v-8d2b93aa {
- width: 220px;
- font-size: 16px;
- font-family: PingFang SC;
- font-weight: bold;
- line-height: 20px;
- color: #282828;
- overflow: hidden;
- opacity: 1;
- white-space: nowrap;
- /*设置不换行*/
- overflow: hidden;
- /*设置隐藏*/
- text-overflow: ellipsis;
- /*设置隐藏部分为省略号*/
- }
- .active .list .list-item .right .text.data-v-8d2b93aa {
- font-size: 13px;
- font-family: PingFang SC;
- font-weight: 400;
- line-height: 20px;
- color: rgba(40, 40, 40, 0.47);
- margin-top: 3px;
- }
- .active .list .list-item .right .time.data-v-8d2b93aa {
- font-size: 10px;
- font-family: PingFang SC;
- font-weight: 400;
- line-height: 20px;
- color: rgba(40, 40, 40, 0.47);
- }
|