203 lines
4.8 KiB
Plaintext
203 lines
4.8 KiB
Plaintext
|
|
@charset "UTF-8";
|
|||
|
|
/**
|
|||
|
|
* 这里是uni-app内置的常用样式变量
|
|||
|
|
*
|
|||
|
|
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
|||
|
|
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
|||
|
|
*
|
|||
|
|
*/
|
|||
|
|
/**
|
|||
|
|
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
|||
|
|
*
|
|||
|
|
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
|||
|
|
*/
|
|||
|
|
/* 颜色变量 */
|
|||
|
|
/* 行为相关颜色 */
|
|||
|
|
/* 文字基本颜色 */
|
|||
|
|
/* 背景颜色 */
|
|||
|
|
/* 边框颜色 */
|
|||
|
|
/* 尺寸变量 */
|
|||
|
|
/* 文字尺寸 */
|
|||
|
|
/* 图片尺寸 */
|
|||
|
|
/* Border Radius */
|
|||
|
|
/* 水平间距 */
|
|||
|
|
/* 垂直间距 */
|
|||
|
|
/* 透明度 */
|
|||
|
|
/* 文章场景相关 */
|
|||
|
|
.uni-popup {
|
|||
|
|
position: fixed;
|
|||
|
|
z-index: 99;
|
|||
|
|
}
|
|||
|
|
.uni-popup.top, .uni-popup.left, .uni-popup.right {
|
|||
|
|
top: 0;
|
|||
|
|
}
|
|||
|
|
.uni-popup .uni-popup__wrapper {
|
|||
|
|
display: block;
|
|||
|
|
position: relative;
|
|||
|
|
/* iphonex 等安全区设置,底部安全区适配 */
|
|||
|
|
}
|
|||
|
|
.uni-popup .uni-popup__wrapper.left, .uni-popup .uni-popup__wrapper.right {
|
|||
|
|
padding-top: 0;
|
|||
|
|
flex: 1;
|
|||
|
|
}
|
|||
|
|
.fixforpc-z-index {
|
|||
|
|
z-index: 999;
|
|||
|
|
}
|
|||
|
|
.fixforpc-top {
|
|||
|
|
top: 0;
|
|||
|
|
}
|
|||
|
|
.popupShow.data-v-40e426b8 {
|
|||
|
|
overflow: hidden;
|
|||
|
|
position: fixed;
|
|||
|
|
}
|
|||
|
|
.upload-app.data-v-40e426b8 {
|
|||
|
|
width: 568rpx;
|
|||
|
|
background-color: #ffff;
|
|||
|
|
position: relative;
|
|||
|
|
border-radius: 20rpx;
|
|||
|
|
}
|
|||
|
|
.upload-app__bj.data-v-40e426b8 {
|
|||
|
|
width: 568rpx;
|
|||
|
|
height: 317rpx;
|
|||
|
|
position: absolute;
|
|||
|
|
left: 0;
|
|||
|
|
top: -23rpx;
|
|||
|
|
z-index: 0;
|
|||
|
|
}
|
|||
|
|
.upload-app__main.data-v-40e426b8 {
|
|||
|
|
z-index: 1;
|
|||
|
|
position: relative;
|
|||
|
|
}
|
|||
|
|
.upload-app__main__title.data-v-40e426b8 {
|
|||
|
|
font-weight: 600;
|
|||
|
|
font-size: 46rpx;
|
|||
|
|
color: #333333;
|
|||
|
|
line-height: 65rpx;
|
|||
|
|
text-align: left;
|
|||
|
|
font-style: normal;
|
|||
|
|
padding: 40rpx 38rpx 14rpx 38rpx;
|
|||
|
|
}
|
|||
|
|
.upload-app__main__version.data-v-40e426b8 {
|
|||
|
|
margin-left: 38rpx;
|
|||
|
|
width: auto;
|
|||
|
|
display: inline;
|
|||
|
|
padding: 4rpx 10rpx;
|
|||
|
|
background: linear-gradient(136deg, #fed7f5 0%, #fbdce5 100%);
|
|||
|
|
border-radius: 0rpx 10rpx 0rpx 10rpx;
|
|||
|
|
}
|
|||
|
|
.upload-app__main__version__text.data-v-40e426b8 {
|
|||
|
|
font-weight: 400;
|
|||
|
|
font-size: 18rpx;
|
|||
|
|
color: #E8101E;
|
|||
|
|
line-height: 25rpx;
|
|||
|
|
text-align: left;
|
|||
|
|
font-style: normal;
|
|||
|
|
}
|
|||
|
|
.upload-app__main__content__title.data-v-40e426b8 {
|
|||
|
|
padding-left: 39rpx;
|
|||
|
|
padding-top: 38rpx;
|
|||
|
|
font-weight: 500;
|
|||
|
|
font-size: 30rpx;
|
|||
|
|
color: #333333;
|
|||
|
|
line-height: 42rpx;
|
|||
|
|
text-align: left;
|
|||
|
|
font-style: normal;
|
|||
|
|
}
|
|||
|
|
.upload-app__main__contents.data-v-40e426b8 {
|
|||
|
|
padding: 20rpx 40rpx 40rpx 40rpx;
|
|||
|
|
display: flex;
|
|||
|
|
flex-wrap: wrap;
|
|||
|
|
row-gap: 14rpx;
|
|||
|
|
}
|
|||
|
|
.upload-app__main__contents.data-v-40e426b8 ._p {
|
|||
|
|
font-family: PingFangSC, PingFang SC;
|
|||
|
|
font-weight: 400;
|
|||
|
|
font-size: 26rpx;
|
|||
|
|
color: #5e5e60;
|
|||
|
|
line-height: 37rpx;
|
|||
|
|
text-align: left;
|
|||
|
|
font-style: normal;
|
|||
|
|
}
|
|||
|
|
.upload-app__main__buttons.data-v-40e426b8 {
|
|||
|
|
padding: 0rpx 40rpx 50rpx 40rpx;
|
|||
|
|
display: flex;
|
|||
|
|
flex-wrap: nowrap;
|
|||
|
|
justify-content: space-between;
|
|||
|
|
align-items: center;
|
|||
|
|
}
|
|||
|
|
.upload-app__main__buttons__Later.data-v-40e426b8 {
|
|||
|
|
width: 236rpx;
|
|||
|
|
height: 78rpx;
|
|||
|
|
background: #f6f6f6;
|
|||
|
|
border-radius: 39rpx;
|
|||
|
|
display: flex;
|
|||
|
|
align-items: center;
|
|||
|
|
justify-content: center;
|
|||
|
|
}
|
|||
|
|
.upload-app__main__buttons__Later__text.data-v-40e426b8 {
|
|||
|
|
font-weight: 500;
|
|||
|
|
font-size: 30rpx;
|
|||
|
|
color: #333333;
|
|||
|
|
line-height: 42rpx;
|
|||
|
|
text-align: left;
|
|||
|
|
font-style: normal;
|
|||
|
|
}
|
|||
|
|
.upload-app__main__buttons__immediately.data-v-40e426b8 {
|
|||
|
|
width: 236rpx;
|
|||
|
|
height: 78rpx;
|
|||
|
|
background: #E8101E;
|
|||
|
|
border-radius: 39rpx;
|
|||
|
|
display: flex;
|
|||
|
|
align-items: center;
|
|||
|
|
justify-content: center;
|
|||
|
|
}
|
|||
|
|
.upload-app__main__buttons__immediately__text.data-v-40e426b8 {
|
|||
|
|
font-weight: 500;
|
|||
|
|
font-size: 30rpx;
|
|||
|
|
color: #ffffff;
|
|||
|
|
line-height: 42rpx;
|
|||
|
|
text-align: left;
|
|||
|
|
font-style: normal;
|
|||
|
|
}
|
|||
|
|
.upload-app__main__buttons__immediately.Mandatory.data-v-40e426b8 {
|
|||
|
|
width: 100%;
|
|||
|
|
}
|
|||
|
|
.upload-app__main__Progress.data-v-40e426b8 {
|
|||
|
|
padding: 10rpx 40rpx 40rpx 40rpx;
|
|||
|
|
}
|
|||
|
|
.upload-app__main__Progress__bar.data-v-40e426b8 {
|
|||
|
|
margin-bottom: 20rpx;
|
|||
|
|
width: 495rpx;
|
|||
|
|
height: 28rpx;
|
|||
|
|
background: #f0f1f3;
|
|||
|
|
border-radius: 39rpx;
|
|||
|
|
position: relative;
|
|||
|
|
}
|
|||
|
|
.upload-app__main__Progress__bar__active.data-v-40e426b8 {
|
|||
|
|
height: 28rpx;
|
|||
|
|
background: linear-gradient(270deg, #fe78b3 0%, #E8101E 100%);
|
|||
|
|
border-radius: 39rpx;
|
|||
|
|
}
|
|||
|
|
.upload-app__main__Progress__bar__text.data-v-40e426b8 {
|
|||
|
|
font-weight: 400;
|
|||
|
|
font-size: 24rpx;
|
|||
|
|
color: #333333;
|
|||
|
|
text-align: left;
|
|||
|
|
font-style: normal;
|
|||
|
|
position: absolute;
|
|||
|
|
left: 50%;
|
|||
|
|
top: 50%;
|
|||
|
|
-webkit-transform: translate3d(-50%, -50%, 0);
|
|||
|
|
transform: translate3d(-50%, -50%, 0);
|
|||
|
|
}
|
|||
|
|
.upload-app__main__Progress__hint.data-v-40e426b8 {
|
|||
|
|
font-weight: 400;
|
|||
|
|
font-size: 20rpx;
|
|||
|
|
color: #a5a6ad;
|
|||
|
|
line-height: 28rpx;
|
|||
|
|
text-align: left;
|
|||
|
|
font-style: normal;
|
|||
|
|
text-align: center;
|
|||
|
|
}
|
|||
|
|
|