123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143 |
- @charset "UTF-8";
- /**
- * 这里是uni-app内置的常用样式变量
- *
- * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
- * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
- *
- */
- /* uni.scss */
- /* 页面左右间距 */
- /* 文字尺寸 */
- /* 文字尺寸 */
- /*文字颜色*/
- /* 边框颜色 */
- /* 图片加载中颜色 */
- /* 行为相关颜色 */
- /* 颜色变量 */
- /* 项目主色 */
- /* 文字基本颜色 */
- .red.data-v-99924b7a {
- color: #f60808;
- }
- .green.data-v-99924b7a {
- color: #15ab54;
- }
- .yellow.data-v-99924b7a {
- color: #f0ad4e;
- }
- .blue.data-v-99924b7a {
- color: #1f96f6;
- }
- .blank.data-v-99924b7a {
- color: #000;
- }
- .white.data-v-99924b7a {
- color: #fff;
- }
- .promain.data-v-99924b7a {
- color: #025b58;
- }
- .prosecond.data-v-99924b7a {
- color: #ed742f;
- }
- .textmain.data-v-99924b7a {
- color: #333;
- }
- .textgrey.data-v-99924b7a {
- color: #999;
- }
- .fuColor.data-v-99924b7a {
- color: #c6cadb;
- }
- .fontssm.data-v-99924b7a {
- font-size: 22rpx;
- }
- .fontsm.data-v-99924b7a {
- font-size: 24rpx;
- }
- .fontmid.data-v-99924b7a {
- font-size: 28rpx;
- }
- .fontbase.data-v-99924b7a {
- font-size: 30rpx;
- }
- /* 背景颜色 */
- /* 边框颜色 */
- /* input 样式 */
- .input-placeholder.data-v-99924b7a {
- color: #999999;
- }
- .navigator-hover.data-v-99924b7a {
- background: transparent !important;
- opacity: 1;
- }
- .uni-page-head-transparent .uni-page-head-btn.data-v-99924b7a {
- background: transparent !important;
- }
- uni-toast.data-v-99924b7a {
- z-index: 99999;
- }
- button.data-v-99924b7a {
- background: transparent;
- }
- button.data-v-99924b7a::after {
- border: 0;
- }
- .content.data-v-99924b7a {
- width: 100%;
- height: 100%;
- display: flex;
- flex-direction: column;
- }
- .content .player-content.data-v-99924b7a {
- position: relative;
- width: 100%;
- height: 100vh;
- display: flex;
- background-size: 100% 100%;
- }
- .content .player-content .live-player.data-v-99924b7a {
- width: 100%;
- height: 100%;
- position: relative;
- }
- .player-tool.data-v-99924b7a {
- width: 100%;
- height: 60rpx;
- background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.6), transparent);
- display: flex;
- align-items: center;
- justify-content: space-between;
- position: absolute;
- left: 0;
- padding: 0 45rpx;
- transition: all 0.3s;
- }
- .player-tool .tools.data-v-99924b7a {
- height: 100%;
- width: auto;
- display: flex;
- align-items: center;
- }
- .player-tool .tools .full-screen.data-v-99924b7a {
- height: 100%;
- display: flex;
- align-items: center;
- justify-content: center;
- }
- .player-tool .tools .full-screen .iconfont.data-v-99924b7a {
- color: #fff;
- font-weight: bold;
- }
- .player-tool .tools .cruise.data-v-99924b7a {
- display: flex;
- align-items: center;
- justify-content: center;
- margin-left: 25rpx;
- }
- .player-tool .tools .cruise .iconfont.data-v-99924b7a {
- color: #e45a3e;
- font-size: 45rpx;
- }
|