123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105 |
- @charset "UTF-8";
- /**
- * 下方引入的为uView UI的集成样式文件,为scss预处理器,其中包含了一些"u-"开头的自定义变量
- * 使用的时候,请将下面的一行复制到您的uniapp项目根目录的uni.scss中即可
- * uView自定义的css类名和scss变量,均以"u-"开头,不会造成冲突,请放心使用
- */
- .history.data-v-1a0ca80d {
- padding: 10px 15px;
- overflow: hidden;
- }
- .history .enptyStatus.data-v-1a0ca80d {
- display: flex;
- justify-content: center;
- align-items: center;
- flex-direction: column;
- padding: 30px 10px;
- }
- .history .enptyStatus image.data-v-1a0ca80d {
- width: 120px;
- height: 150px;
- margin-top: 100px;
- }
- .history .enptyStatus .words.data-v-1a0ca80d {
- color: #ffae21;
- font-size: 18px;
- padding-top: 18px;
- }
- .history .item.data-v-1a0ca80d {
- background: #F4F9FD;
- padding: 12px 10px;
- border-radius: 12px;
- display: flex;
- align-items: center;
- position: relative;
- margin-bottom: 10px;
- }
- .history .item .tips.data-v-1a0ca80d,
- .history .item .fail.data-v-1a0ca80d,
- .history .item .loading.data-v-1a0ca80d {
- position: absolute;
- padding: 0 5px;
- top: 0;
- right: 0;
- height: 20px;
- line-height: 20px;
- font-size: 11px;
- font-family: PingFang SC;
- font-weight: 400;
- line-height: 20px;
- color: #FFFFFF;
- border-radius: 12px 12px 0px 12px;
- }
- .history .item .tips.data-v-1a0ca80d {
- background: #3B7652;
- }
- .history .item .fail.data-v-1a0ca80d {
- background: #888888;
- }
- .history .item .loading.data-v-1a0ca80d {
- background: #f24a14;
- }
- .history .item .image.data-v-1a0ca80d {
- flex: 0 0 60px;
- height: 60px;
- width: 60px;
- margin-right: 6px;
- background-position: center;
- background-repeat: no-repeat;
- background-size: cover;
- }
- .history .item .right.data-v-1a0ca80d {
- flex: 1;
- width: 100%;
- margin-left: 5px;
- }
- .history .item .right .title.data-v-1a0ca80d {
- width: 70%;
- white-space: nowrap;
- /*设置不换行*/
- overflow: hidden;
- /*设置隐藏*/
- text-overflow: ellipsis;
- /*设置隐藏部分为省略号*/
- font-size: 16px;
- font-family: PingFang SC;
- font-weight: bold;
- line-height: 20px;
- color: #282828;
- opacity: 1;
- }
- .history .item .right .name.data-v-1a0ca80d {
- font-size: 13px;
- font-family: PingFang SC;
- font-weight: 400;
- line-height: 20px;
- color: rgba(40, 40, 40, 0.47);
- }
- .history .item .right .time.data-v-1a0ca80d {
- font-size: 10px;
- font-family: PingFang SC;
- font-weight: 400;
- line-height: 20px;
- color: rgba(40, 40, 40, 0.47);
- }
|