ZhiYeJianKang_QiYe_APP/unpackage/dist/dev/mp-weixin/pages/homepage/homepage.wxss

130 lines
2.6 KiB
Plaintext
Raw Normal View History

2025-02-20 15:38:43 +08:00
@charset "UTF-8";
/**
* 这里是uni-app内置的常用样式变量
*
* uni-app 官方扩展插件及插件市场https://ext.dcloud.net.cn上很多三方插件均使用了这些样式变量
* 如果你是插件开发者建议你使用scss预处理并在插件代码中直接使用这些变量无需 import 这个文件方便用户通过搭积木的方式开发整体风格一致的App
*
*/
/**
* 如果你是App开发者插件使用者你可以通过修改这些变量来定制自己的插件主题实现自定义主题功能
*
* 如果你的项目同样使用了scss预处理你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
*/
/* 颜色变量 */
/* 行为相关颜色 */
/* 文字基本颜色 */
/* 背景颜色 */
/* 边框颜色 */
/* 尺寸变量 */
/* 文字尺寸 */
/* 图片尺寸 */
/* Border Radius */
/* 水平间距 */
/* 垂直间距 */
/* 透明度 */
/* 文章场景相关 */
.app {
/* font-family: DengXian; */
color: #C3C1C1;
font-weight: 400;
height: 100vh;
}
.app .data {
position: absolute;
width: 53%;
height: 90rpx;
line-height: 90rpx;
text-align: center;
top: 3%;
background-color: #4D7BC9;
font-size: 40rpx;
left: 26%;
color: #fff;
}
.app .button {
width: 100rpx;
background-color: #3C9CFF;
color: #fff;
text-align: center;
border-radius: 10%;
margin-bottom: 4%;
font-size: 32rpx;
height: 70rpx;
line-height: 70rpx;
margin-left: 70%;
}
.app .items {
position: absolute;
width: 94%;
left: 3%;
top: 20%;
}
.app .title {
position: absolute;
font-size: 30rpx;
color: red;
top: 13%;
left: 8%;
}
.app .tabledata {
width: 95%;
position: absolute;
top: 18%;
left: 3%;
}
.app .zheye {
border: 1rpx solid #F0F0F0;
position: relative;
height: 250px;
width: 97%;
left: 2%;
margin-top: 10%;
margin-bottom: 10%;
}
.app .zheye .titledata {
position: absolute;
font-size: 29rpx;
color: #676A6C;
left: 20%;
font-weight: 700;
top: 6%;
}
.app .zheye .test {
font-weight: 700;
font-size: 30rpx;
position: absolute;
top: 18%;
left: 2%;
color: #676A6C;
}
.app .zheye .item {
font-size: 30rpx;
line-height: 50rpx;
position: absolute;
top: 28%;
color: #76797A;
text-indent: 2em;
padding: 10rpx;
}
.app .zheye .item ._span {
font-weight: 700;
}
.app .zheye .city {
font-size: 30rpx;
line-height: 50rpx;
position: absolute;
left: 40%;
top: 75%;
color: #76797A;
}
.app .zheye .time {
font-size: 30rpx;
line-height: 50rpx;
position: absolute;
left: 40%;
top: 87%;
color: #76797A;
}