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

203 lines
4.7 KiB
Plaintext

/**
* 这里是uni-app内置的常用样式变量
*
* uni-app 官方扩展插件及插件市场https://ext.dcloud.net.cn上很多三方插件均使用了这些样式变量
* 如果你是插件开发者建议你使用scss预处理并在插件代码中直接使用这些变量无需 import 这个文件方便用户通过搭积木的方式开发整体风格一致的App
*
*/
/**
* 如果你是App开发者插件使用者你可以通过修改这些变量来定制自己的插件主题实现自定义主题功能
*
* 如果你的项目同样使用了scss预处理你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
*/
/* 颜色变量 */
/* 行为相关颜色 */
/* 文字基本颜色 */
/* 背景颜色 */
/* 边框颜色 */
/* 尺寸变量 */
/* 文字尺寸 */
/* 图片尺寸 */
/* Border Radius */
/* 水平间距 */
/* 垂直间距 */
/* 透明度 */
/* 文章场景相关 */
.vehicle {
width: 100%;
height: 100%;
position: absolute;
1 year ago
background-color: white;
}
.vehicle .tops {
width: 100%;
height: 11%;
}
.vehicle .maxBox {
width: 100%;
}
.vehicle .maxBox .vehicle-title {
width: 100%;
height: 60rpx;
line-height: 60rpx;
box-sizing: border-box;
padding-left: 30rpx;
padding-top: 20rpx;
1 year ago
font-size: 36rpx;
}
.vehicle .maxBox .vehicle-title .t {
color: #999999;
font-size: 24rpx;
padding-left: 15rpx;
}
1 year ago
.vehicle .maxBox .bigs {
width: 690rpx;
height: 160rpx;
position: relative;
margin-left: 50%;
transform: translateX(-50%);
1 year ago
border-radius: 20rpx 20rpx 20rpx 20rpx;
margin-top: 40rpx;
1 year ago
}
.vehicle .maxBox .bigs .box {
width: 690rpx;
height: 160rpx;
display: flex;
background-color: #fff;
border-radius: 20rpx 20rpx 20rpx 20rpx;
1 year ago
background-size: 100% 100%;
align-items: center;
}
1 year ago
.vehicle .maxBox .bigs .box .cheDemo {
width: 100rpx;
height: 100rpx;
border-radius: 50%;
margin-left: 30rpx;
}
.vehicle .maxBox .bigs .box .boxDemo {
width: 80%;
height: 160rpx;
}
.vehicle .maxBox .bigs .box .boxDemo .box-top {
width: 96%;
display: flex;
justify-content: space-between;
align-items: center;
box-sizing: border-box;
1 year ago
font-size: 34rpx;
padding-left: 26rpx;
color: white;
margin-top: 34rpx;
}
1 year ago
.vehicle .maxBox .bigs .box .boxDemo .box-top .color-b {
color: white;
font-size: 30rpx;
font-weight: 100;
opacity: 0.7;
}
1 year ago
.vehicle .maxBox .bigs .box .boxDemo .box-top .color-g {
color: seagreen;
}
1 year ago
.vehicle .maxBox .bigs .box .boxDemo .box-center {
width: 100%;
1 year ago
margin-top: 10rpx;
display: flex;
justify-content: space-between;
align-items: center;
box-sizing: border-box;
1 year ago
padding-left: 26rpx;
padding-right: 40rpx;
font-size: 26rpx;
1 year ago
color: white;
}
.vehicle .maxBox .bigs .box .boxDemo .box-center .delete {
width: 32rpx;
height: 32rpx;
margin-top: 10rpx;
}
1 year ago
.vehicle .maxBox .bigs .bgmActive {
background-image: url("https://www.jiubaotongxue.love/image/demo16.png");
}
.vehicle .maxBox .bigs .bgmActives {
background-image: url("https://www.jiubaotongxue.love/image/demo17.png");
}
.vehicle .maxBox1 {
width: 100%;
}
.vehicle .maxBox1 .maxBox1-i {
1 year ago
width: 494rpx;
height: 300rpx;
margin-top: 60rpx;
margin-left: 50%;
transform: translateX(-50%);
}
.vehicle .maxBox1 .maxBox1-title {
width: 100%;
}
1 year ago
.vehicle .maxBox1 .maxBox1-title .tops {
width: 470rpx;
height: 100rpx;
line-height: 100rpx;
color: white;
text-align: center;
1 year ago
background-color: white;
margin-left: 50%;
transform: translateX(-50%);
font-size: 28rpx;
border-radius: 50rpx 50rpx 50rpx 50rpx;
border: 1rpx solid #1378F7;
color: white;
margin-top: 42rpx;
display: flex;
align-items: center;
justify-content: space-between;
background: linear-gradient(to right, #1C9FF7, #1275F7);
}
.vehicle .maxBox1 .maxBox1-title .tops .add {
font-size: 50rpx;
display: block;
margin-top: -5rpx;
margin-left: 100rpx;
}
.vehicle .maxBox1 .maxBox1-title .tops .adds {
display: block;
margin-right: 120rpx;
}
.vehicle .maxBox1 .maxBox1-title .title-center {
1 year ago
width: 436rpx;
height: 84rpx;
font: 26rpx;
text-align: center;
1 year ago
margin-top: 64rpx;
margin-left: 50%;
transform: translateX(-50%);
font-size: 28rpx;
color: #9E9E9E;
}
.vehicle .btns {
1 year ago
width: 690rpx;
height: 100rpx;
line-height: 100rpx;
position: fixed;
bottom: 50rpx;
color: white;
text-align: center;
1 year ago
background-color: white;
left: 50%;
transform: translateX(-50%);
font-size: 28rpx;
1 year ago
border-radius: 50rpx 50rpx 50rpx 50rpx;
border: 1rpx solid #1378F7;
color: #1378F7;
display: flex;
align-items: center;
justify-content: center;
}
.vehicle .btns .add {
font-size: 50rpx;
display: block;
margin-top: -5rpx;
}
.vehicle .btns .adds {
display: block;
}