| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899 |
- @charset "UTF-8";
- /* 页面左右间距 */
- /* 文字尺寸 */
- /*文字颜色*/
- /* 边框颜色 */
- /*颜色*/
- /* 图片加载中颜色 */
- /* 行为相关颜色 */
- /* 功能栏字体大小 */
- /*功能栏左侧小图标*/
- .content.data-v-e33a6c8a {
- background-color: #fff;
- }
- .sq-item.data-v-e33a6c8a {
- height: 118rpx;
- border-top: 1px solid #F0F0F0;
- width: 690rpx;
- margin: auto;
- }
- .sq-item.data-v-e33a6c8a:first-of-type {
- border-top: none;
- }
- .order-item.data-v-e33a6c8a {
- padding: 20rpx 30rpx;
- line-height: 1.5;
- height: 118rpx;
- border-top: 1px solid #F0F0F0;
- width: 690rpx;
- margin: auto;
- }
- .order-item.data-v-e33a6c8a:first-of-type {
- border-top: none;
- }
- .order-item .title-box.data-v-e33a6c8a {
- width: 100%;
- }
- .order-item .title-box .title-avatar.data-v-e33a6c8a {
- flex-shrink: 0;
- width: 55rpx;
- height: 55rpx;
- margin-right: 25rpx;
- border-radius: 100%;
- }
- .order-item .title-box .title-avatar image.data-v-e33a6c8a {
- width: 100%;
- height: 100%;
- border-radius: 100%;
- }
- .order-item .title-box .list_tpl.data-v-e33a6c8a {
- width: 85%;
- }
- .order-item .title-box .list_tpl .title.data-v-e33a6c8a {
- display: flex;
- justify-content: flex-start;
- font-size: 32rpx;
- color: #606266;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- line-height: 1;
- text-align: center;
- }
- .order-item .title-box .list_tpl .title .title-name.data-v-e33a6c8a {
- max-width: 40%;
- }
- .order-item .title-box .list_tpl .title .dl.data-v-e33a6c8a {
- margin-left: 10rpx;
- width: 93rpx;
- height: 32rpx;
- border-radius: 16rpx;
- }
- .order-item .title-box .list_tpl .title .dl image.data-v-e33a6c8a {
- width: 93rpx;
- height: 32rpx;
- border-radius: 16rpx;
- }
- .order-item .title-box .list_tpl .title .class.data-v-e33a6c8a {
- display: inline-block;
- margin-left: 10rpx;
- padding: 6rpx;
- text-align: center;
- border: 1px solid #2e58ff;
- border-radius: 16rpx;
- font-size: 20rpx;
- font-family: PingFang SC;
- font-weight: 500;
- color: #2e58ff;
- }
- .order-item .title-box .list_tpl .time.data-v-e33a6c8a {
- font-size: 28rpx;
- color: #909399;
- }
- .order-item .money.data-v-e33a6c8a {
- width: 50%;
- text-align: right;
- color: #333;
- font-size: 32rpx;
- }
|