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.

266 lines
6.4 KiB
Plaintext

/**
* 这里是uni-app内置的常用样式变量
*
* uni-app 官方扩展插件及插件市场https://ext.dcloud.net.cn上很多三方插件均使用了这些样式变量
* 如果你是插件开发者建议你使用scss预处理并在插件代码中直接使用这些变量无需 import 这个文件方便用户通过搭积木的方式开发整体风格一致的App
*
*/
/**
* 如果你是App开发者插件使用者你可以通过修改这些变量来定制自己的插件主题实现自定义主题功能
*
* 如果你的项目同样使用了scss预处理你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
*/
/* 颜色变量 */
/* 行为相关颜色 */
/* 文字基本颜色 */
/* 背景颜色 */
/* 边框颜色 */
/* 尺寸变量 */
/* 文字尺寸 */
/* 图片尺寸 */
/* Border Radius */
/* 水平间距 */
/* 垂直间距 */
/* 透明度 */
/* 文章场景相关 */
.charge {
width: 100%;
height: 100%;
position: absolute;
background-color: #f2f2f2;
}
.charge .tops {
width: 100%;
position: fixed;
height: 318rpx;
background-image: url("https://www.jiubaotongxue.love/image/demo56.png");
background-size: 100% 100%;
}
.charge .tops .nav-img {
width: 64rpx;
height: 64rpx;
position: absolute;
top: 100rpx;
left: 20rpx;
}
.charge .tops .title {
width: 100%;
height: 50rpx;
line-height: 50rpx;
font-size: 36rpx;
position: absolute;
top: 108rpx;
left: 304rpx;
}
.charge .topss {
width: 100%;
height: 260rpx;
}
.charge .scrol {
width: 100%;
height: 60%;
}
.charge .scrol .big {
width: 100%;
height: 100%;
}
.charge .scrol .big .card {
width: 694rpx;
margin-left: 50%;
transform: translateX(-50%);
}
.charge .scrol .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;
position: relative;
}
.charge .scrol .big .card .boxs .boxs-left {
width: 234rpx;
height: 208rpx;
background-image: url("https://www.jiubaotongxue.love/image/demo43.png");
background-size: 100% 100%;
}
.charge .scrol .big .card .boxs .boxs-left .boxs-left-top {
display: block;
width: 100%;
height: 66rpx;
line-height: 66rpx;
text-align: center;
margin-top: 46rpx;
font-size: 48rpx;
color: white;
}
.charge .scrol .big .card .boxs .boxs-left .boxs-left-tops {
display: block;
width: 100%;
height: 40rpx;
line-height: 40rpx;
text-align: center;
font-size: 28rpx;
color: white;
margin-top: 12rpx;
}
.charge .scrol .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;
padding-left: 28rpx;
}
.charge .scrol .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;
}
.charge .scrol .big .card .boxs .boxs-right .boxs-right-tops {
width: 100%;
height: 34rpx;
font-weight: 400;
font-size: 24rpx;
color: rgba(36, 37, 38, 0.5);
line-height: 34rpx;
font-style: normal;
margin-top: 14rpx;
}
.charge .scrol .big .card .boxs .boxs-right .line {
width: 100%;
height: 2rpx;
border-top: 1rpx solid #E6E6E6;
margin-top: 16rpx;
}
.charge .scrol .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;
}
.charge .scrol .big .card .boxs .boxs-Btn {
position: absolute;
right: 28rpx;
top: 28rpx;
width: 88rpx;
height: 48rpx;
text-align: center;
line-height: 48rpx;
font-size: 22rpx;
color: white;
background: linear-gradient(135deg, #FEB44C 0%, #FF8833 100%);
border-radius: 25rpx 25rpx 25rpx 25rpx;
}
.charge .scrol .big .card .boxs .boxs-Btns {
position: absolute;
right: 24rpx;
top: 24rpx;
width: 88rpx;
height: 88rpx;
border-radius: 50%;
background-size: 100% 100%;
}
.charge .scrol .big .card .boxs .boxsBtnsActive {
background-image: url("https://www.jiubaotongxue.love/image/demo45.png");
}
.charge .scrol .big .card .boxs .boxsBtnsActives {
background-image: url("https://www.jiubaotongxue.love/image/demo46.png");
}
.charge .scrol .big .card .couponsActive {
border: 1rpx solid #3f95ff;
}
.charge .charge-play {
width: 92%;
height: 200rpx;
margin-left: 50%;
transform: translateX(-50%);
border-radius: 20rpx 20rpx 20rpx 20rpx;
}
.charge .charge-play .charge-body-title {
width: 100%;
height: 80rpx;
box-sizing: border-box;
line-height: 80rpx;
padding-left: 20rpx;
font-size: 32rpx;
font-weight: 700;
color: #666;
}
.charge .charge-play .charge-play-icon {
width: 100%;
height: 110rpx;
margin-top: 15rpx;
display: flex;
justify-content: space-between;
align-items: center;
background-color: white;
border-radius: 20rpx 20rpx 20rpx 20rpx;
}
.charge .charge-play .charge-play-icon .icon-left {
width: 260rpx;
height: 90rpx;
display: flex;
justify-content: space-between;
align-items: center;
font-size: 28rp;
}
.charge .charge-play .charge-play-icon .icon-left .icon-img {
width: 60rpx;
height: 60rpx;
border-radius: 50%;
margin-left: 30rpx;
}
.charge .charge-play .charge-play-icon .icon-right {
width: 44rpx;
height: 44rpx;
border-radius: 50%;
border: 1rpx solid #666;
margin-right: 50rpx;
}
.charge .charge-play .charge-play-icon .icon-active {
border: none;
background-size: 100% 100%;
background-image: url("https://www.jiubaotongxue.love/image/xuanzhong.png");
}
.charge .charge-btnPlay {
position: fixed;
bottom: 0rpx;
width: 100%;
height: 140rpx;
background-color: white;
line-height: 140rpx;
color: white;
display: flex;
justify-content: space-between;
box-sizing: border-box;
padding-left: 30rpx;
}
.charge .charge-btnPlay .charge-btnPlay-left {
color: black;
font-size: 30rpx;
}
.charge .charge-btnPlay .charge-btnPlay-left .pricess {
font-size: 40rpx;
color: #FF7733;
}
.charge .charge-btnPlay .plays {
width: 280rpx;
height: 96rpx;
background: linear-gradient(135deg, #4D97FF 0%, #3377FF 100%), linear-gradient(276deg, #1C9FF7 0%, #1275F7 100%);
box-shadow: 0rpx 8rpx 18rpx 0rpx rgba(5, 128, 255, 0.2);
border-radius: 50rpx;
text-align: center;
line-height: 96rpx;
margin-right: 30rpx;
margin-top: 20rpx;
}