134 lines
3.0 KiB
Plaintext
134 lines
3.0 KiB
Plaintext
@charset "UTF-8";
|
||
/**
|
||
* 这里是uni-app内置的常用样式变量
|
||
*
|
||
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
||
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
||
*
|
||
*/
|
||
/**
|
||
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
||
*
|
||
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
||
*/
|
||
/* 颜色变量 */
|
||
/* 行为相关颜色 */
|
||
/* 文字基本颜色 */
|
||
/* 背景颜色 */
|
||
/* 边框颜色 */
|
||
/* 尺寸变量 */
|
||
/* 文字尺寸 */
|
||
/* 图片尺寸 */
|
||
/* Border Radius */
|
||
/* 水平间距 */
|
||
/* 垂直间距 */
|
||
/* 透明度 */
|
||
/* 文章场景相关 */
|
||
/* 主题色 */
|
||
.content.data-v-9f6749b2 {
|
||
width: 100%;
|
||
min-height: 100vh;
|
||
background-color: #fff;
|
||
}
|
||
.item-ite.data-v-9f6749b2 {
|
||
line-height: 20PX;
|
||
margin-bottom: 15px;
|
||
}
|
||
.title.data-v-9f6749b2 {
|
||
height: 50px;
|
||
line-height: 50px;
|
||
text-align: center;
|
||
font-weight: bold;
|
||
}
|
||
.image.data-v-9f6749b2 {
|
||
width: 100%;
|
||
text-align: center;
|
||
margin-top: 30px;
|
||
}
|
||
.image image.data-v-9f6749b2 {
|
||
width: 200px;
|
||
height: 252px;
|
||
margin: auto;
|
||
}
|
||
.end.data-v-9f6749b2 {
|
||
color: #fff;
|
||
position: absolute;
|
||
bottom: 80px;
|
||
width: 70px;
|
||
height: 70px;
|
||
line-height: 70px;
|
||
background: #FEC407;
|
||
margin-left: calc(50% - 35px);
|
||
border-radius: 50px;
|
||
text-align: center;
|
||
box-shadow: 0px 1px 5px 2px #dfe2e1fc;
|
||
}
|
||
.wrapper.data-v-9f6749b2 {
|
||
background-color: rgba(0, 0, 0, 0.6);
|
||
}
|
||
.wrapper .edit.data-v-9f6749b2 {
|
||
width: 80% !important;
|
||
background-color: #fff;
|
||
}
|
||
.wrapper .editem.data-v-9f6749b2 {
|
||
height: initial;
|
||
display: flex;
|
||
align-items: center;
|
||
flex-direction: column;
|
||
}
|
||
.wrapper .editem view.data-v-9f6749b2 {
|
||
width: 100%;
|
||
text-align: center;
|
||
margin-bottom: 5px;
|
||
}
|
||
.wrapper .center.data-v-9f6749b2 {
|
||
background-color: #eee;
|
||
padding: 0 10px;
|
||
display: flex;
|
||
margin: 45px 0;
|
||
font-size: 32rpx;
|
||
border-radius: 5px;
|
||
height: 65px;
|
||
align-items: center;
|
||
justify-content: space-between;
|
||
}
|
||
.wrapper .center image.data-v-9f6749b2 {
|
||
width: 35px;
|
||
height: 35px;
|
||
margin-right: 10px;
|
||
margin-top: 15px;
|
||
}
|
||
.wrapper .center .left.data-v-9f6749b2 {
|
||
display: flex;
|
||
align-content: center;
|
||
}
|
||
.wrapper .center .name.data-v-9f6749b2 {
|
||
margin-top: 15px;
|
||
}
|
||
.wrapper .item.data-v-9f6749b2 {
|
||
display: flex;
|
||
justify-content: space-between;
|
||
}
|
||
.wrapper .item .item-ite.data-v-9f6749b2 {
|
||
line-height: 20px;
|
||
font-size: 28rpx;
|
||
color: #999;
|
||
text-align: center;
|
||
}
|
||
.wrapper .item .item-ite text.data-v-9f6749b2 {
|
||
display: block;
|
||
width: 100%;
|
||
font-size: 36rpx;
|
||
color: #333;
|
||
text-align: center;
|
||
margin-bottom: 10px;
|
||
}
|
||
.wrapper .btn.data-v-9f6749b2 {
|
||
margin-top: 25px;
|
||
height: 45px;
|
||
line-height: 45px;
|
||
background: #FEC407;
|
||
margin-bottom: 25px;
|
||
}
|
||
|