| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118 |
- @charset "UTF-8";
- /***
- 全局scss 变量和方法 存放处
- */
- /* 引入minxin */
- /* 颜色变量 */
- /*图片地址*/
- /* 行为相关颜色 */
- /* 文字基本颜色 */
- /* 背景颜色 */
- /* 边框颜色 */
- /* 尺寸变量 */
- /* 文字尺寸 */
- /* 图片尺寸 */
- /* Border Radius */
- /* 水平间距 */
- /* 垂直间距 */
- /* 透明度 */
- /* 文章场景相关 */
- .order-page .order_list.data-v-66dc4186 {
- height: 100%;
- background: #f0f2f6;
- padding: 0 0 20rpx;
- margin-bottom: 100rpx;
- padding-top: 4rpx;
- }
- .order-page .order_list .list_item.data-v-66dc4186 {
- margin: 20rpx 0 0;
- position: relative;
- height: 210rpx;
- width: 100vw;
- background: #fff;
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-align: center;
- -webkit-align-items: center;
- align-items: center;
- }
- .order-page .order_list .list_item .dist.data-v-66dc4186 {
- position: absolute;
- top: 0rpx;
- left: 0rpx;
- width: 110rpx;
- text-align: center;
- height: 30rpx;
- background: #ecebeb;
- font-size: 22rpx;
- color: white;
- }
- .order-page .order_list .list_item .cg-button.data-v-66dc4186 {
- display: inline-block;
- font-size: 28rpx;
- color: white;
- border: 1rpx solid #3385FF;
- border-radius: 70rpx;
- padding: 15rpx 35rpx;
- position: absolute;
- top: 60rpx;
- right: 70rpx;
- background: #3385FF;
- }
- .order-page .order_list .list_item > .store_name.data-v-66dc4186 {
- margin-left: 30rpx;
- width: 700rpx;
- display: block;
- }
- .order-page .order_list .list_item > .store_name image.data-v-66dc4186 {
- width: 48rpx;
- height: 48rpx;
- border-radius: 60rpx;
- float: left;
- }
- .order-page .order_list .list_item > .store_name > .store_title.data-v-66dc4186 {
- margin-bottom: 58rpx;
- margin-left: 10rpx;
- width: 400rpx;
- white-space: nowrap;
- text-overflow: ellipsis;
- overflow: hidden;
- word-break: break-all;
- font-size: 36rpx;
- font-weight: 700;
- color: #333;
- display: inline-block;
- }
- .order-page .order_list .list_item > .store_name > .accumulative.data-v-66dc4186 {
- font-size: 26rpx;
- color: #999;
- }
- .order-page .order_list .list_item > .store_btn.data-v-66dc4186 {
- position: absolute;
- top: 140rpx;
- left: 0rpx;
- }
- .order-page .order_list .list_item > .store_btn > .btn_entrance.data-v-66dc4186 {
- display: inline-block;
- font-size: 26rpx;
- color: #666666;
- padding: 10rpx 20rpx;
- margin-left: 10rpx;
- text-decoration: underline;
- }
- .order-page .order_list .list_item .fl_line.data-v-66dc4186 {
- position: absolute;
- top: 120rpx;
- left: 40rpx;
- font-size: 23rpx;
- color: red;
- }
- .order-page .order_list .list_item .fl_line text.data-v-66dc4186 {
- margin-right: 40rpx;
- }
- .order-page .pay_list.data-v-66dc4186 {
- padding-top: 20rpx;
- background-color: #f0f2f6;
- }
|