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.

234 lines
5.7 KiB
Plaintext

/**
* 这里是uni-app内置的常用样式变量
*
* uni-app 官方扩展插件及插件市场https://ext.dcloud.net.cn上很多三方插件均使用了这些样式变量
* 如果你是插件开发者建议你使用scss预处理并在插件代码中直接使用这些变量无需 import 这个文件方便用户通过搭积木的方式开发整体风格一致的App
*
*/
/**
* 如果你是App开发者插件使用者你可以通过修改这些变量来定制自己的插件主题实现自定义主题功能
*
* 如果你的项目同样使用了scss预处理你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
*/
/* 颜色变量 */
/* 行为相关颜色 */
/* 文字基本颜色 */
/* 背景颜色 */
/* 边框颜色 */
/* 尺寸变量 */
/* 文字尺寸 */
/* 图片尺寸 */
/* Border Radius */
/* 水平间距 */
/* 垂直间距 */
/* 透明度 */
/* 文章场景相关 */
.Coupons {
width: 100%;
height: 100%;
background-color: #f2f2f2;
position: absolute;
overflow: hidden;
}
.Coupons .tops {
width: 100%;
height: 11%;
}
.Coupons .secondBright-header {
width: 100%;
height: 80rpx;
display: flex;
font-size: 30rpx;
color: black;
background-color: #fff;
}
.Coupons .secondBright-header .header-left {
width: 50%;
height: 80rpx;
text-align: center;
line-height: 80rpx;
}
.Coupons .secondBright-header .header-right {
width: 50%;
height: 80rpx;
text-align: center;
line-height: 80rpx;
}
.Coupons .secondBright-header .headerActive {
1 year ago
border-bottom: 8rpx solid #1378F7;
color: #1378F7;
}
.Coupons .secondaryCard-auto {
width: 100%;
1 year ago
height: 80%;
margin-top: 15rpx;
}
1 year ago
.Coupons .secondaryCard-auto .big {
width: 100%;
height: 100%;
}
.Coupons .secondaryCard-auto .big .card {
width: 694rpx;
margin-left: 50%;
transform: translateX(-50%);
}
1 year ago
.Coupons .secondaryCard-auto .big .card .boxs {
width: 694rpx;
height: 208rpx;
margin-top: 20rpx;
border-radius: 20rpx 20rpx 20rpx 20rpx;
display: flex;
justify-content: space-between;
align-items: center;
1 year ago
position: relative;
}
1 year ago
.Coupons .secondaryCard-auto .big .card .boxs .boxs-left {
width: 234rpx;
height: 208rpx;
background-image: url("https://www.jiubaotongxue.love/image/demo43.png");
background-size: 100% 100%;
}
1 year ago
.Coupons .secondaryCard-auto .big .card .boxs .boxs-left .boxs-left-top {
display: block;
width: 100%;
height: 66rpx;
line-height: 66rpx;
1 year ago
text-align: center;
margin-top: 46rpx;
font-size: 48rpx;
color: white;
}
1 year ago
.Coupons .secondaryCard-auto .big .card .boxs .boxs-left .boxs-left-tops {
display: block;
width: 100%;
1 year ago
height: 40rpx;
line-height: 40rpx;
text-align: center;
font-size: 28rpx;
color: white;
margin-top: 12rpx;
}
1 year ago
.Coupons .secondaryCard-auto .big .card .boxs .boxs-right {
width: 460rpx;
height: 208rpx;
background-image: url("https://www.jiubaotongxue.love/image/demo44.png");
background-size: 100% 100%;
box-sizing: border-box;
1 year ago
padding-left: 28rpx;
}
1 year ago
.Coupons .secondaryCard-auto .big .card .boxs .boxs-right .boxs-right-top {
width: 100%;
height: 42rpx;
font-weight: 500;
font-size: 30rpx;
color: #242526;
line-height: 42rpx;
margin-top: 34rpx;
font-weight: 700;
}
1 year ago
.Coupons .secondaryCard-auto .big .card .boxs .boxs-right .boxs-right-tops {
width: 100%;
1 year ago
height: 34rpx;
font-weight: 400;
font-size: 24rpx;
color: rgba(36, 37, 38, 0.5);
line-height: 34rpx;
font-style: normal;
margin-top: 14rpx;
}
.Coupons .secondaryCard-auto .big .card .boxs .boxs-right .line {
width: 100%;
height: 2rpx;
border-top: 1rpx solid #E6E6E6;
margin-top: 16rpx;
}
1 year ago
.Coupons .secondaryCard-auto .big .card .boxs .boxs-right .boxs-right-bottom {
width: 100%;
height: 34rpx;
font-weight: 400;
font-size: 24rpx;
color: rgba(36, 37, 38, 0.5);
line-height: 34rpx;
margin-top: 16rpx;
}
.Coupons .secondaryCard-auto .big .card .boxs .boxs-Btn {
position: absolute;
right: 28rpx;
top: 28rpx;
width: 88rpx;
height: 48rpx;
text-align: center;
1 year ago
line-height: 48rpx;
font-size: 22rpx;
color: white;
1 year ago
background: linear-gradient(135deg, #FEB44C 0%, #FF8833 100%);
border-radius: 25rpx 25rpx 25rpx 25rpx;
}
1 year ago
.Coupons .secondaryCard-auto .big .card .boxs .boxs-Btns {
position: absolute;
right: 24rpx;
top: 24rpx;
width: 88rpx;
height: 88rpx;
border-radius: 50%;
1 year ago
background-size: 100% 100%;
}
.Coupons .secondaryCard-auto .big .card .boxs .boxsBtnsActive {
1 year ago
background-image: url("https://www.jiubaotongxue.love/image/demo45.png");
}
.Coupons .secondaryCard-auto .big .card .boxs .boxsBtnsActives {
1 year ago
background-image: url("https://www.jiubaotongxue.love/image/demo46.png");
}
.queding {
width: 100%;
height: 100%;
position: absolute;
z-index: 100;
background-color: rgba(0, 0, 0, 0.7);
}
.queding .content {
position: absolute;
width: 500rpx;
min-height: 220rpx;
background-color: white;
border-radius: 20rpx 20rpx 20rpx 20rpx;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.queding .content .hear {
width: 96%;
text-align: center;
margin-top: 50rpx;
font-size: 28rpx;
box-sizing: border-box;
margin-top: 50rpx;
}
.queding .content .queding-bottom {
width: 100%;
height: 80rpx;
margin-top: 30rpx;
display: flex;
justify-content: center;
}
.queding .content .queding-bottom .queding-bottom-left {
width: 165rpx;
height: 60rpx;
text-align: center;
line-height: 60rpx;
background-color: #70b6f2;
color: white;
margin-right: 20rpx;
letter-spacing: 5rpx;
border-radius: 15rpx 15rpx 15rpx 15rpx;
}
.queding .content .queding-bottom .queding-bottom-right {
width: 165rpx;
height: 60rpx;
text-align: center;
line-height: 60rpx;
background-color: #70b6f2;
border-radius: 15rpx 15rpx 15rpx 15rpx;
margin-left: 20rpx;
letter-spacing: 5rpx;
}