live-h5-audience 2.0.8 → 2.0.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (60) hide show
  1. package/CHANGELOG.md +95 -0
  2. package/README.md +28 -17
  3. package/dist/0.css +1 -0
  4. package/dist/1.css +1 -0
  5. package/dist/10.css +1 -0
  6. package/dist/3.css +1 -0
  7. package/dist/4.css +1 -0
  8. package/dist/5.css +1 -0
  9. package/dist/6.css +1 -0
  10. package/dist/7.css +1 -0
  11. package/dist/8.css +1 -0
  12. package/dist/9.css +1 -0
  13. package/dist/css/0.1773135798111.css +1 -0
  14. package/dist/css/1.1773135798111.css +1 -0
  15. package/dist/css/10.1773135798111.css +1 -0
  16. package/dist/css/3.1773135798111.css +1 -0
  17. package/dist/css/4.1773135798111.css +1 -0
  18. package/dist/css/5.1773135798111.css +1 -0
  19. package/dist/css/6.1773135798111.css +1 -0
  20. package/dist/css/7.1773135798111.css +1 -0
  21. package/dist/css/8.1773135798111.css +1 -0
  22. package/dist/css/9.1773135798111.css +1 -0
  23. package/dist/css/live-h5-audience.common.1773135798111.css +1 -0
  24. package/dist/css/live-h5-audience.umd.1773135798111.css +1 -0
  25. package/dist/css/live-h5-audience.umd.min.1773135798111.css +1 -0
  26. package/dist/live-h5-audience.common.0.js +1802 -0
  27. package/dist/live-h5-audience.common.1.js +243 -0
  28. package/dist/live-h5-audience.common.10.js +181 -0
  29. package/dist/live-h5-audience.common.3.js +13293 -0
  30. package/dist/live-h5-audience.common.4.js +748 -0
  31. package/dist/live-h5-audience.common.5.js +475 -0
  32. package/dist/live-h5-audience.common.6.js +364 -0
  33. package/dist/live-h5-audience.common.7.js +481 -0
  34. package/dist/live-h5-audience.common.8.js +340 -0
  35. package/dist/live-h5-audience.common.9.js +337 -0
  36. package/dist/live-h5-audience.common.js +4654 -83296
  37. package/dist/live-h5-audience.css +1 -31
  38. package/dist/live-h5-audience.umd.0.js +1802 -0
  39. package/dist/live-h5-audience.umd.1.js +243 -0
  40. package/dist/live-h5-audience.umd.10.js +181 -0
  41. package/dist/live-h5-audience.umd.3.js +13293 -0
  42. package/dist/live-h5-audience.umd.4.js +748 -0
  43. package/dist/live-h5-audience.umd.5.js +475 -0
  44. package/dist/live-h5-audience.umd.6.js +364 -0
  45. package/dist/live-h5-audience.umd.7.js +481 -0
  46. package/dist/live-h5-audience.umd.8.js +340 -0
  47. package/dist/live-h5-audience.umd.9.js +337 -0
  48. package/dist/live-h5-audience.umd.js +7946 -104872
  49. package/dist/live-h5-audience.umd.min.0.js +1 -0
  50. package/dist/live-h5-audience.umd.min.1.js +1 -0
  51. package/dist/live-h5-audience.umd.min.10.js +1 -0
  52. package/dist/live-h5-audience.umd.min.3.js +21 -0
  53. package/dist/live-h5-audience.umd.min.4.js +1 -0
  54. package/dist/live-h5-audience.umd.min.5.js +1 -0
  55. package/dist/live-h5-audience.umd.min.6.js +1 -0
  56. package/dist/live-h5-audience.umd.min.7.js +1 -0
  57. package/dist/live-h5-audience.umd.min.8.js +1 -0
  58. package/dist/live-h5-audience.umd.min.9.js +1 -0
  59. package/dist/live-h5-audience.umd.min.js +5 -55
  60. package/package.json +14 -7
package/CHANGELOG.md ADDED
@@ -0,0 +1,95 @@
1
+ # 更新日志
2
+
3
+ ## [2.0.10] - 2026-03-10
4
+
5
+ ### 🎉 重大更新 - 外部化依赖重构
6
+
7
+ **变更说明**:本次更新重构了 npm 包的依赖管理方式,采用外部化依赖(externals)配置,显著减小包体积并避免版本冲突。
8
+
9
+ ### ✨ 新增
10
+
11
+ - ✅ 采用 `peerDependencies` 声明核心依赖
12
+ - ✅ 在 `vue.config.js` 中配置 `externals` 外部化核心依赖
13
+ - ✅ 自动检测重复安装插件,避免重复注册
14
+ - ✅ 创建详细的使用文档 `NPM_USAGE.md`
15
+ - ✅ 提供完整的使用示例项目 `example-usage/`
16
+
17
+ ### 📝 优化
18
+
19
+ - 🔄 将 `vue`、`vue-router`、`vuex`、`vant`、`element-ui` 移至 `peerDependencies`
20
+ - 🔄 更新 `src/package-entry.js` 的使用说明和注释
21
+ - 🔄 优化插件安装逻辑,自动检测已安装的依赖
22
+ - 🔄 更新 `README.md`,添加重要更新说明
23
+
24
+ ### ⚠️ 破坏性变更
25
+
26
+ 使用前必须安装以下依赖:
27
+
28
+ ```bash
29
+ npm install vue@^2.6.0 vue-router@^3.0.0 vuex@^3.0.0 vant@^2.5.0 element-ui@^2.7.0
30
+ ```
31
+
32
+ ### 📚 文档
33
+
34
+ - 新增 `NPM_USAGE.md` - 详细的使用文档
35
+ - 新增 `example-usage/` - 快速入门示例项目
36
+ - 更新 `README.md` - 添加重要更新说明和使用指南
37
+
38
+ ### 🔧 技术细节
39
+
40
+ **依赖变更**:
41
+ - `vue`: `dependencies` → `peerDependencies`
42
+ - `vue-router`: `dependencies` → `peerDependencies`
43
+ - `vuex`: `dependencies` → `peerDependencies`
44
+ - `vant`: `dependencies` → `peerDependencies`
45
+ - `element-ui`: `dependencies` → `peerDependencies`
46
+
47
+ **配置变更**:
48
+ ```javascript
49
+ // vue.config.js
50
+ config.externals({
51
+ 'vue': { commonjs: 'vue', commonjs2: 'vue', amd: 'vue', root: 'Vue' },
52
+ 'vue-router': { commonjs: 'vue-router', commonjs2: 'vue-router', amd: 'vue-router', root: 'VueRouter' },
53
+ 'vuex': { commonjs: 'vuex', commonjs2: 'vuex', amd: 'vuex', root: 'Vuex' },
54
+ 'vant': { commonjs: 'vant', commonjs2: 'vant', amd: 'vant', root: 'vant' },
55
+ 'element-ui': { commonjs: 'element-ui', commonjs2: 'element-ui', amd: 'element-ui', root: 'ELEMENT' }
56
+ })
57
+ ```
58
+
59
+ ### 🚀 使用示例
60
+
61
+ ```javascript
62
+ import Vue from 'vue'
63
+ import LiveH5 from 'live-h5-audience'
64
+ import 'live-h5-audience/dist/live-h5-audience.css'
65
+
66
+ // 确保先安装依赖
67
+ // npm install vue@^2.6.0 vue-router@^3.0.0 vuex@^3.0.0 vant@^2.5.0 element-ui@^2.7.0
68
+
69
+ Vue.use(LiveH5, {
70
+ containerId: '#live-h5-app',
71
+ apiBaseUrl: 'https://api.example.com',
72
+ defaultRoute: '/roomList'
73
+ })
74
+ ```
75
+
76
+ ### 🐛 修复
77
+
78
+ - 修复了因依赖版本冲突导致的问题
79
+ - 修复了重复安装插件导致的警告
80
+
81
+ ### 📖 迁移指南
82
+
83
+ 如果你已经使用旧版本的包,需要做以下调整:
84
+
85
+ 1. 安装必需的 peerDependencies
86
+ 2. 确保样式正确引入
87
+ 3. 检查容器元素是否存在
88
+
89
+ 详细迁移指南请参考 [NPM_USAGE.md](./NPM_USAGE.md)
90
+
91
+ ---
92
+
93
+ ## [2.0.9] 及更早版本
94
+
95
+ 详细变更记录请查看 Git 提交历史。
package/README.md CHANGED
@@ -179,23 +179,34 @@ this.$liveH5Store
179
179
 
180
180
  ## 依赖说明
181
181
 
182
- ### 宿主项目需要提供
183
-
184
- 以下依赖由宿主项目提供(通过 externals 配置):
185
-
186
- - `vue` >= 2.6.x
187
- - `vue-router` >= 3.0.x
188
- - `vuex` >= 3.0.x
189
-
190
- ### 包内包含的依赖
191
-
192
- 以下依赖已打包在 npm 包中:
193
-
194
- - `element-ui` >= 2.7.x
195
- - `vant` >= 2.5.x
196
- - `axios` >= 0.19.x
197
- - `vue-bus` >= 1.2.x
198
- - 以及其他所有功能依赖
182
+ ### 必需依赖(peerDependencies)
183
+
184
+ 以下依赖由**使用方**提供(不在包内打包):
185
+
186
+ | 依赖 | 版本要求 | 说明 |
187
+ |------|---------|------|
188
+ | `vue` | ^2.6.0 | Vue 核心框架 |
189
+ | `vue-router` | ^3.0.0 | 路由管理 |
190
+ | `vuex` | ^3.0.0 | 状态管理 |
191
+ | `vant` | ^2.5.0 | 移动端组件库 |
192
+ | `element-ui` | ^2.7.0 | 桌面端组件库 |
193
+
194
+ ### 包内依赖(dependencies)
195
+
196
+ 以下依赖已**打包**在 npm 包中:
197
+
198
+ - `axios` - HTTP 请求
199
+ - `vue-bus` - 事件总线
200
+ - `flv.js` - FLV 播放器
201
+ - `video.js` - 视频播放器
202
+ - `xgplayer` - 西瓜播放器
203
+ - `tim-js-sdk` - 腾讯 IM SDK
204
+ - 以及其他功能依赖
205
+
206
+ **为什么不将 vant 和 element-ui 打包进包内?**
207
+ - 避免版本冲突
208
+ - 减小包体积
209
+ - 允许使用方灵活选择版本
199
210
 
200
211
  ## 构建和发布
201
212
 
