112 lines
2.6 KiB
Plaintext
112 lines
2.6 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-259fb574 {
|
||
min-height: calc(100vh - 40rpx);
|
||
background-color: #fff;
|
||
padding-top: 40rpx;
|
||
}
|
||
.size22.data-v-259fb574 {
|
||
width: 100%;
|
||
text-align: center;
|
||
color: #fff;
|
||
}
|
||
.head.data-v-259fb574 {
|
||
width: 100%;
|
||
height: 5rem;
|
||
background: #3CB383;
|
||
display: flex;
|
||
align-items: center;
|
||
font-size: 16px;
|
||
font-weight: bold;
|
||
padding-bottom: 40rpx;
|
||
margin-top: -40rpx;
|
||
}
|
||
.head .left.data-v-259fb574 {
|
||
width: calc(100% - 60rpx);
|
||
display: flex;
|
||
align-items: center;
|
||
}
|
||
.head image.data-v-259fb574 {
|
||
width: 100rpx;
|
||
height: 100rpx;
|
||
margin: 0 30rpx;
|
||
}
|
||
.btnlogin.data-v-259fb574 {
|
||
color: #fff;
|
||
margin: auto;
|
||
padding: 8px 30rpx;
|
||
background: #3CB383;
|
||
border-radius: 5px;
|
||
font-weight: 500 !important;
|
||
}
|
||
.list.data-v-259fb574 {
|
||
width: 100%;
|
||
background: #fff;
|
||
margin: 30rpx;
|
||
border-radius: 20rpx;
|
||
line-height: 100rpx;
|
||
margin-top: -40rpx;
|
||
}
|
||
.list .item.data-v-259fb574 {
|
||
display: flex;
|
||
justify-content: space-between;
|
||
margin: 0 30rpx;
|
||
border-radius: 40rpx;
|
||
background: #FEF9F4;
|
||
margin-top: 30rpx;
|
||
padding: 0 20rpx;
|
||
}
|
||
.list .item view.data-v-259fb574 {
|
||
width: 80%;
|
||
display: flex;
|
||
align-items: center;
|
||
}
|
||
.list .item image.data-v-259fb574 {
|
||
width: 50rpx;
|
||
height: 50rpx;
|
||
margin-right: 20rpx;
|
||
}
|
||
.list :nth-child(2).item.data-v-259fb574 {
|
||
background-color: #F2FDEE;
|
||
}
|
||
.list :nth-child(3).item.data-v-259fb574 {
|
||
background-color: #FFEEFF;
|
||
}
|
||
.list :nth-child(4).item.data-v-259fb574 {
|
||
background-color: #DBF2F9;
|
||
}
|
||
.list :nth-child(5).item.data-v-259fb574 {
|
||
background-color: #FFEEFF;
|
||
}
|
||
.btn.data-v-259fb574 {
|
||
width: calc(100% - 60rpx);
|
||
margin-left: 30rpx;
|
||
color: #fff;
|
||
margin-bottom: 40rpx;
|
||
}
|
||
|