货无忧
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

166 lines
3.9 KiB

/**
* 这里是uni-app内置的常用样式变量
*
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
*
*/
/**
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
*
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
*/
/* 颜色变量 */
/* 行为相关颜色 */
/* 文字基本颜色 */
/* 背景颜色 */
/* 边框颜色 */
/* 尺寸变量 */
/* 文字尺寸 */
/* 图片尺寸 */
/* Border Radius */
/* 水平间距 */
/* 垂直间距 */
/* 透明度 */
/* 文章场景相关 */
.flbuts {
width: 320rpx;
height: 88rpx;
background: #D3832A;
border-radius: 8rpx 8rpx 8rpx 8rpx;
opacity: 1;
display: flex;
align-items: center;
justify-content: center;
color: #ffffff;
margin: auto;
position: fixed;
left: 50%;
transform: translate(-50%);
bottom: 60rpx;
}
.bgimg {
position: absolute;
left: 0;
top: 0;
width: 100%;
}
.scvmabx {
width: 100%;
height: 88vh;
margin-top: 20rpx;
}
.scvmabx .maxboxs {
width: 100%;
display: flex;
flex-direction: column;
align-items: center;
}
.scvmabx .maxboxs > .items {
width: 690rpx;
display: flex;
flex-direction: column;
align-items: center;
padding: 20rpx 30rpx;
box-sizing: border-box;
background-color: #ffffff;
border-radius: 10rpx;
margin-bottom: 30rpx;
}
.scvmabx .maxboxs > .items:nth-last-child(1) {
margin-bottom: 20rpx;
}
.scvmabx .maxboxs > .items .tophd {
width: 100%;
display: flex;
align-items: flex-start;
justify-content: flex-start;
padding: 15rpx 25rpx;
box-sizing: border-box;
border-bottom: 4rpx solid #EEEEEE;
}
.scvmabx .maxboxs > .items .tophd > image {
width: 48rpx;
height: 48rpx;
margin-right: 10rpx;
}
.scvmabx .maxboxs > .items .tophd > view {
font-size: 32rpx;
color: #020B18;
font-weight: 400;
word-wrap: break-word;
word-break: break-all;
}
.scvmabx .maxboxs > .items .tophd > view:nth-of-type(2) {
flex: 1;
}
.scvmabx .maxboxs > .items .tophd1 {
width: 100%;
display: flex;
align-items: center;
justify-content: space-between;
padding: 15rpx 25rpx;
box-sizing: border-box;
border-bottom: 4rpx solid #EEEEEE;
}
.scvmabx .maxboxs > .items .tophd1 > image {
width: 48rpx;
height: 48rpx;
margin-right: -20rpx;
}
.scvmabx .maxboxs > .items .tophd1 > view {
display: flex;
align-items: center;
}
.scvmabx .maxboxs > .items .tophd1 > view > image {
width: 48rpx;
height: 48rpx;
margin-right: 10rpx;
}
.scvmabx .maxboxs > .items .numbxvie {
width: 100%;
display: flex;
align-items: center;
justify-content: space-around;
padding: 15rpx 25rpx;
box-sizing: border-box;
}
.scvmabx .maxboxs > .items .numbxvie .zhon {
color: #D3832A;
}
.scvmabx .maxboxs > .items .numbxvie .yish {
color: #1197EB;
}
.scvmabx .maxboxs > .items .numbxvie .weish {
color: #020B18;
}
.scvmabx .maxboxs > .items .numbxvie > view {
display: flex;
flex-direction: column;
align-items: center;
}
.scvmabx .maxboxs > .items .numbxvie > view > view:nth-of-type(1) {
font-size: 36rpx;
margin-bottom: 12rpx;
}
.scvmabx .maxboxs > .items .numbxvie > view > view:nth-of-type(2) {
font-size: 28rpx;
}
.scvmabx .maxboxs > .items .type1 {
width: 100%;
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 20rpx;
}
.scvmabx .maxboxs > .items .type1 > view {
display: flex;
align-items: center;
font-size: 28rpx;
}
.scvmabx .maxboxs > .items .type1 > view > view:nth-of-type(1) {
color: #90A0AF;
}
.scvmabx .maxboxs > .items .type1 > view > view:nth-of-type(2) {
color: #092C4D;
}