package/dist/0.css ADDED
@@ -0,0 +1 @@
1
+ .header[data-v-4bcb1ca8]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:50px;width:calc(100vw - 30px);padding:0 15px}.header .text[data-v-4bcb1ca8]{width:200px;text-align:center}.header .right[data-v-4bcb1ca8]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.tabbar[data-v-1459037c]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;display:inline-block;width:100%;height:60px;z-index:100}.tabbar>.item[data-v-1459037c]{display:inline-block;width:25%}.tabbar>.item>img[data-v-1459037c]{width:.17rem;height:.17rem}.tabbarImg[data-v-1459037c]{height:.17rem!important}.list[data-v-6fe1f566]{width:100%;height:100%;overflow-y:hidden}.list .list_item[data-v-6fe1f566]{width:45.8%;height:200px;margin:5px 6px;display:inline-block;border:1px solid #fff;border-radius:5px}.list .list_item .item_box[data-v-6fe1f566]{width:100%;height:100%;border-radius:4px;overflow:hidden;position:relative}.list .list_item .item_box .item_img_box[data-v-6fe1f566],.list .list_item .item_box .item_img_box img[data-v-6fe1f566]{width:100%;height:100%}.list .list_item .item_box .top_zz[data-v-6fe1f566]{padding:4px 4px;background:#84888f;border-radius:12px;position:absolute;left:5px;top:5px;font-size:10px;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.list .list_item .item_box .top_zz .img_box[data-v-6fe1f566]{width:12px;height:12px;margin:0 2px 1px 2px}.list .list_item .item_box .top_zz .img_box img[data-v-6fe1f566]{width:100%;height:100%}.list .list_item .item_box .top_gz[data-v-6fe1f566]{position:absolute;left:5px;top:5px;background:linear-gradient(142deg,#ffd297,#d4963e);border-radius:12px;padding:5px 5px;color:#fff;font-size:10px}.list .list_item .item_box .item_box_bottom[data-v-6fe1f566]{width:100%;height:43px;position:absolute;bottom:0;background:#2d1511;opacity:.7;font-size:12px;color:#fff;padding:6px 6px;-webkit-box-sizing:border-box;box-sizing:border-box}.list .list_item .item_box .item_box_bottom .title[data-v-6fe1f566]{height:12px;font-size:12px}.list .list_item .item_box .item_box_bottom .teller[data-v-6fe1f566]{margin-top:3px;font-size:16px}.list .list_item .item_box .gzzb_bottom[data-v-6fe1f566]{width:100%;height:53px;position:absolute;bottom:0;background:#2d1511;opacity:.7;font-size:12px;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around}.list .list_item .item_box .gzzb_bottom .left[data-v-6fe1f566]{width:76%;height:100%;padding:6px 1px;-webkit-box-sizing:border-box;box-sizing:border-box}.list .list_item .item_box .gzzb_bottom .left .title[data-v-6fe1f566]{width:100%;height:12px;font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.list .list_item .item_box .gzzb_bottom .left .time[data-v-6fe1f566]{width:100%;height:12px;font-size:10px!important;line-height:12px;margin-top:2px}.list .list_item .item_box .gzzb_bottom .left .teller[data-v-6fe1f566]{height:20px;line-height:20px;font-size:14px}.list .list_item .item_box .gzzb_bottom .right[data-v-6fe1f566]{width:24%;height:100%;padding:6px 0;-webkit-box-sizing:border-box;box-sizing:border-box}.list .list_item .item_box .gzzb_bottom .right .nz[data-v-6fe1f566]{width:22px;height:22px;margin:auto}.list .list_item .item_box .gzzb_bottom .right .nz img[data-v-6fe1f566]{width:100%;height:100%}.list .list_item .item_box .gzzb_bottom .right .tip[data-v-6fe1f566]{text-align:center;margin-top:3px;font-size:10px}.nodata[data-v-7f452e38]{width:100%;height:100%}.nodata .img_box[data-v-7f452e38]{width:200px;height:160px;margin:auto;margin-top:40px}.nodata .text[data-v-7f452e38]{height:56px;font-size:14px;color:#666;line-height:56px;width:100%;text-align:center}.liveList[data-v-5cd1d8b0]{width:100vw;height:calc(100vh - 100px);background:#f5f6f6}.liveList .list_box[data-v-5cd1d8b0]{width:calc(100vw - 24px);padding:3px 12px;height:calc(100vh - 144px);overflow-y:scroll}.list_item[data-v-15e948c0]{width:46%;height:250px;margin:5px 6px;display:inline-block;background-color:#fff;-webkit-box-shadow:0 0 4px 0 rgba(0,0,0,.1);box-shadow:0 0 4px 0 rgba(0,0,0,.1);border-radius:8px}.list_item .item_box[data-v-15e948c0]{width:100%;height:235px;border-radius:4px;overflow:hidden;position:relative}.list_item .item_box .item_img_box[data-v-15e948c0]{width:166px;height:166px}.list_item .item_box .item_img_box img[data-v-15e948c0]{width:100%;height:100%}.list_item .item_box .item_box_bottom[data-v-15e948c0]{width:100%;height:69px;background:#fff;color:#333}.list_item .item_box .item_box_bottom .people[data-v-15e948c0]{height:30px;line-height:30px;letter-spacing:1px;text-shadow:0 0 4px rgba(0,0,0,.1);font-family:PingFangSC-Regular,PingFang SC;font-weight:400;font-size:14px;width:100%;text-indent:10px;overflow:hidden}.list_item .item_box .item_box_bottom .mark[data-v-15e948c0]{height:39px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.list_item .item_box .item_box_bottom .mark .red[data-v-15e948c0]{color:red;padding-left:10px;display:-webkit-box;display:-ms-flexbox;display:flex}.list_item .item_box .item_box_bottom .mark .red .rmb[data-v-15e948c0]{font-size:10px;height:10px;margin-top:7px}.list_item .item_box .item_box_bottom .mark .red .now_mark[data-v-15e948c0]{font-size:19px}.list_item .item_box .item_box_bottom .original[data-v-15e948c0]{font-size:10px!important;display:-webkit-box;display:-ms-flexbox;display:flex;color:#999;text-decoration:line-through}.commodityList[data-v-379bf3fe]{width:100vw;height:calc(100vh - 100px);overflow:hidden;background:#f5f6f6}.commodityList .list_box[data-v-379bf3fe]{width:calc(100vw - 16px);padding:8px 8px;height:calc(100vh - 100px);overflow-y:scroll;background:#f5f6f6}.user{width:100vw;height:calc(100vh - 50px);background:#f5f6f6}.user .bag{width:100vw;background-image:url(static/img/bag.9bd1c8bb.png);height:205px}.user .bag .heaer_img{margin-top:20px;height:66px;width:calc(100vw - 60px);padding:0 30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.user .bag .heaer_img .img_box{width:66px;height:66px;border-radius:50%;overflow:hidden}.user .bag .heaer_img .img_box img{width:100%;height:100%}.user .bag .heaer_img .name{margin-left:18px}.user .mycontent{margin-top:20px;width:100vw;-ms-flex-pack:distribute;justify-content:space-around}.user .mycontent,.user .mycontent .box{display:-webkit-box;display:-ms-flexbox;display:flex}.user .mycontent .box{width:43%;height:70px;background:#fff;-webkit-box-shadow:0 2px 6px 0 rgba(0,0,0,.12);box-shadow:0 2px 6px 0 rgba(0,0,0,.12);border-radius:12px;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:14px 16px}.user .mycontent .box .left{width:60%}.user .mycontent .box .left .top{font-size:20px;font-weight:600px}.user .mycontent .box .left .bottom{font-size:14px;color:#f50;line-height:20px;height:20px;display:-webkit-box;display:-ms-flexbox;display:flex}.user .mycontent .box .left .bottom span{margin-left:3px}.user .mycontent .box .right{width:42px;height:42px}.user .mycontent .box .right img{width:100%;height:100%}
package/dist/1.css ADDED
@@ -0,0 +1 @@
1
+ .header[data-v-4bcb1ca8]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:50px;width:calc(100vw - 30px);padding:0 15px}.header .text[data-v-4bcb1ca8]{width:200px;text-align:center}.header .right[data-v-4bcb1ca8]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.page{width:100vw;height:100vh}
package/dist/10.css ADDED
@@ -0,0 +1 @@
1
+ .container[data-v-a8c887e8]{width:100%;margin-top:80px;text-align:center;font-size:12px;color:#bcbcbc}
package/dist/3.css ADDED
@@ -0,0 +1 @@
1
+ .room_header{width:100%;height:80px;overflow:hidden;position:absolute;top:0;z-index:66}.room_header .top{width:100%;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.room_header .top,.room_header .top .tellerInfo_box{display:-webkit-box;display:-ms-flexbox;display:flex}.room_header .top .tellerInfo_box{width:178px;height:40px;margin:5px 5px;border-radius:20px;background-color:rgba(0,0,0,.3);-webkit-box-align:center;-ms-flex-align:center;align-items:center}.room_header .top .tellerInfo_box .teller_header{width:30px;height:30px;border-radius:50%;margin:0 5px;overflow:hidden}.room_header .top .tellerInfo_box .teller_header img{width:100%;height:100%}.room_header .top .tellerInfo_box .huaxia_photo{width:30px;height:30px;border-radius:50%;line-height:30px;margin:0 5px;overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#ffcf00;color:#fff}.room_header .top .tellerInfo_box .teller_name{width:75px;height:40px;margin:5px 3px;color:#fff}.room_header .top .tellerInfo_box .teller_name .name{font-size:14px;line-height:20px;height:20px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.room_header .top .tellerInfo_box .teller_name .hot{line-height:20px;height:20px;font-size:11px}.room_header .top .tellerInfo_box .teller_name .hot .hot_img{width:11px;height:11px;display:inline-block}.room_header .top .tellerInfo_box .teller_name .hot .hot_img img{width:100%;height:100%}.room_header .top .tellerInfo_box .attention_button{width:60px;height:30px;margin:5px 5px;font-size:14px;background-color:#f71e81;border-radius:15px;color:#fff;line-height:30px;text-align:center}.room_header .top .tellerInfo_box .attention_button_y{background-color:#666}.room_header .top .right_box{height:40px;margin:5px 1px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.room_header .top .right_box .list_box{height:30px}.room_header .top .right_box .list_box .item_box{width:30px;height:30px;margin:0 1.5px;border-radius:50%;overflow:hidden}.room_header .top .right_box .list_box .item_box img{width:100%;height:100%}.room_header .top .right_box .pepole{width:42px;height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#fff;margin:0 1px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:rgba(0,0,0,.3);border-radius:15px}.room_header .top .right_box .gobackIcon{width:30px;height:30px;background-image:url(static/img/close.1bdba43a.png);background-size:100%;border-radius:50%}.room_header .bottom{width:calc(100vw - 16px);padding:0 8px}.room_header .bottom,.room_header .bottom .intro{display:-webkit-box;display:-ms-flexbox;display:flex}.room_header .bottom .intro{width:38px;height:20px;font-size:11px;border-radius:20px;color:#fff;background-color:rgba(0,0,0,.3);-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.room_header .bottom .tip{width:30px}.room_header .bottom .notice{width:90px;height:20px;font-size:11px;padding-left:3px;border-radius:20px;color:#fff;background-color:rgba(0,0,0,.3);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:5px;overflow:hidden}.room_header .bottom .notice .animate_box{white-space:nowrap}.room_header .bottom .notice .animate{color:#f6f6f6;display:inline-block;white-space:nowrap;-webkit-animation:wordsLoop 10s linear infinite normal;animation:wordsLoop 10s linear infinite normal}@keyframes wordsLoop{0%{transform:translateX(100%);-webkit-transform:translateX(100%)}to{transform:translateX(-110%);-webkit-transform:translateX(-110%)}}@-webkit-keyframes wordsLoop{0%{transform:translateX(100%);-webkit-transform:translateX(100%)}to{transform:translateX(-110%);-webkit-transform:translateX(-110%)}}.room_header .pc_top .pc_tellerInfo_box{background:-webkit-gradient(linear,left top,left bottom,from(#ffe6f1),to(#ffccd9));background:linear-gradient(180deg,#ffe6f1,#ffccd9)}.room_header .pc_top .pc_tellerInfo_box .pc_teller_name{color:#ed1e61}.room_header .pc_top .pc_pepole{background:-webkit-gradient(linear,left top,left bottom,from(#ffe6f1),to(#ffccd9));background:linear-gradient(180deg,#ffe6f1,#ffccd9);color:#e71e51}.footer[data-v-f1da1b06]{width:100%;height:60px;padding:0 9px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;position:fixed;bottom:0;z-index:66}.footer .chatBox .chatInput[data-v-f1da1b06]{border:none;height:40px;width:145px;border-radius:20px;background-color:rgba(0,0,0,.3);color:#fff;text-indent:.15rem}.footer .chatBox .pc_chatInput[data-v-f1da1b06]{background:#f0f0f0;color:#000}.footer .rightBox[data-v-f1da1b06]{display:-webkit-box;display:-ms-flexbox;display:flex}.footer .rightBox .footer_btn[data-v-f1da1b06]{display:inlin-block;width:40px;height:40px;margin-left:3px}.footer .rightBox .footer_btn[data-v-f1da1b06]:hover{cursor:pointer}.footer .rightBox .gift[data-v-f1da1b06]{background-image:url(static/img/gift.946c1aa9.png);background-size:100% 100%}.footer .rightBox .product[data-v-f1da1b06]{background-image:url(static/img/product.c86c65fd.png);background-size:100% 100%}.footer .rightBox .share[data-v-f1da1b06]{background-image:url(data:image/png;base64,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);background-size:100% 100%}#main-player-video-container[data-v-35e3fe52]{position:absolute;top:0;left:0;right:0;bottom:0;overflow:hidden;background:#000;pointer-events:none}#main-player-video-container>video[data-v-35e3fe52]{pointer-events:auto}@media screen and (orientation:portrait){[data-v-35e3fe52] .video-dimensions{width:100%!important;height:100%!important}}.animation{display:block;background-color:#ffcf00;position:absolute;height:100%;color:#da0000;font-size:14px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 .06rem;border-radius:8px}.animation span{margin-left:.01rem}.chartRoom_box[data-v-fbd0feac]{position:fixed;bottom:.8rem;height:40%;width:100%;z-index:99}.chartRoom_box .animation_box[data-v-fbd0feac]{width:100%;position:relative;z-index:99;height:10%}.chartRoom_box .chartRoom[data-v-fbd0feac]{padding:0 .1rem;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden;height:90%;max-width:75%;z-index:10;overflow-y:auto}.chartRoom_box .chartRoom .chat_box[data-v-fbd0feac]{display:table;padding:.05rem .05rem;background:rgba(0,0,0,.25);border-radius:8px;line-height:20px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:13px;text-align:justify;color:#fff;text-justify:inter-ideograph;position:relative;-webkit-box-sizing:border-box;box-sizing:border-box;opacity:1;margin-bottom:.05rem}.chartRoom_box .chartRoom .pc_chat_box[data-v-fbd0feac]{background-color:#f0f0f0;color:#333}.chartRoom_box .chartRoom .Msg_list .chat[data-v-fbd0feac]{width:100%}.chartRoom_box .chartRoom .Msg_list .chat .chat_name[data-v-fbd0feac]{color:#ffa900}.chartRoom_box .chartRoom .Msg_list .chat .chat_name .herder_box[data-v-fbd0feac]{width:.3rem;height:.3rem;border-radius:50%;display:inline-block;overflow:hidden}.chartRoom_box .chartRoom .Msg_list .chat .chat_name .herder_box img[data-v-fbd0feac]{width:100%;height:100%}.chartRoom_box .chartRoom .Msg_list .chat .teller_name[data-v-fbd0feac]{display:inline-block;width:.3rem;height:.3rem;text-align:center;line-height:.3rem;background:#ffa900;color:#fff;font-size:.18rem;font-weight:600;border-radius:50%;overflow:hidden}.chartRoom_box .chartRoom .Msg_list .chat a[data-v-fbd0feac]{display:inline-block;width:100%}.chartRoom_box .chartRoom .Msg_list .gift[data-v-fbd0feac]{letter-spacing:0;text-align:left;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.chartRoom_box .chartRoom .Msg_list .gift .img_box[data-v-fbd0feac]{display:inline-block;width:40px;height:40px}.chartRoom_box .chartRoom .Msg_list .gift .img_box img[data-v-fbd0feac]{width:100%;height:100%}.chartRoom_box .height_type[data-v-fbd0feac]{height:calc(100% - 1rem)}.chartRoom_box .product_box[data-v-fbd0feac]{padding:.1rem .1rem;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden;height:.95rem;max-width:75%;z-index:10}.chartRoom_box .product_box .product[data-v-fbd0feac]{border-radius:8px;text-align:none;color:#fff;text-justify:none;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;letter-spacing:0;background:#fff;position:relative;height:.85rem}.chartRoom_box .product_box .product .product_img[data-v-fbd0feac]{width:1rem;height:.85rem;position:relative;margin-right:.15rem;border-radius:4px;overflow:hidden}.chartRoom_box .product_box .product .product_img img[data-v-fbd0feac]{width:100%;height:100%}.chartRoom_box .product_box .product .product_img .explain[data-v-fbd0feac]{display:block;width:.5rem;height:.15rem;line-height:.15rem;text-align:center;background-color:#ffcf00;color:#e12e00;font-size:10px;position:absolute;left:0;top:0}.chartRoom_box .product_box .product .product_msg[data-v-fbd0feac]{padding:.03rem .03rem!important;height:100%;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.chartRoom_box .product_box .product .product_msg .product_name[data-v-fbd0feac]{width:1.32rem;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;height:22px;line-height:22px;font-size:13px;color:#000}.chartRoom_box .product_box .product .product_msg .product_pranit[data-v-fbd0feac]{font-size:14px;color:red;padding:.05,.05rem}.chartRoom_box .product_box .product .product_msg .product_pranit .rmb[data-v-fbd0feac]{font-size:8px!important}.chartRoom_box .product_box .product .product_msg .old_pranit[data-v-fbd0feac]{font-size:10px!important;color:#999;line-height:22px;text-decoration:line-through}.chartRoom_box .product_box .product .close[data-v-fbd0feac]{width:.15rem;height:.15rem;border-radius:50%;position:absolute;right:-.1rem;top:-.05rem;background:#999;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:10px!important}.chartRoom[data-v-fbd0feac]::-webkit-scrollbar{display:none;width:0}.giftBox[data-v-62d464fe]{position:fixed;bottom:0;z-index:101;width:100%;height:325px;background:rgba(0,0,0,.5);border-radius:10px 10px 0 0}.giftBox .titleBox .title[data-v-62d464fe]{display:inline-block;height:14.5px;font-size:15px;color:#fccf33;margin-left:16.5px;margin-top:18.5px;margin-bottom:18.5px}.giftBox .titleBox p[data-v-62d464fe]{height:12px;font-size:12px;margin-left:17px;color:#767676;margin-bottom:15px}.giftBox .giftList[data-v-62d464fe]{overflow-y:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;max-height:1.85rem}.giftBox .giftList .giftDiv[data-v-62d464fe]{border:1px solid transparent;border-radius:8px;width:24%;height:98px;position:relative}.giftBox .giftList .giftDiv[data-v-62d464fe]:nth-child(4n){margin-right:0}.giftBox .giftList .giftDiv[data-v-62d464fe]:hover{border-color:#fccf33;cursor:pointer}.giftBox .giftList .giftDiv.checked[data-v-62d464fe]{border-color:#fccf33}.giftBox .giftList .giftDiv .giftImg[data-v-62d464fe]{width:38px;height:38px;margin-left:27px;margin-top:21px}.giftBox .giftList .giftDiv .giftTitle[data-v-62d464fe]{color:#fff;font-size:11px;text-align:center;margin-top:4px}.giftBox .giftList .giftDiv i[data-v-62d464fe]{width:23px;height:13px;line-height:13px;font-style:normal;border-radius:6.5px;text-align:center;background-color:#767676;font-size:9px;color:#fff;position:absolute;top:6px;right:6px}.giftBox .giveBox[data-v-62d464fe]{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;position:fixed;bottom:8px;padding-left:17px;padding-right:13px}.giftBox .giveBox .van-stepper[data-v-62d464fe]{height:24px}.giftBox .giveBox button[data-v-62d464fe]{background-color:#fccf33;font-size:15px;border-radius:17px;height:34px;width:80px;color:#666;border:none;margin-left:135px}.giftBox .giveBox button[data-v-62d464fe]:hover{cursor:pointer}.giftBox .select[data-v-62d464fe]{display:none;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;width:210px;height:153.5px;border:1px solid #000;background-color:rgba(0,0,0,.7);border-radius:4px;z-index:999;position:fixed;bottom:50px;left:25px;position:relative}.giftBox .select .code[data-v-62d464fe]{width:33%;padding:0;height:38.4px;color:#fff;line-height:38.4px;text-align:center;border-right:1px solid #545454;border-bottom:1px solid #545454}.giftBox .select .code[data-v-62d464fe]:nth-child(3n){border-right:none}.giftBox .select .code[data-v-62d464fe]:nth-child(10),.giftBox .select .code[data-v-62d464fe]:nth-child(11),.giftBox .select .code[data-v-62d464fe]:nth-child(12){border-bottom:none}.giftBox .select .code[data-v-62d464fe]{font-size:15px}.giftBox .select .code img[data-v-62d464fe]{margin-top:10px}.giftBox .select .code button[data-v-62d464fe]{border:none;width:100%;height:100%;background-color:#000;color:#fff;font-size:14px}.giftBox .select .box[data-v-62d464fe]{width:0;height:0;border:15px solid;border-color:rgba(0,0,0,.7) transparent transparent transparent;position:absolute;bottom:-33px;left:40px}.giftBox input[data-v-62d464fe]{width:41px;height:32px;border:none;border-radius:2px;position:fixed;bottom:8px;left:61px;background:#4a4a4a}.product_box[data-v-1560ed29]{width:100%;max-height:4.5rem}.product_box .count[data-v-1560ed29]{height:.2rem;line-height:.2rem;margin-top:.1rem;text-indent:.03rem}.product_box .count .num[data-v-1560ed29]{color:red}.product_box .list_box[data-v-1560ed29]{width:100%;height:420px;padding:.03rem .03rem;overflow-y:scroll;-webkit-box-sizing:border-box;box-sizing:border-box}.product_box .list_box .item[data-v-1560ed29]{padding:13px 0;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1px solid #d8d8d8;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.product_box .list_box .item .img_box[data-v-1560ed29]{width:1rem;height:1rem;position:relative}.product_box .list_box .item .img_box img[data-v-1560ed29]{width:100%;height:100%}.product_box .list_box .item .img_box .sort[data-v-1560ed29]{position:absolute;left:0;top:0;width:.3rem;height:.2rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:rgba(0,0,0,.6);color:#fff}.product_box .list_box .item .item_msg[data-v-1560ed29]{width:70%;padding:.1rem .1rem;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-line-pack:justify;align-content:space-between}.product_box .list_box .item .item_msg .name[data-v-1560ed29]{height:34px;line-height:17px;letter-spacing:0;font-size:14px;overflow:hidden;display:-webkit-box;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical}.product_box .list_box .item .item_msg .price[data-v-1560ed29]{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.product_box .list_box .item .item_msg .price .left[data-v-1560ed29]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.product_box .list_box .item .item_msg .price .left .new_pirce[data-v-1560ed29]{color:#da0000;font-size:15px;line-height:21px}.product_box .list_box .item .item_msg .price .left .old_price[data-v-1560ed29]{margin-left:.01rem;line-height:14px;height:14px;font-size:10px;color:#999;text-decoration:line-through}.product_box .list_box .item .item_msg .price .btn[data-v-1560ed29]{width:.8rem;height:.3rem;background-color:#ffcf00;border-radius:15px;font-size:15px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.product_box .list_box .item .item_msg .price .btn[data-v-1560ed29],.share .share_box[data-v-2d1df644]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.share .share_box[data-v-2d1df644]{width:100%;height:1.63rem;border-bottom:1px solid #d8d8d8}.share .share_box .share_way[data-v-2d1df644]{width:50%;height:70px}.share .share_box .share_way div[data-v-2d1df644]{margin:auto;width:50px;height:50px}.share .share_box .share_way div img[data-v-2d1df644]{width:100%;height:100%}.share .share_box .share_way p[data-v-2d1df644]{font-size:12px;height:20px;line-height:20px;text-align:center}.share .cannel[data-v-2d1df644]{width:100%;height:.5rem;line-height:.5rem;text-align:center;font-size:16px;color:#666}.van-overlay{z-index:100}.bivector[data-v-fb61a99c]{width:100%;height:100%}.bivector .shadow[data-v-fb61a99c]{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.bivector .shadow .container[data-v-fb61a99c]{width:2.6rem;height:3.27rem;background-color:#fff;position:absolute;border-radius:10px}.bivector .shadow .container .img_box[data-v-fb61a99c]{width:2.6rem;height:2.51rem}.bivector .shadow .container .img_box img[data-v-fb61a99c]{width:100%;height:100%}.bivector .shadow .container .text_box[data-v-fb61a99c]{width:2.6rem;height:.76rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bivector .shadow .container .text_box .text[data-v-fb61a99c]{width:70%;height:100%}.bivector .shadow .container .text_box .text .share_teller[data-v-fb61a99c]{color:#333;font-size:15px;height:.32rem;line-height:.32rem;text-indent:.1rem}.bivector .shadow .container .text_box .text .share_firend[data-v-fb61a99c]{color:#666;font-size:12px;line-height:.32rem;height:.32rem;text-indent:.1rem}.bivector .shadow .container .text_box .bivector_box[data-v-fb61a99c]{width:30%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.bivector .shadow .container .text_box .bivector_box .qrcode[data-v-fb61a99c]{display:inline-block;width:66px;height:66px}.bivector .shadow .container .text_box .bivector_box .qrcode img[data-v-fb61a99c]{width:66px;height:66px}.stop_box[data-v-a0f863a4]{width:100vw;height:100vh;background-color:#000;position:absolute;top:0;left:0}.stop_box div[data-v-a0f863a4]{width:100%;height:100%;position:relative}.stop_box div div[data-v-a0f863a4]{width:50%;height:100px;position:absolute;top:.75rem;left:25%}.stop_box div div img[data-v-a0f863a4]{width:100%;height:100%}.pc_stop_box[data-v-a0f863a4]{height:220px;top:.7rem}.pc_div[data-v-a0f863a4]{top:.35rem}.button[data-v-b6625ba4]{width:100%;height:50px;background:#ffcf00;border-radius:25px;font-size:16px;color:#666;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.check_box[data-v-570bad8c]{width:100%}.check_box .select[data-v-570bad8c]{height:21px;display:inline-block;border-radius:.11rem;border:1px solid #d7d7d7;line-height:21px;padding:.02rem .02rem;margin:.05rem .06rem}.check_box .select .select_icon[data-v-570bad8c],.check_box .select .select_icon img[data-v-570bad8c]{width:.14rem;height:.14rem}.select_true[data-v-570bad8c]{color:#fccf33;border:1px solid #fccf33!important}.finish[data-v-a220b47a]{width:100%;height:100%;background-color:rgba(0,0,0,.8)}.finish .teller_msg[data-v-a220b47a]{width:100%;height:1.36rem;margin-top:1.18rem}.finish .teller_msg .teller_photo[data-v-a220b47a]{width:1rem;height:1rem;border-radius:50%;margin:auto;overflow:hidden}.finish .teller_msg .teller_photo img[data-v-a220b47a]{width:100%;height:100%}.finish .teller_msg .teller_name[data-v-a220b47a]{width:100%;margin-top:.14rem;height:.18rem;line-height:.18rem;text-align:center;font-size:17px;color:#fff}.finish .over[data-v-a220b47a]{width:100%;height:22px;font-size:22px;font-family:Helvetica;color:#fff;line-height:22px;text-align:center;margin-top:.44rem}.finish .btn_box[data-v-a220b47a]{width:85%;margin:auto;margin-top:.39rem}.finish .btn_box .goback[data-v-a220b47a]{color:#000;font-size:16px;font-family:PingFangSC-Medium,PingFang SC;font-weight:600}.finish .btn_box .evaluate[data-v-a220b47a]{font-size:14px;color:#fff;background-color:transparent;border:1px solid #fff;margin-top:.2rem}.finish .select[data-v-a220b47a]{width:100%}.finish .suggest[data-v-a220b47a]{width:80%;margin:auto;border-radius:5px 5px 0 0;border:1px solid #ededed;margin-top:.2rem}.finish .rate_btn[data-v-a220b47a]{width:80%;margin:.2rem auto;color:#000;font-weight:600}.rate_box[data-v-a220b47a]{width:100%;height:.36rem;margin-top:.3rem}.rate_box .el-rate[data-v-a220b47a]{height:.36rem;line-height:.36rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.el-rate__icon[data-v-a220b47a]{font-size:36px!important}.rate_text[data-v-a220b47a]{margin-top:.2rem;width:100%;font-size:16px;text-align:center;height:20px;line-height:20px;color:#666}.rate_select[data-v-a220b47a]{width:85%;margin:auto;margin-top:.2rem}.red_bag[data-v-7e2c0986]{width:100vw;z-index:999}.red_bag .price[data-v-7e2c0986]{color:#ffcf00;font-size:24px;margin:0;padding:0}.red_bag .red_start[data-v-7e2c0986]{width:2.5rem;height:2.85rem;margin:auto;margin-top:1.6rem;position:relative}.red_bag .red_start .close[data-v-7e2c0986]{position:absolute;right:.3rem;top:-.4rem;width:.3rem;height:.3rem}.red_bag .red_start .close img[data-v-7e2c0986],.red_bag .red_start .event_block[data-v-7e2c0986]{width:100%;height:100%}.red_bag .red_start .bag_content[data-v-7e2c0986]{width:70%;position:absolute;top:1.3rem;left:15%;text-align:center;font-size:17px;font-weight:800;color:#fff;line-height:22px}.red_bag .red_end[data-v-7e2c0986]{width:2.5rem;height:2.85rem;margin:auto;margin-top:1.6rem;position:relative}.red_bag .red_end .face_icon_box[data-v-7e2c0986]{position:absolute;top:.45rem;width:100%;height:.4rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.red_bag .red_end .face_icon_box .face_icon[data-v-7e2c0986]{width:40px;height:40px}.red_bag .red_end .event_block[data-v-7e2c0986],.red_bag .red_end .face_icon_box .face_icon img[data-v-7e2c0986]{width:100%;height:100%}.red_bag .red_end .close[data-v-7e2c0986]{position:absolute;right:.3rem;top:-.4rem;width:.3rem;height:.3rem}.red_bag .red_end .close img[data-v-7e2c0986]{width:100%;height:100%}.red_bag .red_end .res[data-v-7e2c0986]{width:100%;text-align:center;height:20px;font-weight:600;color:#ff0a0a;line-height:20px;font-size:14px;position:absolute;top:.9rem}.red_bag .red_end .res_text[data-v-7e2c0986]{top:1.2rem;font-size:16px}.likeHeart .dianzanBox{width:.5rem;position:fixed;z-index:99;right:.17rem;bottom:20%}.likeHeart .dianzanBox:hover{cursor:pointer}.likeHeart .dianzanBox .dianzanIcon{width:.5rem;height:.5rem}.likeHeart .dianzanBox .zanNumber{text-align:center;height:.2rem;line-height:.2rem;border-radius:9px;background-color:#f71e81;color:#fff}#cvs{bottom:calc(20% + 20px);width:1rem;bottom:1.85rem;position:fixed;z-index:2;right:calc(-.08rem + 10px);height:300px}.tabulate_list .tabulate_content[data-v-5d2f9fee]{width:100%;height:3rem}.tabulate_list .tabulate_content .list[data-v-5d2f9fee]{height:.6rem;border-top:1px solid #171617;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 .1rem;-webkit-box-sizing:border-box;box-sizing:border-box}.tabulate_list .tabulate_content .list .list_img[data-v-5d2f9fee]{width:.4rem;height:.4rem;border-radius:50%;overflow:hidden}.tabulate_list .tabulate_content .list .list_img img[data-v-5d2f9fee]{width:100%;height:100%}.tabulate_list .tabulate_content .list .list_name[data-v-5d2f9fee]{font-size:14px;margin-left:.2rem}.tabulate_list .tabulate_content .flex[data-v-5d2f9fee]{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.tabulate_list .tabulate_content .flexa[data-v-5d2f9fee]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.tabulate_list .tabulate_content .flexa .margin[data-v-5d2f9fee]{margin:0 .1rem}.van-action-sheet[data-v-5d2f9fee]{color:#fff}.van-popup[data-v-5d2f9fee]{background-color:#000}[class*=van-hairline][data-v-5d2f9fee]:after{border:none}.code_button[data-v-fd4d7840]{width:120px;height:40px;background:#ffcf00;border-radius:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:14px;color:#666}.gray[data-v-fd4d7840]{background:#f7f8fa}.roomLogin[data-v-031553fa]{width:100%;height:100%;z-index:99}.roomLogin .shadow[data-v-031553fa]{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.roomLogin .shadow .login_box[data-v-031553fa]{width:3.15rem;height:2.5rem;-webkit-box-shadow:0 0 16px 0 rgba(0,0,0,.05);box-shadow:0 0 16px 0 rgba(0,0,0,.05);border-radius:8px;background-color:#fff;padding:0 .12rem;-webkit-box-sizing:border-box;box-sizing:border-box}.roomLogin .shadow .login_box .title[data-v-031553fa]{height:.54rem;line-height:.54rem;text-align:center;font-size:18px;font-weight:600}.roomLogin .shadow .login_box .box[data-v-031553fa]{width:100%;height:.5rem;background:#eee;border-radius:8px;margin:6px 0;display:-webkit-box;display:-ms-flexbox;display:flex}.roomLogin .shadow .login_box .box .left[data-v-031553fa]{width:.7rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-pack:distribute;justify-content:space-around}.roomLogin .shadow .login_box .box .left .phone_igm[data-v-031553fa]{width:.17rem;height:.17rem}.roomLogin .shadow .login_box .box .left .phone_igm img[data-v-031553fa]{width:100%;height:100%}.roomLogin .shadow .login_box .box .input_box[data-v-031553fa]{width:calc(100% - .7rem);height:100%}.roomLogin .shadow .login_box .box .input_box input[data-v-031553fa]{margin-left:.1rem;width:80%;height:100%;border:none;background-color:#eee}.roomLogin .shadow .login_box .box .code[data-v-031553fa]{width:55%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.roomLogin .shadow .login_box .box .code input[data-v-031553fa]{border:none;width:80%;height:100%;background-color:#eee}.roomLogin .shadow .login_box .box .btn[data-v-031553fa]{width:45%;height:100%}.roomLogin .shadow .login_box .box .btn .codeBtn[data-v-031553fa]{width:100%;height:100%;border-radius:0;font-size:16px;color:#000;font-weight:500}.roomLogin .shadow .loginBtn[data-v-031553fa]{margin-top:.2rem;color:#333;font-size:16px}.header[data-v-4bcb1ca8]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:50px;width:calc(100vw - 30px);padding:0 15px}.header .text[data-v-4bcb1ca8]{width:200px;text-align:center}.header .right[data-v-4bcb1ca8]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.advance[data-v-33f8c76f]{width:100vw;height:100vh;background-color:#fff}.advance .advance_shadow[data-v-33f8c76f]{width:100%;height:100%}.advance .advance_shadow .jianjie[data-v-33f8c76f]{padding:.03rem .03rem;background-color:rgba(0,0,0,.3);border-radius:10px;margin-left:.1rem;margin-top:.1rem;color:#fff;font-size:13px}.advance .advance_shadow .count_down[data-v-33f8c76f]{width:3rem;height:1rem;position:fixed;top:0;left:0;right:0;bottom:0;margin:auto;background:-webkit-gradient(linear,left top,left bottom,from(transparent),to(rgba(0,0,0,.13)));background:linear-gradient(180deg,transparent,rgba(0,0,0,.13));color:#fff;font-size:28px;font-weight:500;text-shadow:0 1px 2px #000}.advance .advance_shadow .count_down p[data-v-33f8c76f]{display:block;width:100%;text-align:center;height:.44rem;line-height:.44rem}.advance .advance_shadow .count_down div[data-v-33f8c76f]{width:100%;text-align:center;font-weight:500;height:.48rem;line-height:.48rem}.advance .advance_shadow .count_down div span[data-v-33f8c76f]{margin:.02rem .02rem;font-size:36px}.not_start[data-v-17147198]{width:100vw;height:calc(100vh - 50px)}.not_start div[data-v-17147198]{width:100%;height:100%;position:relative}.not_start div div[data-v-17147198]{width:50%;height:100px;position:absolute;top:.75rem;left:25%}.not_start div div img[data-v-17147198]{width:100%;height:100%}.pc_stop_box[data-v-17147198]{height:2.2rem}.pc_div[data-v-17147198]{top:.35rem}video{width:100%!important;height:100%!important;-o-object-fit:cover!important;object-fit:cover!important;preload:none}.liveRoom[data-v-32828011]{width:100vw;height:100vh;overflow:hidden;position:relative;content:""}.liveRoom .prism-player[data-v-32828011]{width:100%;height:100%;background-color:grey}.liveRoom .stop[data-v-32828011]{z-index:30}.liveRoom .not_start[data-v-32828011]{position:absolute;top:.7rem;left:0;z-index:100}.liveRoom .finish[data-v-32828011]{position:absolute;top:0;left:0;z-index:1000}.liveRoom .likeHeart_box[data-v-32828011]{position:absolute;bottom:1rem;right:.3rem;z-index:50}.liveRoom .red_bag[data-v-32828011]{position:absolute;top:0;left:0;z-index:200}.liveRoom .overlay[data-v-32828011]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;z-index:500}.liveRoom .overlay .overlay_box[data-v-32828011]{width:3.24rem;min-height:2rem;background-color:#fff;-webkit-box-shadow:0 0 16px 0 rgba(0,0,0,.05);box-shadow:0 0 16px 0 rgba(0,0,0,.05);border-radius:8px;padding:0 .21rem;-webkit-box-sizing:border-box;box-sizing:border-box}.liveRoom .overlay .overlay_box .title[data-v-32828011]{width:100%;text-align:center;height:.54rem;line-height:.54rem;font-size:18px;font-weight:600}.liveRoom .overlay .overlay_box .text_box[data-v-32828011]{line-height:22px;font-size:14px;color:#666}.liveRoom .redbag_btn[data-v-32828011]{width:.7rem;height:.8rem;position:absolute;top:.4rem;right:.05rem;z-index:200}.liveRoom .redbag_btn img[data-v-32828011]{width:100%;height:100%}.liveRoom_bgm[data-v-32828011]{width:100vw;height:100vh;position:absolute;left:0;top:0;z-index:-1;opacity:.3;background-color:#000}.pop[data-v-32828011]{width:100vw;height:100vh;position:absolute;z-index:100;top:0}.pc_video[data-v-32828011]{height:.7rem;width:100%}.advance[data-v-32828011]{z-index:200;position:absolute;top:0;left:0}.roomLogin[data-v-32828011]{width:100vw;height:100vh;position:absolute;top:0;left:0}.float-page-container[data-v-32828011]{position:absolute;z-index:3000;top:0;left:0;width:100%;height:100%;background:#fff}
package/dist/4.css ADDED
@@ -0,0 +1 @@
1
+ .header[data-v-4bcb1ca8]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:50px;width:calc(100vw - 30px);padding:0 15px}.header .text[data-v-4bcb1ca8]{width:200px;text-align:center}.header .right[data-v-4bcb1ca8]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.button[data-v-b6625ba4]{width:100%;height:50px;border-radius:25px;font-size:16px}.button[data-v-b6625ba4],.code_button[data-v-fd4d7840]{background:#ffcf00;color:#666;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.code_button[data-v-fd4d7840]{width:120px;height:40px;border-radius:20px;font-size:14px}.gray[data-v-fd4d7840]{background:#f7f8fa}.roomLogin[data-v-031553fa]{width:100%;height:100%;z-index:99}.roomLogin .shadow[data-v-031553fa]{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.roomLogin .shadow .login_box[data-v-031553fa]{width:3.15rem;height:2.5rem;-webkit-box-shadow:0 0 16px 0 rgba(0,0,0,.05);box-shadow:0 0 16px 0 rgba(0,0,0,.05);border-radius:8px;background-color:#fff;padding:0 .12rem;-webkit-box-sizing:border-box;box-sizing:border-box}.roomLogin .shadow .login_box .title[data-v-031553fa]{height:.54rem;line-height:.54rem;text-align:center;font-size:18px;font-weight:600}.roomLogin .shadow .login_box .box[data-v-031553fa]{width:100%;height:.5rem;background:#eee;border-radius:8px;margin:6px 0;display:-webkit-box;display:-ms-flexbox;display:flex}.roomLogin .shadow .login_box .box .left[data-v-031553fa]{width:.7rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-pack:distribute;justify-content:space-around}.roomLogin .shadow .login_box .box .left .phone_igm[data-v-031553fa]{width:.17rem;height:.17rem}.roomLogin .shadow .login_box .box .left .phone_igm img[data-v-031553fa]{width:100%;height:100%}.roomLogin .shadow .login_box .box .input_box[data-v-031553fa]{width:calc(100% - .7rem);height:100%}.roomLogin .shadow .login_box .box .input_box input[data-v-031553fa]{margin-left:.1rem;width:80%;height:100%;border:none;background-color:#eee}.roomLogin .shadow .login_box .box .code[data-v-031553fa]{width:55%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.roomLogin .shadow .login_box .box .code input[data-v-031553fa]{border:none;width:80%;height:100%;background-color:#eee}.roomLogin .shadow .login_box .box .btn[data-v-031553fa]{width:45%;height:100%}.roomLogin .shadow .login_box .box .btn .codeBtn[data-v-031553fa]{width:100%;height:100%;border-radius:0;font-size:16px;color:#000;font-weight:500}.roomLogin .shadow .loginBtn[data-v-031553fa]{margin-top:.2rem;color:#333;font-size:16px}.settingdy[data-v-33c45ee0]{width:100vw;height:100vh}.settingdy .container[data-v-33c45ee0]{padding-top:8px;width:100vw;height:calc(100vh - 58px);background:#f5f6f6;position:relative}.settingdy .container .opttion[data-v-33c45ee0]{width:100vw;height:100%;padding:0 10px;-webkit-box-sizing:border-box;box-sizing:border-box;background-color:#fff}.settingdy .container .opttion .opt_item[data-v-33c45ee0]{width:100%;padding:0 10px;height:58px;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1px solid #dde0e3;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.settingdy .container .opttion .opt_item .label[data-v-33c45ee0]{font-size:16px;font-family:Helvetica}.settingdy .container .opttion .opt_item_time[data-v-33c45ee0]{width:100%;padding:0 10px;height:58px;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1px solid #dde0e3;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.settingdy .container .opttion .opt_item_time .time[data-v-33c45ee0]{margin:0 15px}.settingdy .container .opttion .opt_item_time .label[data-v-33c45ee0]{font-size:16px;font-family:Helvetica}.settingdy .container .button[data-v-33c45ee0]{width:90%;position:absolute;bottom:110px;left:5%;margin:auto}
package/dist/5.css ADDED
@@ -0,0 +1 @@
1
+ .header[data-v-4bcb1ca8]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:50px;width:calc(100vw - 30px);padding:0 15px}.header .text[data-v-4bcb1ca8]{width:200px;text-align:center}.button[data-v-b6625ba4],.header .right[data-v-4bcb1ca8]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.button[data-v-b6625ba4]{width:100%;height:50px;background:#ffcf00;border-radius:25px;font-size:16px;color:#666}.personalCenter[data-v-48d02a20]{width:100vw;height:100vh;background:#f5f6f6}.personalCenter .bgc[data-v-48d02a20]{background-color:#fff}.personalCenter .personalCenter_content[data-v-48d02a20]{width:100vw;margin-top:10px;background-color:#fff;padding:0 15px;-webkit-box-sizing:border-box;box-sizing:border-box}.personalCenter .personalCenter_content .item[data-v-48d02a20]{width:100%;height:76px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-bottom:1px solid #f6f5f8}.personalCenter .personalCenter_content .item[data-v-48d02a20] .van-uploader,.personalCenter .personalCenter_content .item[data-v-48d02a20] .van-uploader__input-wrapper,.personalCenter .personalCenter_content .item[data-v-48d02a20] .van-uploader__wrapper{width:100%}.personalCenter .personalCenter_content .item .label[data-v-48d02a20],.personalCenter .personalCenter_content .item .labela[data-v-48d02a20]{width:50%}.personalCenter .personalCenter_content .item .headimg[data-v-48d02a20]{width:calc(100% - 10px);text-align:right;padding:0 10px}.personalCenter .personalCenter_content .item .headimg div[data-v-48d02a20]{display:inline-block;width:60px;height:60px;border-radius:50%;overflow:hidden}.personalCenter .personalCenter_content .item .headimg div img[data-v-48d02a20]{width:100%;height:100%}.personalCenter .personalCenter_content .item .enter[data-v-48d02a20],.personalCenter .personalCenter_content .item .enter img[data-v-48d02a20]{width:16px;height:16px}.personalCenter .personalCenter_content .name[data-v-48d02a20]{height:58px}.personalCenter .btn_box[data-v-48d02a20]{width:100%;height:55px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:fixed;bottom:24px;padding:0 16px;-webkit-box-sizing:border-box;box-sizing:border-box}
package/dist/6.css ADDED
@@ -0,0 +1 @@
1
+ .header[data-v-4bcb1ca8]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:50px;width:calc(100vw - 30px);padding:0 15px}.header .text[data-v-4bcb1ca8]{width:200px;text-align:center}.header .right[data-v-4bcb1ca8]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.couponlist[data-v-09fa98a0]{width:100vw;height:100vh}.couponlist .container[data-v-09fa98a0]{width:100vw;height:calc(100vh - 50px);background-color:#f5f6f6;padding:.18rem .12rem;-webkit-box-sizing:border-box;box-sizing:border-box;overflow-y:scroll}.couponlist .container .item[data-v-09fa98a0]{width:100%;height:1.28rem;position:relative;margin-bottom:.1rem;border-radius:3px 3px 3px 3px;overflow:hidden}.couponlist .container .item .coupon_detail[data-v-09fa98a0]{background:#fff;-webkit-box-shadow:0 2px 4px 0 transparent;box-shadow:0 2px 4px 0 transparent;border-radius:10px;padding:0 .12rem;-webkit-box-sizing:border-box;box-sizing:border-box}.couponlist .container .item .coupon_detail .money_box[data-v-09fa98a0]{padding:.12rem 0;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;border-bottom:1px solid #f6f5f8}.couponlist .container .item .coupon_detail .money_box .money[data-v-09fa98a0]{width:.62rem;height:.68rem;background-image:url(static/img/couponbg.ff40c5a6.png);background-size:100% 100%;position:relative}.couponlist .container .item .coupon_detail .money_box .money .num[data-v-09fa98a0]{width:100%;color:#be000f;font-size:16px;position:absolute;text-align:center;top:.16rem}.couponlist .container .item .coupon_detail .money_box .money .num span[data-v-09fa98a0]{font-size:16px;font-weight:600}.couponlist .container .item .coupon_detail .money_box .money .type[data-v-09fa98a0]{color:#fff;font-size:10px;width:100%;text-align:center;position:absolute;bottom:.06rem}.couponlist .container .item .coupon_detail .money_box .rule[data-v-09fa98a0]{width:2.45rem}.couponlist .container .item .coupon_detail .money_box .rule .shopName[data-v-09fa98a0]{width:1.82rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;height:20px;font-size:14px;color:#333;line-height:20px}.couponlist .container .item .coupon_detail .money_box .rule .valid_time[data-v-09fa98a0]{height:22px;font-size:12px;color:#999;line-height:22px}.couponlist .container .item .coupon_detail .money_box .rule .use_rule[data-v-09fa98a0]{width:1.82rem;height:14px;font-size:10px;color:#f50;display:-webkit-box;display:-ms-flexbox;display:flex}.couponlist .container .item .coupon_detail .money_box .rule .use_rule .rule_y[data-v-09fa98a0]{width:14px;height:7px;margin-left:3px}.couponlist .container .item .coupon_detail .money_box .rule .use_rule .rule_y img[data-v-09fa98a0]{width:100%;height:100%}.couponlist .container .item .coupon_detail .money_box .rule .text[data-v-09fa98a0]{font-size:10px;color:#666;line-height:14px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.couponlist .container .item .coupon_detail .coupon_code[data-v-09fa98a0]{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;height:.32rem;line-height:.32rem}.couponlist .container .item .coupon_detail .coupon_code .code[data-v-09fa98a0]{width:60%;font-size:13px}.couponlist .container .item .coupon_detail .coupon_code .btn[data-v-09fa98a0]{width:40%;text-align:right;color:#f50}.couponlist .container .item .shadow[data-v-09fa98a0]{width:100%;height:100%;z-index:99;position:absolute;left:0;top:0;background-color:hsla(0,0%,100%,.8)}.couponlist .container .item .shadow .img_box[data-v-09fa98a0]{width:.64rem;height:.64rem;position:absolute;right:-.08rem;top:-.08rem}.couponlist .container .item .shadow .img_box img[data-v-09fa98a0]{width:100%;height:100%}.couponlist .zore[data-v-09fa98a0]{width:200px;height:200px;margin-top:100px;margin:auto}.couponlist .zore img[data-v-09fa98a0]{width:100%;height:100%}
package/dist/7.css ADDED
@@ -0,0 +1 @@
1
+ .header[data-v-4bcb1ca8]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:50px;width:calc(100vw - 30px);padding:0 15px}.header .text[data-v-4bcb1ca8]{width:200px;text-align:center}.header .right[data-v-4bcb1ca8]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.tellerDetail[data-v-4ef6bf51]{width:100vw;height:100vh}.tellerDetail .bag[data-v-4ef6bf51]{width:100vw;background-image:url(static/img/backytwo.0bb0fa02.png);background-size:100% 100%;height:205px;overflow:hidden}.tellerDetail .bag .heaer_img[data-v-4ef6bf51]{margin-top:20px;height:66px;width:calc(100vw - 60px);padding:0 30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.tellerDetail .bag .heaer_img .img_box[data-v-4ef6bf51]{width:66px;height:66px;border-radius:50%;overflow:hidden}.tellerDetail .bag .heaer_img .img_box img[data-v-4ef6bf51]{width:100%;height:100%}.tellerDetail .bag .heaer_img .name[data-v-4ef6bf51]{width:80%;margin-left:18px;height:66px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.tellerDetail .bag .heaer_img .name .left p[data-v-4ef6bf51]{height:25px;line-height:25px}.tellerDetail .bag .heaer_img .name .left .gary[data-v-4ef6bf51]{font-size:14px;color:#666}.tellerDetail .bag .heaer_img .name .button[data-v-4ef6bf51]{width:66px;height:28px;background:linear-gradient(143deg,#f92019,#ff5839);-webkit-box-shadow:0 2px 10px 0 rgba(255,68,68,.5);box-shadow:0 2px 10px 0 rgba(255,68,68,.5);border-radius:15px;text-align:center;line-height:28px;color:#fff}.tellerDetail .bag .heaer_img .name .button_ccc[data-v-4ef6bf51]{background:#ccc}.tellerDetail .playback[data-v-4ef6bf51]{width:calc(100vw - 60px);height:calc(100vh - 205px);overflow:hidden;-webkit-overflow-scrolling:touch;overflow-y:scroll;padding:0 30px}.tellerDetail .playback .title_text[data-v-4ef6bf51]{height:40px;font-size:14px;color:#333;line-height:40px}.tellerDetail .playback .list[data-v-4ef6bf51]{height:calc(100vh - 245px)}.tellerDetail .playback .list .list_item[data-v-4ef6bf51]{display:-webkit-box;display:-ms-flexbox;display:flex}.tellerDetail .playback .list .list_item .left[data-v-4ef6bf51]{width:8px}.tellerDetail .playback .list .list_item .left .ball[data-v-4ef6bf51]{width:8px;height:8px;background:#aeaeae;border-radius:50%}.tellerDetail .playback .list .list_item .left .wire[data-v-4ef6bf51]{width:1px;height:180px;background:#aeaeae;margin:auto}.tellerDetail .playback .list .list_item .right[data-v-4ef6bf51]{padding:0 13px}.tellerDetail .playback .list .list_item .right .time[data-v-4ef6bf51]{display:-webkit-box;display:-ms-flexbox;display:flex;font-size:13px;height:13px;line-height:13px;color:#666}.tellerDetail .playback .list .list_item .right .time .week[data-v-4ef6bf51]{margin:0 8px}.tellerDetail .playback .list .list_item .right .title[data-v-4ef6bf51]{margin-top:4px;line-height:30px;height:30px;font-size:14px;color:#666}.tellerDetail .playback .list .list_item .right .video_box[data-v-4ef6bf51]{width:230px;height:130px;border-radius:4px;overflow:hidden;position:relative;margin:5px 5px}.tellerDetail .playback .list .list_item .right .video_box img[data-v-4ef6bf51]{width:100%;height:100%}.tellerDetail .playback .list .list_item .right .video_box .bottom[data-v-4ef6bf51]{position:absolute;bottom:0;width:100%;height:30px;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;font-size:11px;padding:0 15px;-webkit-box-sizing:border-box;box-sizing:border-box}.tellerDetail .playback .list .list_item .right .video_box .bottom .amount[data-v-4ef6bf51]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:20%;-ms-flex-pack:distribute;justify-content:space-around}.tellerDetail .videoBox[data-v-4ef6bf51]{width:100%;height:100%}.tellerDetail .videoBox .video[data-v-4ef6bf51]{width:100%;height:90%}.tellerDetail .videoBox .see[data-v-4ef6bf51]{width:100%;height:30px;line-height:30px;text-align:center;background-color:#ffcf00}
package/dist/8.css ADDED
@@ -0,0 +1 @@
1
+ .header[data-v-4bcb1ca8]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:50px;width:calc(100vw - 30px);padding:0 15px}.header .text[data-v-4bcb1ca8]{width:200px;text-align:center}.header .right[data-v-4bcb1ca8]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.updateName[data-v-62f0dc07]{width:100vw;height:100vh;background-color:#f5f6f6}.updateName .bgc[data-v-62f0dc07]{background-color:#fff}.updateName .updateName_content[data-v-62f0dc07]{margin-top:10px;width:100vw;height:calc(100vh - 60px);background-color:#fff;padding:0 16px;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden}.updateName .updateName_content .input_box[data-v-62f0dc07]{width:100%;height:50px;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:4px;border:1px solid #dde0e3;margin-top:12px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.updateName .updateName_content .input_box input[data-v-62f0dc07]{border:none;width:90%;height:48px;line-height:48px;font-size:17px;padding:0 10px}.updateName .updateName_content .input_box span[data-v-62f0dc07]{width:30px;height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.updateName .updateName_content .input_box span img[data-v-62f0dc07]{width:20px;height:20px}.updateName .updateName_content .tip[data-v-62f0dc07]{height:15px;line-height:15px;font-size:10px;color:red}.updateName .updateName_content .namelength[data-v-62f0dc07]{text-align:right;font-size:12px;color:#9c9c9c;font-family:Helvetica}
package/dist/9.css ADDED
@@ -0,0 +1 @@
1
+ .header[data-v-4bcb1ca8]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:50px;width:calc(100vw - 30px);padding:0 15px}.header .text[data-v-4bcb1ca8]{width:200px;text-align:center}.header .right[data-v-4bcb1ca8]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.myLikeList[data-v-6cce1062]{width:100vw;height:100vh}.myLikeList .list[data-v-6cce1062]{width:100%;height:calc(100vh - 50px);background:#f5f6f6;padding-top:15px;-webkit-box-sizing:border-box;box-sizing:border-box}.myLikeList .list .list_box[data-v-6cce1062]{background:#fff;width:100%;height:calc(100vh - 65px);overflow-y:scroll}.myLikeList .list .list_box .list_item[data-v-6cce1062]{width:100%;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin:0}.myLikeList .list .list_box .list_item .left[data-v-6cce1062],.myLikeList .list .list_box .list_item[data-v-6cce1062]{height:50px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.myLikeList .list .list_box .list_item .left[data-v-6cce1062]{width:20%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.myLikeList .list .list_box .list_item .left span[data-v-6cce1062]{width:35px;height:35px;border-radius:50%;display:inline-block;overflow:hidden}.myLikeList .list .list_box .list_item .left span img[data-v-6cce1062]{width:100%;height:100%}.myLikeList .list .list_box .list_item .right[data-v-6cce1062]{width:80%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:15px;color:#333;border-bottom:1px solid #d8d8d8}
@@ -0,0 +1 @@
1
+ .header[data-v-4bcb1ca8]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:50px;width:calc(100vw - 30px);padding:0 15px}.header .text[data-v-4bcb1ca8]{width:200px;text-align:center}.header .right[data-v-4bcb1ca8]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.tabbar[data-v-1459037c]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;display:inline-block;width:100%;height:60px;z-index:100}.tabbar>.item[data-v-1459037c]{display:inline-block;width:25%}.tabbar>.item>img[data-v-1459037c]{width:.17rem;height:.17rem}.tabbarImg[data-v-1459037c]{height:.17rem!important}.list[data-v-6fe1f566]{width:100%;height:100%;overflow-y:hidden}.list .list_item[data-v-6fe1f566]{width:45.8%;height:200px;margin:5px 6px;display:inline-block;border:1px solid #fff;border-radius:5px}.list .list_item .item_box[data-v-6fe1f566]{width:100%;height:100%;border-radius:4px;overflow:hidden;position:relative}.list .list_item .item_box .item_img_box[data-v-6fe1f566],.list .list_item .item_box .item_img_box img[data-v-6fe1f566]{width:100%;height:100%}.list .list_item .item_box .top_zz[data-v-6fe1f566]{padding:4px 4px;background:#84888f;border-radius:12px;position:absolute;left:5px;top:5px;font-size:10px;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.list .list_item .item_box .top_zz .img_box[data-v-6fe1f566]{width:12px;height:12px;margin:0 2px 1px 2px}.list .list_item .item_box .top_zz .img_box img[data-v-6fe1f566]{width:100%;height:100%}.list .list_item .item_box .top_gz[data-v-6fe1f566]{position:absolute;left:5px;top:5px;background:linear-gradient(142deg,#ffd297,#d4963e);border-radius:12px;padding:5px 5px;color:#fff;font-size:10px}.list .list_item .item_box .item_box_bottom[data-v-6fe1f566]{width:100%;height:43px;position:absolute;bottom:0;background:#2d1511;opacity:.7;font-size:12px;color:#fff;padding:6px 6px;-webkit-box-sizing:border-box;box-sizing:border-box}.list .list_item .item_box .item_box_bottom .title[data-v-6fe1f566]{height:12px;font-size:12px}.list .list_item .item_box .item_box_bottom .teller[data-v-6fe1f566]{margin-top:3px;font-size:16px}.list .list_item .item_box .gzzb_bottom[data-v-6fe1f566]{width:100%;height:53px;position:absolute;bottom:0;background:#2d1511;opacity:.7;font-size:12px;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around}.list .list_item .item_box .gzzb_bottom .left[data-v-6fe1f566]{width:76%;height:100%;padding:6px 1px;-webkit-box-sizing:border-box;box-sizing:border-box}.list .list_item .item_box .gzzb_bottom .left .title[data-v-6fe1f566]{width:100%;height:12px;font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.list .list_item .item_box .gzzb_bottom .left .time[data-v-6fe1f566]{width:100%;height:12px;font-size:10px!important;line-height:12px;margin-top:2px}.list .list_item .item_box .gzzb_bottom .left .teller[data-v-6fe1f566]{height:20px;line-height:20px;font-size:14px}.list .list_item .item_box .gzzb_bottom .right[data-v-6fe1f566]{width:24%;height:100%;padding:6px 0;-webkit-box-sizing:border-box;box-sizing:border-box}.list .list_item .item_box .gzzb_bottom .right .nz[data-v-6fe1f566]{width:22px;height:22px;margin:auto}.list .list_item .item_box .gzzb_bottom .right .nz img[data-v-6fe1f566]{width:100%;height:100%}.list .list_item .item_box .gzzb_bottom .right .tip[data-v-6fe1f566]{text-align:center;margin-top:3px;font-size:10px}.nodata[data-v-7f452e38]{width:100%;height:100%}.nodata .img_box[data-v-7f452e38]{width:200px;height:160px;margin:auto;margin-top:40px}.nodata .text[data-v-7f452e38]{height:56px;font-size:14px;color:#666;line-height:56px;width:100%;text-align:center}.liveList[data-v-5cd1d8b0]{width:100vw;height:calc(100vh - 100px);background:#f5f6f6}.liveList .list_box[data-v-5cd1d8b0]{width:calc(100vw - 24px);padding:3px 12px;height:calc(100vh - 144px);overflow-y:scroll}.list_item[data-v-15e948c0]{width:46%;height:250px;margin:5px 6px;display:inline-block;background-color:#fff;-webkit-box-shadow:0 0 4px 0 rgba(0,0,0,.1);box-shadow:0 0 4px 0 rgba(0,0,0,.1);border-radius:8px}.list_item .item_box[data-v-15e948c0]{width:100%;height:235px;border-radius:4px;overflow:hidden;position:relative}.list_item .item_box .item_img_box[data-v-15e948c0]{width:166px;height:166px}.list_item .item_box .item_img_box img[data-v-15e948c0]{width:100%;height:100%}.list_item .item_box .item_box_bottom[data-v-15e948c0]{width:100%;height:69px;background:#fff;color:#333}.list_item .item_box .item_box_bottom .people[data-v-15e948c0]{height:30px;line-height:30px;letter-spacing:1px;text-shadow:0 0 4px rgba(0,0,0,.1);font-family:PingFangSC-Regular,PingFang SC;font-weight:400;font-size:14px;width:100%;text-indent:10px;overflow:hidden}.list_item .item_box .item_box_bottom .mark[data-v-15e948c0]{height:39px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.list_item .item_box .item_box_bottom .mark .red[data-v-15e948c0]{color:red;padding-left:10px;display:-webkit-box;display:-ms-flexbox;display:flex}.list_item .item_box .item_box_bottom .mark .red .rmb[data-v-15e948c0]{font-size:10px;height:10px;margin-top:7px}.list_item .item_box .item_box_bottom .mark .red .now_mark[data-v-15e948c0]{font-size:19px}.list_item .item_box .item_box_bottom .original[data-v-15e948c0]{font-size:10px!important;display:-webkit-box;display:-ms-flexbox;display:flex;color:#999;text-decoration:line-through}.commodityList[data-v-379bf3fe]{width:100vw;height:calc(100vh - 100px);overflow:hidden;background:#f5f6f6}.commodityList .list_box[data-v-379bf3fe]{width:calc(100vw - 16px);padding:8px 8px;height:calc(100vh - 100px);overflow-y:scroll;background:#f5f6f6}.user{width:100vw;height:calc(100vh - 50px);background:#f5f6f6}.user .bag{width:100vw;background-image:url(static/img/bag.9bd1c8bb.png);height:205px}.user .bag .heaer_img{margin-top:20px;height:66px;width:calc(100vw - 60px);padding:0 30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.user .bag .heaer_img .img_box{width:66px;height:66px;border-radius:50%;overflow:hidden}.user .bag .heaer_img .img_box img{width:100%;height:100%}.user .bag .heaer_img .name{margin-left:18px}.user .mycontent{margin-top:20px;width:100vw;-ms-flex-pack:distribute;justify-content:space-around}.user .mycontent,.user .mycontent .box{display:-webkit-box;display:-ms-flexbox;display:flex}.user .mycontent .box{width:43%;height:70px;background:#fff;-webkit-box-shadow:0 2px 6px 0 rgba(0,0,0,.12);box-shadow:0 2px 6px 0 rgba(0,0,0,.12);border-radius:12px;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:14px 16px}.user .mycontent .box .left{width:60%}.user .mycontent .box .left .top{font-size:20px;font-weight:600px}.user .mycontent .box .left .bottom{font-size:14px;color:#f50;line-height:20px;height:20px;display:-webkit-box;display:-ms-flexbox;display:flex}.user .mycontent .box .left .bottom span{margin-left:3px}.user .mycontent .box .right{width:42px;height:42px}.user .mycontent .box .right img{width:100%;height:100%}
@@ -0,0 +1 @@
1
+ .header[data-v-4bcb1ca8]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:50px;width:calc(100vw - 30px);padding:0 15px}.header .text[data-v-4bcb1ca8]{width:200px;text-align:center}.header .right[data-v-4bcb1ca8]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.page{width:100vw;height:100vh}
@@ -0,0 +1 @@
1
+ .container[data-v-a8c887e8]{width:100%;margin-top:80px;text-align:center;font-size:12px;color:#bcbcbc}
@@ -0,0 +1 @@
1
+ .room_header{width:100%;height:80px;overflow:hidden;position:absolute;top:0;z-index:66}.room_header .top{width:100%;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.room_header .top,.room_header .top .tellerInfo_box{display:-webkit-box;display:-ms-flexbox;display:flex}.room_header .top .tellerInfo_box{width:178px;height:40px;margin:5px 5px;border-radius:20px;background-color:rgba(0,0,0,.3);-webkit-box-align:center;-ms-flex-align:center;align-items:center}.room_header .top .tellerInfo_box .teller_header{width:30px;height:30px;border-radius:50%;margin:0 5px;overflow:hidden}.room_header .top .tellerInfo_box .teller_header img{width:100%;height:100%}.room_header .top .tellerInfo_box .huaxia_photo{width:30px;height:30px;border-radius:50%;line-height:30px;margin:0 5px;overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#ffcf00;color:#fff}.room_header .top .tellerInfo_box .teller_name{width:75px;height:40px;margin:5px 3px;color:#fff}.room_header .top .tellerInfo_box .teller_name .name{font-size:14px;line-height:20px;height:20px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.room_header .top .tellerInfo_box .teller_name .hot{line-height:20px;height:20px;font-size:11px}.room_header .top .tellerInfo_box .teller_name .hot .hot_img{width:11px;height:11px;display:inline-block}.room_header .top .tellerInfo_box .teller_name .hot .hot_img img{width:100%;height:100%}.room_header .top .tellerInfo_box .attention_button{width:60px;height:30px;margin:5px 5px;font-size:14px;background-color:#f71e81;border-radius:15px;color:#fff;line-height:30px;text-align:center}.room_header .top .tellerInfo_box .attention_button_y{background-color:#666}.room_header .top .right_box{height:40px;margin:5px 1px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.room_header .top .right_box .list_box{height:30px}.room_header .top .right_box .list_box .item_box{width:30px;height:30px;margin:0 1.5px;border-radius:50%;overflow:hidden}.room_header .top .right_box .list_box .item_box img{width:100%;height:100%}.room_header .top .right_box .pepole{width:42px;height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#fff;margin:0 1px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:rgba(0,0,0,.3);border-radius:15px}.room_header .top .right_box .gobackIcon{width:30px;height:30px;background-image:url(static/img/close.1bdba43a.png);background-size:100%;border-radius:50%}.room_header .bottom{width:calc(100vw - 16px);padding:0 8px}.room_header .bottom,.room_header .bottom .intro{display:-webkit-box;display:-ms-flexbox;display:flex}.room_header .bottom .intro{width:38px;height:20px;font-size:11px;border-radius:20px;color:#fff;background-color:rgba(0,0,0,.3);-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.room_header .bottom .tip{width:30px}.room_header .bottom .notice{width:90px;height:20px;font-size:11px;padding-left:3px;border-radius:20px;color:#fff;background-color:rgba(0,0,0,.3);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:5px;overflow:hidden}.room_header .bottom .notice .animate_box{white-space:nowrap}.room_header .bottom .notice .animate{color:#f6f6f6;display:inline-block;white-space:nowrap;-webkit-animation:wordsLoop 10s linear infinite normal;animation:wordsLoop 10s linear infinite normal}@keyframes wordsLoop{0%{transform:translateX(100%);-webkit-transform:translateX(100%)}to{transform:translateX(-110%);-webkit-transform:translateX(-110%)}}@-webkit-keyframes wordsLoop{0%{transform:translateX(100%);-webkit-transform:translateX(100%)}to{transform:translateX(-110%);-webkit-transform:translateX(-110%)}}.room_header .pc_top .pc_tellerInfo_box{background:-webkit-gradient(linear,left top,left bottom,from(#ffe6f1),to(#ffccd9));background:linear-gradient(180deg,#ffe6f1,#ffccd9)}.room_header .pc_top .pc_tellerInfo_box .pc_teller_name{color:#ed1e61}.room_header .pc_top .pc_pepole{background:-webkit-gradient(linear,left top,left bottom,from(#ffe6f1),to(#ffccd9));background:linear-gradient(180deg,#ffe6f1,#ffccd9);color:#e71e51}.footer[data-v-f1da1b06]{width:100%;height:60px;padding:0 9px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;position:fixed;bottom:0;z-index:66}.footer .chatBox .chatInput[data-v-f1da1b06]{border:none;height:40px;width:145px;border-radius:20px;background-color:rgba(0,0,0,.3);color:#fff;text-indent:.15rem}.footer .chatBox .pc_chatInput[data-v-f1da1b06]{background:#f0f0f0;color:#000}.footer .rightBox[data-v-f1da1b06]{display:-webkit-box;display:-ms-flexbox;display:flex}.footer .rightBox .footer_btn[data-v-f1da1b06]{display:inlin-block;width:40px;height:40px;margin-left:3px}.footer .rightBox .footer_btn[data-v-f1da1b06]:hover{cursor:pointer}.footer .rightBox .gift[data-v-f1da1b06]{background-image:url(static/img/gift.946c1aa9.png);background-size:100% 100%}.footer .rightBox .product[data-v-f1da1b06]{background-image:url(static/img/product.c86c65fd.png);background-size:100% 100%}.footer .rightBox .share[data-v-f1da1b06]{background-image:url(data:image/png;base64,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);background-size:100% 100%}#main-player-video-container[data-v-35e3fe52]{position:absolute;top:0;left:0;right:0;bottom:0;overflow:hidden;background:#000;pointer-events:none}#main-player-video-container>video[data-v-35e3fe52]{pointer-events:auto}@media screen and (orientation:portrait){[data-v-35e3fe52] .video-dimensions{width:100%!important;height:100%!important}}.animation{display:block;background-color:#ffcf00;position:absolute;height:100%;color:#da0000;font-size:14px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 .06rem;border-radius:8px}.animation span{margin-left:.01rem}.chartRoom_box[data-v-fbd0feac]{position:fixed;bottom:.8rem;height:40%;width:100%;z-index:99}.chartRoom_box .animation_box[data-v-fbd0feac]{width:100%;position:relative;z-index:99;height:10%}.chartRoom_box .chartRoom[data-v-fbd0feac]{padding:0 .1rem;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden;height:90%;max-width:75%;z-index:10;overflow-y:auto}.chartRoom_box .chartRoom .chat_box[data-v-fbd0feac]{display:table;padding:.05rem .05rem;background:rgba(0,0,0,.25);border-radius:8px;line-height:20px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:13px;text-align:justify;color:#fff;text-justify:inter-ideograph;position:relative;-webkit-box-sizing:border-box;box-sizing:border-box;opacity:1;margin-bottom:.05rem}.chartRoom_box .chartRoom .pc_chat_box[data-v-fbd0feac]{background-color:#f0f0f0;color:#333}.chartRoom_box .chartRoom .Msg_list .chat[data-v-fbd0feac]{width:100%}.chartRoom_box .chartRoom .Msg_list .chat .chat_name[data-v-fbd0feac]{color:#ffa900}.chartRoom_box .chartRoom .Msg_list .chat .chat_name .herder_box[data-v-fbd0feac]{width:.3rem;height:.3rem;border-radius:50%;display:inline-block;overflow:hidden}.chartRoom_box .chartRoom .Msg_list .chat .chat_name .herder_box img[data-v-fbd0feac]{width:100%;height:100%}.chartRoom_box .chartRoom .Msg_list .chat .teller_name[data-v-fbd0feac]{display:inline-block;width:.3rem;height:.3rem;text-align:center;line-height:.3rem;background:#ffa900;color:#fff;font-size:.18rem;font-weight:600;border-radius:50%;overflow:hidden}.chartRoom_box .chartRoom .Msg_list .chat a[data-v-fbd0feac]{display:inline-block;width:100%}.chartRoom_box .chartRoom .Msg_list .gift[data-v-fbd0feac]{letter-spacing:0;text-align:left;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.chartRoom_box .chartRoom .Msg_list .gift .img_box[data-v-fbd0feac]{display:inline-block;width:40px;height:40px}.chartRoom_box .chartRoom .Msg_list .gift .img_box img[data-v-fbd0feac]{width:100%;height:100%}.chartRoom_box .height_type[data-v-fbd0feac]{height:calc(100% - 1rem)}.chartRoom_box .product_box[data-v-fbd0feac]{padding:.1rem .1rem;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden;height:.95rem;max-width:75%;z-index:10}.chartRoom_box .product_box .product[data-v-fbd0feac]{border-radius:8px;text-align:none;color:#fff;text-justify:none;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;letter-spacing:0;background:#fff;position:relative;height:.85rem}.chartRoom_box .product_box .product .product_img[data-v-fbd0feac]{width:1rem;height:.85rem;position:relative;margin-right:.15rem;border-radius:4px;overflow:hidden}.chartRoom_box .product_box .product .product_img img[data-v-fbd0feac]{width:100%;height:100%}.chartRoom_box .product_box .product .product_img .explain[data-v-fbd0feac]{display:block;width:.5rem;height:.15rem;line-height:.15rem;text-align:center;background-color:#ffcf00;color:#e12e00;font-size:10px;position:absolute;left:0;top:0}.chartRoom_box .product_box .product .product_msg[data-v-fbd0feac]{padding:.03rem .03rem!important;height:100%;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.chartRoom_box .product_box .product .product_msg .product_name[data-v-fbd0feac]{width:1.32rem;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;height:22px;line-height:22px;font-size:13px;color:#000}.chartRoom_box .product_box .product .product_msg .product_pranit[data-v-fbd0feac]{font-size:14px;color:red;padding:.05,.05rem}.chartRoom_box .product_box .product .product_msg .product_pranit .rmb[data-v-fbd0feac]{font-size:8px!important}.chartRoom_box .product_box .product .product_msg .old_pranit[data-v-fbd0feac]{font-size:10px!important;color:#999;line-height:22px;text-decoration:line-through}.chartRoom_box .product_box .product .close[data-v-fbd0feac]{width:.15rem;height:.15rem;border-radius:50%;position:absolute;right:-.1rem;top:-.05rem;background:#999;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:10px!important}.chartRoom[data-v-fbd0feac]::-webkit-scrollbar{display:none;width:0}.giftBox[data-v-62d464fe]{position:fixed;bottom:0;z-index:101;width:100%;height:325px;background:rgba(0,0,0,.5);border-radius:10px 10px 0 0}.giftBox .titleBox .title[data-v-62d464fe]{display:inline-block;height:14.5px;font-size:15px;color:#fccf33;margin-left:16.5px;margin-top:18.5px;margin-bottom:18.5px}.giftBox .titleBox p[data-v-62d464fe]{height:12px;font-size:12px;margin-left:17px;color:#767676;margin-bottom:15px}.giftBox .giftList[data-v-62d464fe]{overflow-y:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;max-height:1.85rem}.giftBox .giftList .giftDiv[data-v-62d464fe]{border:1px solid transparent;border-radius:8px;width:24%;height:98px;position:relative}.giftBox .giftList .giftDiv[data-v-62d464fe]:nth-child(4n){margin-right:0}.giftBox .giftList .giftDiv[data-v-62d464fe]:hover{border-color:#fccf33;cursor:pointer}.giftBox .giftList .giftDiv.checked[data-v-62d464fe]{border-color:#fccf33}.giftBox .giftList .giftDiv .giftImg[data-v-62d464fe]{width:38px;height:38px;margin-left:27px;margin-top:21px}.giftBox .giftList .giftDiv .giftTitle[data-v-62d464fe]{color:#fff;font-size:11px;text-align:center;margin-top:4px}.giftBox .giftList .giftDiv i[data-v-62d464fe]{width:23px;height:13px;line-height:13px;font-style:normal;border-radius:6.5px;text-align:center;background-color:#767676;font-size:9px;color:#fff;position:absolute;top:6px;right:6px}.giftBox .giveBox[data-v-62d464fe]{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;position:fixed;bottom:8px;padding-left:17px;padding-right:13px}.giftBox .giveBox .van-stepper[data-v-62d464fe]{height:24px}.giftBox .giveBox button[data-v-62d464fe]{background-color:#fccf33;font-size:15px;border-radius:17px;height:34px;width:80px;color:#666;border:none;margin-left:135px}.giftBox .giveBox button[data-v-62d464fe]:hover{cursor:pointer}.giftBox .select[data-v-62d464fe]{display:none;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;width:210px;height:153.5px;border:1px solid #000;background-color:rgba(0,0,0,.7);border-radius:4px;z-index:999;position:fixed;bottom:50px;left:25px;position:relative}.giftBox .select .code[data-v-62d464fe]{width:33%;padding:0;height:38.4px;color:#fff;line-height:38.4px;text-align:center;border-right:1px solid #545454;border-bottom:1px solid #545454}.giftBox .select .code[data-v-62d464fe]:nth-child(3n){border-right:none}.giftBox .select .code[data-v-62d464fe]:nth-child(10),.giftBox .select .code[data-v-62d464fe]:nth-child(11),.giftBox .select .code[data-v-62d464fe]:nth-child(12){border-bottom:none}.giftBox .select .code[data-v-62d464fe]{font-size:15px}.giftBox .select .code img[data-v-62d464fe]{margin-top:10px}.giftBox .select .code button[data-v-62d464fe]{border:none;width:100%;height:100%;background-color:#000;color:#fff;font-size:14px}.giftBox .select .box[data-v-62d464fe]{width:0;height:0;border:15px solid;border-color:rgba(0,0,0,.7) transparent transparent transparent;position:absolute;bottom:-33px;left:40px}.giftBox input[data-v-62d464fe]{width:41px;height:32px;border:none;border-radius:2px;position:fixed;bottom:8px;left:61px;background:#4a4a4a}.product_box[data-v-1560ed29]{width:100%;max-height:4.5rem}.product_box .count[data-v-1560ed29]{height:.2rem;line-height:.2rem;margin-top:.1rem;text-indent:.03rem}.product_box .count .num[data-v-1560ed29]{color:red}.product_box .list_box[data-v-1560ed29]{width:100%;height:420px;padding:.03rem .03rem;overflow-y:scroll;-webkit-box-sizing:border-box;box-sizing:border-box}.product_box .list_box .item[data-v-1560ed29]{padding:13px 0;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1px solid #d8d8d8;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.product_box .list_box .item .img_box[data-v-1560ed29]{width:1rem;height:1rem;position:relative}.product_box .list_box .item .img_box img[data-v-1560ed29]{width:100%;height:100%}.product_box .list_box .item .img_box .sort[data-v-1560ed29]{position:absolute;left:0;top:0;width:.3rem;height:.2rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:rgba(0,0,0,.6);color:#fff}.product_box .list_box .item .item_msg[data-v-1560ed29]{width:70%;padding:.1rem .1rem;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-line-pack:justify;align-content:space-between}.product_box .list_box .item .item_msg .name[data-v-1560ed29]{height:34px;line-height:17px;letter-spacing:0;font-size:14px;overflow:hidden;display:-webkit-box;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical}.product_box .list_box .item .item_msg .price[data-v-1560ed29]{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.product_box .list_box .item .item_msg .price .left[data-v-1560ed29]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.product_box .list_box .item .item_msg .price .left .new_pirce[data-v-1560ed29]{color:#da0000;font-size:15px;line-height:21px}.product_box .list_box .item .item_msg .price .left .old_price[data-v-1560ed29]{margin-left:.01rem;line-height:14px;height:14px;font-size:10px;color:#999;text-decoration:line-through}.product_box .list_box .item .item_msg .price .btn[data-v-1560ed29]{width:.8rem;height:.3rem;background-color:#ffcf00;border-radius:15px;font-size:15px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.product_box .list_box .item .item_msg .price .btn[data-v-1560ed29],.share .share_box[data-v-2d1df644]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.share .share_box[data-v-2d1df644]{width:100%;height:1.63rem;border-bottom:1px solid #d8d8d8}.share .share_box .share_way[data-v-2d1df644]{width:50%;height:70px}.share .share_box .share_way div[data-v-2d1df644]{margin:auto;width:50px;height:50px}.share .share_box .share_way div img[data-v-2d1df644]{width:100%;height:100%}.share .share_box .share_way p[data-v-2d1df644]{font-size:12px;height:20px;line-height:20px;text-align:center}.share .cannel[data-v-2d1df644]{width:100%;height:.5rem;line-height:.5rem;text-align:center;font-size:16px;color:#666}.van-overlay{z-index:100}.bivector[data-v-fb61a99c]{width:100%;height:100%}.bivector .shadow[data-v-fb61a99c]{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.bivector .shadow .container[data-v-fb61a99c]{width:2.6rem;height:3.27rem;background-color:#fff;position:absolute;border-radius:10px}.bivector .shadow .container .img_box[data-v-fb61a99c]{width:2.6rem;height:2.51rem}.bivector .shadow .container .img_box img[data-v-fb61a99c]{width:100%;height:100%}.bivector .shadow .container .text_box[data-v-fb61a99c]{width:2.6rem;height:.76rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bivector .shadow .container .text_box .text[data-v-fb61a99c]{width:70%;height:100%}.bivector .shadow .container .text_box .text .share_teller[data-v-fb61a99c]{color:#333;font-size:15px;height:.32rem;line-height:.32rem;text-indent:.1rem}.bivector .shadow .container .text_box .text .share_firend[data-v-fb61a99c]{color:#666;font-size:12px;line-height:.32rem;height:.32rem;text-indent:.1rem}.bivector .shadow .container .text_box .bivector_box[data-v-fb61a99c]{width:30%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.bivector .shadow .container .text_box .bivector_box .qrcode[data-v-fb61a99c]{display:inline-block;width:66px;height:66px}.bivector .shadow .container .text_box .bivector_box .qrcode img[data-v-fb61a99c]{width:66px;height:66px}.stop_box[data-v-a0f863a4]{width:100vw;height:100vh;background-color:#000;position:absolute;top:0;left:0}.stop_box div[data-v-a0f863a4]{width:100%;height:100%;position:relative}.stop_box div div[data-v-a0f863a4]{width:50%;height:100px;position:absolute;top:.75rem;left:25%}.stop_box div div img[data-v-a0f863a4]{width:100%;height:100%}.pc_stop_box[data-v-a0f863a4]{height:220px;top:.7rem}.pc_div[data-v-a0f863a4]{top:.35rem}.button[data-v-b6625ba4]{width:100%;height:50px;background:#ffcf00;border-radius:25px;font-size:16px;color:#666;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.check_box[data-v-570bad8c]{width:100%}.check_box .select[data-v-570bad8c]{height:21px;display:inline-block;border-radius:.11rem;border:1px solid #d7d7d7;line-height:21px;padding:.02rem .02rem;margin:.05rem .06rem}.check_box .select .select_icon[data-v-570bad8c],.check_box .select .select_icon img[data-v-570bad8c]{width:.14rem;height:.14rem}.select_true[data-v-570bad8c]{color:#fccf33;border:1px solid #fccf33!important}.finish[data-v-a220b47a]{width:100%;height:100%;background-color:rgba(0,0,0,.8)}.finish .teller_msg[data-v-a220b47a]{width:100%;height:1.36rem;margin-top:1.18rem}.finish .teller_msg .teller_photo[data-v-a220b47a]{width:1rem;height:1rem;border-radius:50%;margin:auto;overflow:hidden}.finish .teller_msg .teller_photo img[data-v-a220b47a]{width:100%;height:100%}.finish .teller_msg .teller_name[data-v-a220b47a]{width:100%;margin-top:.14rem;height:.18rem;line-height:.18rem;text-align:center;font-size:17px;color:#fff}.finish .over[data-v-a220b47a]{width:100%;height:22px;font-size:22px;font-family:Helvetica;color:#fff;line-height:22px;text-align:center;margin-top:.44rem}.finish .btn_box[data-v-a220b47a]{width:85%;margin:auto;margin-top:.39rem}.finish .btn_box .goback[data-v-a220b47a]{color:#000;font-size:16px;font-family:PingFangSC-Medium,PingFang SC;font-weight:600}.finish .btn_box .evaluate[data-v-a220b47a]{font-size:14px;color:#fff;background-color:transparent;border:1px solid #fff;margin-top:.2rem}.finish .select[data-v-a220b47a]{width:100%}.finish .suggest[data-v-a220b47a]{width:80%;margin:auto;border-radius:5px 5px 0 0;border:1px solid #ededed;margin-top:.2rem}.finish .rate_btn[data-v-a220b47a]{width:80%;margin:.2rem auto;color:#000;font-weight:600}.rate_box[data-v-a220b47a]{width:100%;height:.36rem;margin-top:.3rem}.rate_box .el-rate[data-v-a220b47a]{height:.36rem;line-height:.36rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.el-rate__icon[data-v-a220b47a]{font-size:36px!important}.rate_text[data-v-a220b47a]{margin-top:.2rem;width:100%;font-size:16px;text-align:center;height:20px;line-height:20px;color:#666}.rate_select[data-v-a220b47a]{width:85%;margin:auto;margin-top:.2rem}.red_bag[data-v-7e2c0986]{width:100vw;z-index:999}.red_bag .price[data-v-7e2c0986]{color:#ffcf00;font-size:24px;margin:0;padding:0}.red_bag .red_start[data-v-7e2c0986]{width:2.5rem;height:2.85rem;margin:auto;margin-top:1.6rem;position:relative}.red_bag .red_start .close[data-v-7e2c0986]{position:absolute;right:.3rem;top:-.4rem;width:.3rem;height:.3rem}.red_bag .red_start .close img[data-v-7e2c0986],.red_bag .red_start .event_block[data-v-7e2c0986]{width:100%;height:100%}.red_bag .red_start .bag_content[data-v-7e2c0986]{width:70%;position:absolute;top:1.3rem;left:15%;text-align:center;font-size:17px;font-weight:800;color:#fff;line-height:22px}.red_bag .red_end[data-v-7e2c0986]{width:2.5rem;height:2.85rem;margin:auto;margin-top:1.6rem;position:relative}.red_bag .red_end .face_icon_box[data-v-7e2c0986]{position:absolute;top:.45rem;width:100%;height:.4rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.red_bag .red_end .face_icon_box .face_icon[data-v-7e2c0986]{width:40px;height:40px}.red_bag .red_end .event_block[data-v-7e2c0986],.red_bag .red_end .face_icon_box .face_icon img[data-v-7e2c0986]{width:100%;height:100%}.red_bag .red_end .close[data-v-7e2c0986]{position:absolute;right:.3rem;top:-.4rem;width:.3rem;height:.3rem}.red_bag .red_end .close img[data-v-7e2c0986]{width:100%;height:100%}.red_bag .red_end .res[data-v-7e2c0986]{width:100%;text-align:center;height:20px;font-weight:600;color:#ff0a0a;line-height:20px;font-size:14px;position:absolute;top:.9rem}.red_bag .red_end .res_text[data-v-7e2c0986]{top:1.2rem;font-size:16px}.likeHeart .dianzanBox{width:.5rem;position:fixed;z-index:99;right:.17rem;bottom:20%}.likeHeart .dianzanBox:hover{cursor:pointer}.likeHeart .dianzanBox .dianzanIcon{width:.5rem;height:.5rem}.likeHeart .dianzanBox .zanNumber{text-align:center;height:.2rem;line-height:.2rem;border-radius:9px;background-color:#f71e81;color:#fff}#cvs{bottom:calc(20% + 20px);width:1rem;bottom:1.85rem;position:fixed;z-index:2;right:calc(-.08rem + 10px);height:300px}.tabulate_list .tabulate_content[data-v-5d2f9fee]{width:100%;height:3rem}.tabulate_list .tabulate_content .list[data-v-5d2f9fee]{height:.6rem;border-top:1px solid #171617;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 .1rem;-webkit-box-sizing:border-box;box-sizing:border-box}.tabulate_list .tabulate_content .list .list_img[data-v-5d2f9fee]{width:.4rem;height:.4rem;border-radius:50%;overflow:hidden}.tabulate_list .tabulate_content .list .list_img img[data-v-5d2f9fee]{width:100%;height:100%}.tabulate_list .tabulate_content .list .list_name[data-v-5d2f9fee]{font-size:14px;margin-left:.2rem}.tabulate_list .tabulate_content .flex[data-v-5d2f9fee]{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.tabulate_list .tabulate_content .flexa[data-v-5d2f9fee]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.tabulate_list .tabulate_content .flexa .margin[data-v-5d2f9fee]{margin:0 .1rem}.van-action-sheet[data-v-5d2f9fee]{color:#fff}.van-popup[data-v-5d2f9fee]{background-color:#000}[class*=van-hairline][data-v-5d2f9fee]:after{border:none}.code_button[data-v-fd4d7840]{width:120px;height:40px;background:#ffcf00;border-radius:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:14px;color:#666}.gray[data-v-fd4d7840]{background:#f7f8fa}.roomLogin[data-v-031553fa]{width:100%;height:100%;z-index:99}.roomLogin .shadow[data-v-031553fa]{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.roomLogin .shadow .login_box[data-v-031553fa]{width:3.15rem;height:2.5rem;-webkit-box-shadow:0 0 16px 0 rgba(0,0,0,.05);box-shadow:0 0 16px 0 rgba(0,0,0,.05);border-radius:8px;background-color:#fff;padding:0 .12rem;-webkit-box-sizing:border-box;box-sizing:border-box}.roomLogin .shadow .login_box .title[data-v-031553fa]{height:.54rem;line-height:.54rem;text-align:center;font-size:18px;font-weight:600}.roomLogin .shadow .login_box .box[data-v-031553fa]{width:100%;height:.5rem;background:#eee;border-radius:8px;margin:6px 0;display:-webkit-box;display:-ms-flexbox;display:flex}.roomLogin .shadow .login_box .box .left[data-v-031553fa]{width:.7rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-pack:distribute;justify-content:space-around}.roomLogin .shadow .login_box .box .left .phone_igm[data-v-031553fa]{width:.17rem;height:.17rem}.roomLogin .shadow .login_box .box .left .phone_igm img[data-v-031553fa]{width:100%;height:100%}.roomLogin .shadow .login_box .box .input_box[data-v-031553fa]{width:calc(100% - .7rem);height:100%}.roomLogin .shadow .login_box .box .input_box input[data-v-031553fa]{margin-left:.1rem;width:80%;height:100%;border:none;background-color:#eee}.roomLogin .shadow .login_box .box .code[data-v-031553fa]{width:55%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.roomLogin .shadow .login_box .box .code input[data-v-031553fa]{border:none;width:80%;height:100%;background-color:#eee}.roomLogin .shadow .login_box .box .btn[data-v-031553fa]{width:45%;height:100%}.roomLogin .shadow .login_box .box .btn .codeBtn[data-v-031553fa]{width:100%;height:100%;border-radius:0;font-size:16px;color:#000;font-weight:500}.roomLogin .shadow .loginBtn[data-v-031553fa]{margin-top:.2rem;color:#333;font-size:16px}.header[data-v-4bcb1ca8]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:50px;width:calc(100vw - 30px);padding:0 15px}.header .text[data-v-4bcb1ca8]{width:200px;text-align:center}.header .right[data-v-4bcb1ca8]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.advance[data-v-33f8c76f]{width:100vw;height:100vh;background-color:#fff}.advance .advance_shadow[data-v-33f8c76f]{width:100%;height:100%}.advance .advance_shadow .jianjie[data-v-33f8c76f]{padding:.03rem .03rem;background-color:rgba(0,0,0,.3);border-radius:10px;margin-left:.1rem;margin-top:.1rem;color:#fff;font-size:13px}.advance .advance_shadow .count_down[data-v-33f8c76f]{width:3rem;height:1rem;position:fixed;top:0;left:0;right:0;bottom:0;margin:auto;background:-webkit-gradient(linear,left top,left bottom,from(transparent),to(rgba(0,0,0,.13)));background:linear-gradient(180deg,transparent,rgba(0,0,0,.13));color:#fff;font-size:28px;font-weight:500;text-shadow:0 1px 2px #000}.advance .advance_shadow .count_down p[data-v-33f8c76f]{display:block;width:100%;text-align:center;height:.44rem;line-height:.44rem}.advance .advance_shadow .count_down div[data-v-33f8c76f]{width:100%;text-align:center;font-weight:500;height:.48rem;line-height:.48rem}.advance .advance_shadow .count_down div span[data-v-33f8c76f]{margin:.02rem .02rem;font-size:36px}.not_start[data-v-17147198]{width:100vw;height:calc(100vh - 50px)}.not_start div[data-v-17147198]{width:100%;height:100%;position:relative}.not_start div div[data-v-17147198]{width:50%;height:100px;position:absolute;top:.75rem;left:25%}.not_start div div img[data-v-17147198]{width:100%;height:100%}.pc_stop_box[data-v-17147198]{height:2.2rem}.pc_div[data-v-17147198]{top:.35rem}video{width:100%!important;height:100%!important;-o-object-fit:cover!important;object-fit:cover!important;preload:none}.liveRoom[data-v-32828011]{width:100vw;height:100vh;overflow:hidden;position:relative;content:""}.liveRoom .prism-player[data-v-32828011]{width:100%;height:100%;background-color:grey}.liveRoom .stop[data-v-32828011]{z-index:30}.liveRoom .not_start[data-v-32828011]{position:absolute;top:.7rem;left:0;z-index:100}.liveRoom .finish[data-v-32828011]{position:absolute;top:0;left:0;z-index:1000}.liveRoom .likeHeart_box[data-v-32828011]{position:absolute;bottom:1rem;right:.3rem;z-index:50}.liveRoom .red_bag[data-v-32828011]{position:absolute;top:0;left:0;z-index:200}.liveRoom .overlay[data-v-32828011]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;z-index:500}.liveRoom .overlay .overlay_box[data-v-32828011]{width:3.24rem;min-height:2rem;background-color:#fff;-webkit-box-shadow:0 0 16px 0 rgba(0,0,0,.05);box-shadow:0 0 16px 0 rgba(0,0,0,.05);border-radius:8px;padding:0 .21rem;-webkit-box-sizing:border-box;box-sizing:border-box}.liveRoom .overlay .overlay_box .title[data-v-32828011]{width:100%;text-align:center;height:.54rem;line-height:.54rem;font-size:18px;font-weight:600}.liveRoom .overlay .overlay_box .text_box[data-v-32828011]{line-height:22px;font-size:14px;color:#666}.liveRoom .redbag_btn[data-v-32828011]{width:.7rem;height:.8rem;position:absolute;top:.4rem;right:.05rem;z-index:200}.liveRoom .redbag_btn img[data-v-32828011]{width:100%;height:100%}.liveRoom_bgm[data-v-32828011]{width:100vw;height:100vh;position:absolute;left:0;top:0;z-index:-1;opacity:.3;background-color:#000}.pop[data-v-32828011]{width:100vw;height:100vh;position:absolute;z-index:100;top:0}.pc_video[data-v-32828011]{height:.7rem;width:100%}.advance[data-v-32828011]{z-index:200;position:absolute;top:0;left:0}.roomLogin[data-v-32828011]{width:100vw;height:100vh;position:absolute;top:0;left:0}.float-page-container[data-v-32828011]{position:absolute;z-index:3000;top:0;left:0;width:100%;height:100%;background:#fff}
@@ -0,0 +1 @@
1
+ .header[data-v-4bcb1ca8]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:50px;width:calc(100vw - 30px);padding:0 15px}.header .text[data-v-4bcb1ca8]{width:200px;text-align:center}.header .right[data-v-4bcb1ca8]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.button[data-v-b6625ba4]{width:100%;height:50px;border-radius:25px;font-size:16px}.button[data-v-b6625ba4],.code_button[data-v-fd4d7840]{background:#ffcf00;color:#666;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.code_button[data-v-fd4d7840]{width:120px;height:40px;border-radius:20px;font-size:14px}.gray[data-v-fd4d7840]{background:#f7f8fa}.roomLogin[data-v-031553fa]{width:100%;height:100%;z-index:99}.roomLogin .shadow[data-v-031553fa]{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.roomLogin .shadow .login_box[data-v-031553fa]{width:3.15rem;height:2.5rem;-webkit-box-shadow:0 0 16px 0 rgba(0,0,0,.05);box-shadow:0 0 16px 0 rgba(0,0,0,.05);border-radius:8px;background-color:#fff;padding:0 .12rem;-webkit-box-sizing:border-box;box-sizing:border-box}.roomLogin .shadow .login_box .title[data-v-031553fa]{height:.54rem;line-height:.54rem;text-align:center;font-size:18px;font-weight:600}.roomLogin .shadow .login_box .box[data-v-031553fa]{width:100%;height:.5rem;background:#eee;border-radius:8px;margin:6px 0;display:-webkit-box;display:-ms-flexbox;display:flex}.roomLogin .shadow .login_box .box .left[data-v-031553fa]{width:.7rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-pack:distribute;justify-content:space-around}.roomLogin .shadow .login_box .box .left .phone_igm[data-v-031553fa]{width:.17rem;height:.17rem}.roomLogin .shadow .login_box .box .left .phone_igm img[data-v-031553fa]{width:100%;height:100%}.roomLogin .shadow .login_box .box .input_box[data-v-031553fa]{width:calc(100% - .7rem);height:100%}.roomLogin .shadow .login_box .box .input_box input[data-v-031553fa]{margin-left:.1rem;width:80%;height:100%;border:none;background-color:#eee}.roomLogin .shadow .login_box .box .code[data-v-031553fa]{width:55%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.roomLogin .shadow .login_box .box .code input[data-v-031553fa]{border:none;width:80%;height:100%;background-color:#eee}.roomLogin .shadow .login_box .box .btn[data-v-031553fa]{width:45%;height:100%}.roomLogin .shadow .login_box .box .btn .codeBtn[data-v-031553fa]{width:100%;height:100%;border-radius:0;font-size:16px;color:#000;font-weight:500}.roomLogin .shadow .loginBtn[data-v-031553fa]{margin-top:.2rem;color:#333;font-size:16px}.settingdy[data-v-33c45ee0]{width:100vw;height:100vh}.settingdy .container[data-v-33c45ee0]{padding-top:8px;width:100vw;height:calc(100vh - 58px);background:#f5f6f6;position:relative}.settingdy .container .opttion[data-v-33c45ee0]{width:100vw;height:100%;padding:0 10px;-webkit-box-sizing:border-box;box-sizing:border-box;background-color:#fff}.settingdy .container .opttion .opt_item[data-v-33c45ee0]{width:100%;padding:0 10px;height:58px;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1px solid #dde0e3;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.settingdy .container .opttion .opt_item .label[data-v-33c45ee0]{font-size:16px;font-family:Helvetica}.settingdy .container .opttion .opt_item_time[data-v-33c45ee0]{width:100%;padding:0 10px;height:58px;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1px solid #dde0e3;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.settingdy .container .opttion .opt_item_time .time[data-v-33c45ee0]{margin:0 15px}.settingdy .container .opttion .opt_item_time .label[data-v-33c45ee0]{font-size:16px;font-family:Helvetica}.settingdy .container .button[data-v-33c45ee0]{width:90%;position:absolute;bottom:110px;left:5%;margin:auto}
@@ -0,0 +1 @@
1
+ .header[data-v-4bcb1ca8]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:50px;width:calc(100vw - 30px);padding:0 15px}.header .text[data-v-4bcb1ca8]{width:200px;text-align:center}.button[data-v-b6625ba4],.header .right[data-v-4bcb1ca8]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.button[data-v-b6625ba4]{width:100%;height:50px;background:#ffcf00;border-radius:25px;font-size:16px;color:#666}.personalCenter[data-v-48d02a20]{width:100vw;height:100vh;background:#f5f6f6}.personalCenter .bgc[data-v-48d02a20]{background-color:#fff}.personalCenter .personalCenter_content[data-v-48d02a20]{width:100vw;margin-top:10px;background-color:#fff;padding:0 15px;-webkit-box-sizing:border-box;box-sizing:border-box}.personalCenter .personalCenter_content .item[data-v-48d02a20]{width:100%;height:76px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-bottom:1px solid #f6f5f8}.personalCenter .personalCenter_content .item[data-v-48d02a20] .van-uploader,.personalCenter .personalCenter_content .item[data-v-48d02a20] .van-uploader__input-wrapper,.personalCenter .personalCenter_content .item[data-v-48d02a20] .van-uploader__wrapper{width:100%}.personalCenter .personalCenter_content .item .label[data-v-48d02a20],.personalCenter .personalCenter_content .item .labela[data-v-48d02a20]{width:50%}.personalCenter .personalCenter_content .item .headimg[data-v-48d02a20]{width:calc(100% - 10px);text-align:right;padding:0 10px}.personalCenter .personalCenter_content .item .headimg div[data-v-48d02a20]{display:inline-block;width:60px;height:60px;border-radius:50%;overflow:hidden}.personalCenter .personalCenter_content .item .headimg div img[data-v-48d02a20]{width:100%;height:100%}.personalCenter .personalCenter_content .item .enter[data-v-48d02a20],.personalCenter .personalCenter_content .item .enter img[data-v-48d02a20]{width:16px;height:16px}.personalCenter .personalCenter_content .name[data-v-48d02a20]{height:58px}.personalCenter .btn_box[data-v-48d02a20]{width:100%;height:55px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:fixed;bottom:24px;padding:0 16px;-webkit-box-sizing:border-box;box-sizing:border-box}
@@ -0,0 +1 @@
1
+ .header[data-v-4bcb1ca8]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:50px;width:calc(100vw - 30px);padding:0 15px}.header .text[data-v-4bcb1ca8]{width:200px;text-align:center}.header .right[data-v-4bcb1ca8]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.couponlist[data-v-09fa98a0]{width:100vw;height:100vh}.couponlist .container[data-v-09fa98a0]{width:100vw;height:calc(100vh - 50px);background-color:#f5f6f6;padding:.18rem .12rem;-webkit-box-sizing:border-box;box-sizing:border-box;overflow-y:scroll}.couponlist .container .item[data-v-09fa98a0]{width:100%;height:1.28rem;position:relative;margin-bottom:.1rem;border-radius:3px 3px 3px 3px;overflow:hidden}.couponlist .container .item .coupon_detail[data-v-09fa98a0]{background:#fff;-webkit-box-shadow:0 2px 4px 0 transparent;box-shadow:0 2px 4px 0 transparent;border-radius:10px;padding:0 .12rem;-webkit-box-sizing:border-box;box-sizing:border-box}.couponlist .container .item .coupon_detail .money_box[data-v-09fa98a0]{padding:.12rem 0;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;border-bottom:1px solid #f6f5f8}.couponlist .container .item .coupon_detail .money_box .money[data-v-09fa98a0]{width:.62rem;height:.68rem;background-image:url(static/img/couponbg.ff40c5a6.png);background-size:100% 100%;position:relative}.couponlist .container .item .coupon_detail .money_box .money .num[data-v-09fa98a0]{width:100%;color:#be000f;font-size:16px;position:absolute;text-align:center;top:.16rem}.couponlist .container .item .coupon_detail .money_box .money .num span[data-v-09fa98a0]{font-size:16px;font-weight:600}.couponlist .container .item .coupon_detail .money_box .money .type[data-v-09fa98a0]{color:#fff;font-size:10px;width:100%;text-align:center;position:absolute;bottom:.06rem}.couponlist .container .item .coupon_detail .money_box .rule[data-v-09fa98a0]{width:2.45rem}.couponlist .container .item .coupon_detail .money_box .rule .shopName[data-v-09fa98a0]{width:1.82rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;height:20px;font-size:14px;color:#333;line-height:20px}.couponlist .container .item .coupon_detail .money_box .rule .valid_time[data-v-09fa98a0]{height:22px;font-size:12px;color:#999;line-height:22px}.couponlist .container .item .coupon_detail .money_box .rule .use_rule[data-v-09fa98a0]{width:1.82rem;height:14px;font-size:10px;color:#f50;display:-webkit-box;display:-ms-flexbox;display:flex}.couponlist .container .item .coupon_detail .money_box .rule .use_rule .rule_y[data-v-09fa98a0]{width:14px;height:7px;margin-left:3px}.couponlist .container .item .coupon_detail .money_box .rule .use_rule .rule_y img[data-v-09fa98a0]{width:100%;height:100%}.couponlist .container .item .coupon_detail .money_box .rule .text[data-v-09fa98a0]{font-size:10px;color:#666;line-height:14px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.couponlist .container .item .coupon_detail .coupon_code[data-v-09fa98a0]{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;height:.32rem;line-height:.32rem}.couponlist .container .item .coupon_detail .coupon_code .code[data-v-09fa98a0]{width:60%;font-size:13px}.couponlist .container .item .coupon_detail .coupon_code .btn[data-v-09fa98a0]{width:40%;text-align:right;color:#f50}.couponlist .container .item .shadow[data-v-09fa98a0]{width:100%;height:100%;z-index:99;position:absolute;left:0;top:0;background-color:hsla(0,0%,100%,.8)}.couponlist .container .item .shadow .img_box[data-v-09fa98a0]{width:.64rem;height:.64rem;position:absolute;right:-.08rem;top:-.08rem}.couponlist .container .item .shadow .img_box img[data-v-09fa98a0]{width:100%;height:100%}.couponlist .zore[data-v-09fa98a0]{width:200px;height:200px;margin-top:100px;margin:auto}.couponlist .zore img[data-v-09fa98a0]{width:100%;height:100%}
@@ -0,0 +1 @@
1
+ .header[data-v-4bcb1ca8]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:50px;width:calc(100vw - 30px);padding:0 15px}.header .text[data-v-4bcb1ca8]{width:200px;text-align:center}.header .right[data-v-4bcb1ca8]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.tellerDetail[data-v-4ef6bf51]{width:100vw;height:100vh}.tellerDetail .bag[data-v-4ef6bf51]{width:100vw;background-image:url(static/img/backytwo.0bb0fa02.png);background-size:100% 100%;height:205px;overflow:hidden}.tellerDetail .bag .heaer_img[data-v-4ef6bf51]{margin-top:20px;height:66px;width:calc(100vw - 60px);padding:0 30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.tellerDetail .bag .heaer_img .img_box[data-v-4ef6bf51]{width:66px;height:66px;border-radius:50%;overflow:hidden}.tellerDetail .bag .heaer_img .img_box img[data-v-4ef6bf51]{width:100%;height:100%}.tellerDetail .bag .heaer_img .name[data-v-4ef6bf51]{width:80%;margin-left:18px;height:66px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.tellerDetail .bag .heaer_img .name .left p[data-v-4ef6bf51]{height:25px;line-height:25px}.tellerDetail .bag .heaer_img .name .left .gary[data-v-4ef6bf51]{font-size:14px;color:#666}.tellerDetail .bag .heaer_img .name .button[data-v-4ef6bf51]{width:66px;height:28px;background:linear-gradient(143deg,#f92019,#ff5839);-webkit-box-shadow:0 2px 10px 0 rgba(255,68,68,.5);box-shadow:0 2px 10px 0 rgba(255,68,68,.5);border-radius:15px;text-align:center;line-height:28px;color:#fff}.tellerDetail .bag .heaer_img .name .button_ccc[data-v-4ef6bf51]{background:#ccc}.tellerDetail .playback[data-v-4ef6bf51]{width:calc(100vw - 60px);height:calc(100vh - 205px);overflow:hidden;-webkit-overflow-scrolling:touch;overflow-y:scroll;padding:0 30px}.tellerDetail .playback .title_text[data-v-4ef6bf51]{height:40px;font-size:14px;color:#333;line-height:40px}.tellerDetail .playback .list[data-v-4ef6bf51]{height:calc(100vh - 245px)}.tellerDetail .playback .list .list_item[data-v-4ef6bf51]{display:-webkit-box;display:-ms-flexbox;display:flex}.tellerDetail .playback .list .list_item .left[data-v-4ef6bf51]{width:8px}.tellerDetail .playback .list .list_item .left .ball[data-v-4ef6bf51]{width:8px;height:8px;background:#aeaeae;border-radius:50%}.tellerDetail .playback .list .list_item .left .wire[data-v-4ef6bf51]{width:1px;height:180px;background:#aeaeae;margin:auto}.tellerDetail .playback .list .list_item .right[data-v-4ef6bf51]{padding:0 13px}.tellerDetail .playback .list .list_item .right .time[data-v-4ef6bf51]{display:-webkit-box;display:-ms-flexbox;display:flex;font-size:13px;height:13px;line-height:13px;color:#666}.tellerDetail .playback .list .list_item .right .time .week[data-v-4ef6bf51]{margin:0 8px}.tellerDetail .playback .list .list_item .right .title[data-v-4ef6bf51]{margin-top:4px;line-height:30px;height:30px;font-size:14px;color:#666}.tellerDetail .playback .list .list_item .right .video_box[data-v-4ef6bf51]{width:230px;height:130px;border-radius:4px;overflow:hidden;position:relative;margin:5px 5px}.tellerDetail .playback .list .list_item .right .video_box img[data-v-4ef6bf51]{width:100%;height:100%}.tellerDetail .playback .list .list_item .right .video_box .bottom[data-v-4ef6bf51]{position:absolute;bottom:0;width:100%;height:30px;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;font-size:11px;padding:0 15px;-webkit-box-sizing:border-box;box-sizing:border-box}.tellerDetail .playback .list .list_item .right .video_box .bottom .amount[data-v-4ef6bf51]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:20%;-ms-flex-pack:distribute;justify-content:space-around}.tellerDetail .videoBox[data-v-4ef6bf51]{width:100%;height:100%}.tellerDetail .videoBox .video[data-v-4ef6bf51]{width:100%;height:90%}.tellerDetail .videoBox .see[data-v-4ef6bf51]{width:100%;height:30px;line-height:30px;text-align:center;background-color:#ffcf00}
@@ -0,0 +1 @@
1
+ .header[data-v-4bcb1ca8]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:50px;width:calc(100vw - 30px);padding:0 15px}.header .text[data-v-4bcb1ca8]{width:200px;text-align:center}.header .right[data-v-4bcb1ca8]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.updateName[data-v-62f0dc07]{width:100vw;height:100vh;background-color:#f5f6f6}.updateName .bgc[data-v-62f0dc07]{background-color:#fff}.updateName .updateName_content[data-v-62f0dc07]{margin-top:10px;width:100vw;height:calc(100vh - 60px);background-color:#fff;padding:0 16px;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden}.updateName .updateName_content .input_box[data-v-62f0dc07]{width:100%;height:50px;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:4px;border:1px solid #dde0e3;margin-top:12px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.updateName .updateName_content .input_box input[data-v-62f0dc07]{border:none;width:90%;height:48px;line-height:48px;font-size:17px;padding:0 10px}.updateName .updateName_content .input_box span[data-v-62f0dc07]{width:30px;height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.updateName .updateName_content .input_box span img[data-v-62f0dc07]{width:20px;height:20px}.updateName .updateName_content .tip[data-v-62f0dc07]{height:15px;line-height:15px;font-size:10px;color:red}.updateName .updateName_content .namelength[data-v-62f0dc07]{text-align:right;font-size:12px;color:#9c9c9c;font-family:Helvetica}
@@ -0,0 +1 @@
1
+ .header[data-v-4bcb1ca8]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:50px;width:calc(100vw - 30px);padding:0 15px}.header .text[data-v-4bcb1ca8]{width:200px;text-align:center}.header .right[data-v-4bcb1ca8]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.myLikeList[data-v-6cce1062]{width:100vw;height:100vh}.myLikeList .list[data-v-6cce1062]{width:100%;height:calc(100vh - 50px);background:#f5f6f6;padding-top:15px;-webkit-box-sizing:border-box;box-sizing:border-box}.myLikeList .list .list_box[data-v-6cce1062]{background:#fff;width:100%;height:calc(100vh - 65px);overflow-y:scroll}.myLikeList .list .list_box .list_item[data-v-6cce1062]{width:100%;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin:0}.myLikeList .list .list_box .list_item .left[data-v-6cce1062],.myLikeList .list .list_box .list_item[data-v-6cce1062]{height:50px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.myLikeList .list .list_box .list_item .left[data-v-6cce1062]{width:20%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.myLikeList .list .list_box .list_item .left span[data-v-6cce1062]{width:35px;height:35px;border-radius:50%;display:inline-block;overflow:hidden}.myLikeList .list .list_box .list_item .left span img[data-v-6cce1062]{width:100%;height:100%}.myLikeList .list .list_box .list_item .right[data-v-6cce1062]{width:80%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:15px;color:#333;border-bottom:1px solid #d8d8d8}