| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114 |
- @charset "UTF-8";
- /***
- 全局scss 变量和方法 存放处
- */
- /* 引入minxin */
- /* 颜色变量 */
- /*图片地址*/
- /* 行为相关颜色 */
- /* 文字基本颜色 */
- /* 背景颜色 */
- /* 边框颜色 */
- /* 尺寸变量 */
- /* 文字尺寸 */
- /* 图片尺寸 */
- /* Border Radius */
- /* 水平间距 */
- /* 垂直间距 */
- /* 透明度 */
- /* 文章场景相关 */
- .order-item-view.data-v-7d35af61 {
- padding: 30rpx;
- margin-bottom: 20rpx;
- width: 100%;
- background-color: #fff;
- }
- .order-item-view .item-header.data-v-7d35af61 {
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-pack: justify;
- -webkit-justify-content: space-between;
- justify-content: space-between;
- -webkit-box-align: center;
- -webkit-align-items: center;
- align-items: center;
- margin-bottom: 20rpx;
- }
- .order-item-view .item-header .title.data-v-7d35af61 {
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-align: center;
- -webkit-align-items: center;
- align-items: center;
- -webkit-box-flex: 1;
- -webkit-flex: 1;
- flex: 1;
- }
- .order-item-view .item-header .title .icon.data-v-7d35af61 {
- margin-right: 20rpx;
- width: 50rpx;
- height: 50rpx;
- border-radius: 25rpx;
- border-radius: 50%;
- }
- .order-item-view .item-header .title .name.data-v-7d35af61 {
- font-size: 32rpx;
- font-weight: 600;
- color: #333333;
- }
- .order-item-view .item-header .status.data-v-7d35af61 {
- -webkit-flex-shrink: 0;
- flex-shrink: 0;
- color: #3385FF;
- }
- .order-item-view .item-main.data-v-7d35af61 {
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-align: end;
- -webkit-align-items: flex-end;
- align-items: flex-end;
- }
- .order-item-view .item-main .item-info.data-v-7d35af61 {
- -webkit-box-flex: 1;
- -webkit-flex: 1;
- flex: 1;
- font-size: 26rpx;
- }
- .order-item-view .item-main .item-info .info-row.data-v-7d35af61 {
- margin-top: 12rpx;
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-align: center;
- -webkit-align-items: center;
- align-items: center;
- }
- .order-item-view .item-main .item-info .info-label.data-v-7d35af61 {
- font-weight: 400;
- color: #999999;
- }
- .order-item-view .item-main .item-info .info-value.data-v-7d35af61 {
- font-weight: 400;
- color: #333333;
- }
- .order-item-view .item-main .item-price.data-v-7d35af61 {
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-align: center;
- -webkit-align-items: center;
- align-items: center;
- -webkit-flex-shrink: 0;
- flex-shrink: 0;
- font-size: 30rpx;
- font-weight: 600;
- color: #333333;
- }
- .order-item-view .item-main .item-price .iconfont.data-v-7d35af61 {
- font-size: 28rpx;
- color: #999999;
- }
|