| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281 |
- @charset "UTF-8";
- /**
- * 这里是uni-app内置的常用样式变量
- *
- * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
- * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
- *
- */
- /**
- * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
- *
- * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
- */
- /* 颜色变量 */
- /* 行为相关颜色 */
- /* 文字基本颜色 */
- /* 背景颜色 */
- /* 边框颜色 */
- /* 尺寸变量 */
- /* 文字尺寸 */
- /* 图片尺寸 */
- /* Border Radius */
- /* 水平间距 */
- /* 垂直间距 */
- /* 透明度 */
- /* 文章场景相关 */
- view.data-v-6de72dc6,
- text.data-v-6de72dc6 {
- box-sizing: border-box;
- }
- .devTools.data-v-6de72dc6 {
- height: 100vh;
- width: 750rpx;
- position: relative;
- }
- .devTools .mask.data-v-6de72dc6 {
- position: fixed;
- z-index: 1;
- width: 750rpx;
- flex: 1;
- height: 100vh;
- background-color: rgba(0, 0, 0, 0.3);
- opacity: 0;
- }
- .devTools .panel.data-v-6de72dc6 {
- position: fixed;
- z-index: 2;
- bottom: 0px;
- left: 0px;
- background-color: #ffffff;
- display: flex;
- flex-direction: column;
- width: 750rpx;
- color: #333;
- }
- .devTools .panel .head.data-v-6de72dc6 {
- width: 750rpx;
- display: flex;
- flex-direction: row;
- align-items: center;
- justify-content: space-between;
- height: 80rpx;
- border-bottom: 1px solid rgba(0, 0, 0, 0.05);
- }
- .devTools .panel .head .tabList.data-v-6de72dc6 {
- height: 80rpx;
- width: 670rpx;
- display: flex;
- flex-direction: row;
- white-space: nowrap;
- }
- .devTools .panel .head .tabList.tab-h5.data-v-6de72dc6 {
- width: 750rpx !important;
- }
- .devTools .panel .head .tabList .uni-scroll-view-content.data-v-6de72dc6 {
- display: flex !important;
- flex-direction: row !important;
- }
- .devTools .panel .head .tabList .tabItem.data-v-6de72dc6 {
- display: flex;
- flex-direction: row;
- align-items: center;
- justify-content: center;
- height: 80rpx;
- padding: 0 20rpx;
- min-width: 90rpx;
- position: relative;
- }
- .devTools .panel .head .tabList .tabItem .tabText.data-v-6de72dc6 {
- font-size: 28rpx;
- color: #888;
- line-height: 80rpx;
- }
- .devTools .panel .head .tabList .tabItem .tabText.active.data-v-6de72dc6 {
- font-size: 28rpx;
- color: #ff2d55;
- font-weight: bold;
- }
- .devTools .panel .head .tabList .tabItem .tabLine.data-v-6de72dc6 {
- position: absolute;
- bottom: -1px;
- height: 2px;
- width: 100rpx;
- background-color: #ff2d55;
- }
- .devTools .panel .head .close.data-v-6de72dc6 {
- height: 80rpx;
- width: 80rpx;
- display: flex;
- flex-direction: row;
- align-items: center;
- justify-content: center;
- position: relative;
- }
- .devTools .panel .head .close .icon.data-v-6de72dc6 {
- font-size: 40rpx;
- line-height: 40rpx;
- text-align: center;
- color: #ff2d55;
- }
- .devTools .panel .head .close .line.data-v-6de72dc6 {
- position: absolute;
- left: 0;
- height: 40rpx;
- width: 1px;
- background-color: rgba(0, 0, 0, 0.05);
- }
- .cellDivisionLine.data-v-6de72dc6 {
- height: 1px;
- width: 750rpx;
- background-color: rgba(0, 0, 0, 0.1);
- }
- .navbar.data-v-6de72dc6 {
- position: fixed;
- background-color: #fff;
- width: 750rpx;
- z-index: 2;
- border-bottom: 1px solid rgba(0, 0, 0, 0.03);
- }
- .navbar .navbarBody.data-v-6de72dc6 {
- display: flex;
- flex-direction: row;
- align-items: center;
- justify-content: space-between;
- color: #333;
- width: 710rpx;
- margin-left: 20rpx;
- }
- .navbar .navbarBody .left.data-v-6de72dc6 {
- display: flex;
- flex-direction: row;
- align-items: center;
- font-size: 26rpx;
- line-height: 26rpx;
- }
- .navbar .navbarBody .left .foldIcon.data-v-6de72dc6 {
- -webkit-transform: rotate(-90deg);
- transform: rotate(-90deg);
- width: 30rpx;
- height: 30rpx;
- }
- .navbar .navbarBody .right.data-v-6de72dc6 {
- display: flex;
- flex-direction: row;
- align-items: center;
- font-size: 26rpx;
- line-height: 26rpx;
- color: #ff2d55;
- }
- .navbar .navbarBody .right .refreshIcon.data-v-6de72dc6 {
- width: 30rpx;
- height: 30rpx;
- margin-left: 5rpx;
- }
- .navbar .navbarBody .right .refreshing.data-v-6de72dc6 {
- color: #aaa !important;
- }
- .navbarEmpty.data-v-6de72dc6 {
- position: fixed;
- }
- .loadAll.data-v-6de72dc6:active {
- background-color: rgba(0, 0, 0, 0.03);
- }
- .loadAll.data-v-6de72dc6 {
- width: 750rpx;
- height: 80rpx;
- display: flex;
- flex-direction: row;
- align-items: center;
- justify-content: center;
- }
- .loadAll .loadAllFold.data-v-6de72dc6 {
- width: 30rpx;
- height: 30rpx;
- }
- .loadAll .loadAllText.data-v-6de72dc6 {
- font-size: 26rpx;
- color: #333;
- margin: 0 10rpx;
- }
- .cellDivisionLine.data-v-6de72dc6 {
- height: 1px;
- width: 750rpx;
- background-color: rgba(0, 0, 0, 0.1);
- }
- .cellDivisionLine.data-v-6de72dc6 {
- height: 1px;
- width: 750rpx;
- background-color: rgba(0, 0, 0, 0.1);
- }
- .devEmpty.data-v-6de72dc6 {
- display: flex;
- flex-direction: row;
- align-items: center;
- justify-content: center;
- height: 200rpx;
- width: 750rpx;
- }
- .devEmpty .devEmptyText.data-v-6de72dc6 {
- font-size: 26rpx;
- color: #888;
- line-height: 26rpx;
- }
- .eventItem.data-v-6de72dc6 {
- display: flex;
- flex-direction: column;
- width: 750rpx;
- padding: 10rpx 20rpx;
- border-bottom: 1px solid rgba(0, 0, 0, 0.05);
- }
- .eventItem.data-v-6de72dc6:active {
- background-color: rgba(0, 0, 0, 0.05);
- }
- .eventItem .eventName.data-v-6de72dc6 {
- font-size: 20rpx;
- color: #333;
- }
- .eventItem .eventCount.data-v-6de72dc6 {
- margin-top: 4rpx;
- display: flex;
- flex-direction: row;
- justify-content: space-between;
- }
- .eventItem .eventCount .eventCountItem.data-v-6de72dc6 {
- width: 170rpx;
- max-width: 170rpx;
- font-size: 20rpx;
- color: #333;
- }
- .eventLogItem.data-v-6de72dc6 {
- display: flex;
- flex-direction: column;
- width: 750rpx;
- padding: 10rpx 20rpx;
- border-bottom: 1px solid rgba(0, 0, 0, 0.05);
- }
- .eventLogItem.data-v-6de72dc6:active {
- background-color: rgba(0, 0, 0, 0.05);
- }
- .eventLogItem .logText.data-v-6de72dc6 {
- font-size: 20rpx;
- color: #333;
- }
- .eventLogItem .logTime.data-v-6de72dc6 {
- font-size: 20rpx;
- color: #999;
- }
- .listCenterView.data-v-6de72dc6 {
- width: 750rpx;
- min-height: 200rpx;
- display: flex;
- flex-direction: row;
- align-items: center;
- justify-content: center;
- }
- .listCenterView .listCenterText.data-v-6de72dc6 {
- font-size: 24rpx;
- color: #999;
- }
|