货无忧
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.
 
 
 
 
 

195 lines
4.5 KiB

/**
* 这里是uni-app内置的常用样式变量
*
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
*
*/
/**
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
*
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
*/
/* 颜色变量 */
/* 行为相关颜色 */
/* 文字基本颜色 */
/* 背景颜色 */
/* 边框颜色 */
/* 尺寸变量 */
/* 文字尺寸 */
/* 图片尺寸 */
/* Border Radius */
/* 水平间距 */
/* 垂直间距 */
/* 透明度 */
/* 文章场景相关 */
.butadd {
width: 686rpx;
height: 100rpx;
background: #D3832A;
border-radius: 16rpx;
display: flex;
align-items: center;
justify-content: center;
margin: auto;
margin-top: 30rpx;
font-size: 32rpx;
font-weight: 400;
color: #FFFFFF;
}
.bgcolo {
width: 750rpx;
height: 200rpx;
background: linear-gradient(180deg, #D3832A 0%, rgba(211, 131, 42, 0) 100%);
border-radius: 0rpx 0rpx 0rpx 0rpx;
opacity: 1;
position: absolute;
left: 0;
}
.card_use {
width: 686rpx;
height: 280rpx;
background: #FFFFFF;
border-radius: 16rpx;
position: relative;
margin: auto;
margin-top: 40rpx;
padding: 26rpx 22rpx;
box-sizing: border-box;
}
.card_use .card_top {
display: flex;
align-items: center;
}
.card_use .card_top > view {
width: 50%;
display: flex;
align-items: center;
}
.card_use .card_top > view > view:nth-of-type(1) {
font-size: 32rpx;
font-weight: 400;
color: #8D97A3;
margin-right: 30rpx;
}
.card_use .card_top > view > view:nth-of-type(2) {
font-size: 32rpx;
font-weight: 500;
color: #092C4D;
}
.card_use .card-content {
width: 640rpx;
height: 160rpx;
background: #F5F7FB;
border-radius: 8rpx;
margin-top: 24rpx;
display: flex;
align-items: center;
justify-content: space-around;
}
.card_use .card-content > view {
display: flex;
flex-direction: column;
align-items: center;
}
.card_use .card-content > view > view:nth-of-type(1) {
font-size: 28rpx;
font-weight: 400;
color: #020B18;
}
.card_use .card-content > view > view:nth-of-type(2) {
font-size: 36rpx;
font-weight: 400;
color: #178AF2;
margin-top: 20rpx;
}
.scvs {
width: 100%;
height: 52vh;
margin-top: 15px;
}
.scvs .maboxsw .itemboxs {
width: 686rpx;
background: #FFFFFF;
border-radius: 16rpx;
margin: auto;
box-sizing: border-box;
margin-bottom: 16rpx;
}
.scvs .maboxsw .itemboxs:nth-last-child(1) {
margin-bottom: 0;
}
.scvs .maboxsw .itemboxs .topdivs {
width: 100%;
height: 88rpx;
background: linear-gradient(133deg, rgba(250, 140, 22, 0.2) 0%, rgba(250, 140, 22, 0) 100%);
opacity: 1;
display: flex;
align-items: center;
justify-content: space-between;
padding: 20rpx 30rpx;
box-sizing: border-box;
border-radius: 16rpx 16rpx 0 0;
}
.scvs .maboxsw .itemboxs .topdivs image {
width: 40rpx;
height: 40rpx;
}
.scvs .maboxsw .itemboxs .topdivs > view {
display: flex;
align-items: center;
font-size: 28rpx;
}
.scvs .maboxsw .itemboxs .topdivs > view > view:nth-of-type(1) {
padding: 0 20rpx;
height: 48rpx;
background: #FA8C16;
color: #FFFFFF;
display: flex;
align-items: center;
justify-content: center;
border-radius: 6rpx;
margin-right: 20rpx;
}
.scvs .maboxsw .itemboxs .topdivs > view > view:nth-of-type(2) {
font-size: 28rpx;
font-weight: 400;
color: #8D97A3;
border-right: 1rpx solid #8D97A3;
padding-right: 12rpx;
}
.scvs .maboxsw .itemboxs .topdivs > view > view:nth-of-type(3) {
font-size: 28rpx;
font-weight: 400;
color: #F8544B;
margin-left: 12rpx;
}
.scvs .maboxsw .itemboxs .titlor {
font-size: 34rpx;
font-weight: 600;
color: #092C4D;
padding: 20rpx 32rpx;
box-sizing: border-box;
}
.scvs .maboxsw .itemboxs .orderlists {
display: flex;
flex-direction: column;
width: 630rpx;
margin: auto;
}
.scvs .maboxsw .itemboxs .orderlists > .minitem {
display: flex;
flex-direction: column;
border-bottom: 1rpx solid #EEEEEE;
padding-bottom: 30rpx;
padding-top: 20rpx;
}
.scvs .maboxsw .itemboxs .orderlists > .minitem:nth-last-child(1) {
border-bottom: none;
}
.scvs .maboxsw .itemboxs .orderlists > .minitem > view {
font-size: 28rpx;
font-weight: 400;
color: #092C4D;
margin-bottom: 10rpx;
}