672 lines
13 KiB
Plaintext
672 lines
13 KiB
Plaintext
@charset "UTF-8";
|
||
|
||
/**
|
||
* 这里是uni-app内置的常用样式变量
|
||
*
|
||
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
||
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
||
*
|
||
*/
|
||
/**
|
||
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
||
*
|
||
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
||
*/
|
||
/* 颜色变量 */
|
||
/* 行为相关颜色 */
|
||
/* 文字基本颜色 */
|
||
/* 背景颜色 */
|
||
/* 边框颜色 */
|
||
/* 尺寸变量 */
|
||
/* 文字尺寸 */
|
||
/* 图片尺寸 */
|
||
/* Border Radius */
|
||
/* 水平间距 */
|
||
/* 垂直间距 */
|
||
/* 透明度 */
|
||
/* 文章场景相关 */
|
||
.tabbar {
|
||
height: 120rpx;
|
||
position: fixed;
|
||
left: 0;
|
||
bottom: 0;
|
||
right: 0;
|
||
z-index: 20;
|
||
background: black;
|
||
}
|
||
|
||
.tabbar .ul {
|
||
display: flex;
|
||
flex-direction: row;
|
||
align-items: center;
|
||
width: 92%;
|
||
padding-top: 10rpx;
|
||
margin-left: 30rpx;
|
||
|
||
}
|
||
|
||
.tabbar .ul_left {
|
||
width: 15%;
|
||
height: 56rpx;
|
||
}
|
||
|
||
.tabbar .ul_c {
|
||
width: 80%;
|
||
height: 56rpx;
|
||
}
|
||
|
||
.tabbar .ul_r {
|
||
width: 5%;
|
||
display: flex;
|
||
justify-content: flex-end;
|
||
}
|
||
|
||
.power {
|
||
position: fixed;
|
||
left: 0;
|
||
top: 0;
|
||
width: 100%;
|
||
}
|
||
|
||
.drawer_attr_box {
|
||
width: 100%;
|
||
/* height: 500rpx; */
|
||
z-index: 1001;
|
||
overflow: hidden;
|
||
}
|
||
|
||
.drawer_content {
|
||
border-top-left-radius: 40rpx;
|
||
border-top-right-radius: 40rpx;
|
||
z-index: 1001;
|
||
background: #1D242B;
|
||
width: 750rpx;
|
||
position: fixed;
|
||
bottom: 0rpx;
|
||
}
|
||
|
||
.paly_drawer {
|
||
overflow: hidden;
|
||
position: fixed;
|
||
bottom: 0;
|
||
left: 0;
|
||
border-top-left-radius: 40rpx;
|
||
border-top-right-radius: 40rpx;
|
||
z-index: 1001;
|
||
background: linear-gradient(205deg, #B95B17 -43%, #120D2E 70%);
|
||
height: 594rpx;
|
||
width: 750rpx;
|
||
}
|
||
|
||
.paly_drawer_top {
|
||
width: 690rpx;
|
||
height: 300rpx;
|
||
margin-top: 50rpx;
|
||
margin-left: 30rpx;
|
||
display: flex;
|
||
flex-wrap: nowrap;
|
||
}
|
||
|
||
.paly_drawer_top_l {
|
||
width: 212rpx;
|
||
height: 300rpx;
|
||
border-radius: 24px 24px 24px 24px;
|
||
}
|
||
|
||
.paly_drawer_top_r {
|
||
width: 460rpx;
|
||
height: 158rpx;
|
||
margin-left: 20rpx;
|
||
display: flex;
|
||
flex-wrap: wrap;
|
||
/* margin-top: 62rpx; */
|
||
margin-top: 42rpx;
|
||
}
|
||
|
||
.paly_drawer_top_r_t {
|
||
width: 100%;
|
||
height: 50rpx;
|
||
font-size: 36rpx;
|
||
font-family: PingFang SC-Bold, PingFang SC;
|
||
font-weight: bold;
|
||
color: #FFFFFF;
|
||
line-height: 42rpx;
|
||
}
|
||
|
||
.paly_drawer_top_r_c {
|
||
margin-top: 4rpx;
|
||
width: 100%;
|
||
height: 34rpx;
|
||
font-size: 24rpx;
|
||
font-family: PingFang SC-Regular, PingFang SC;
|
||
font-weight: 400;
|
||
color: #DDDDDD;
|
||
line-height: 28rpx;
|
||
}
|
||
|
||
.drawer_title {
|
||
padding: 20rpx;
|
||
font: 42rpx "microsoft yahei";
|
||
text-align: center;
|
||
}
|
||
|
||
.line {
|
||
border-bottom: 1px solid #f8f8f8;
|
||
}
|
||
|
||
.drawer_content_top_left {
|
||
/* border: 1rpx solid red; */
|
||
width: auto;
|
||
height: 100%;
|
||
display: flex;
|
||
flex-wrap: nowrap;
|
||
}
|
||
|
||
.drawer_content_top_div2 {
|
||
font-size: 36rpx;
|
||
font-family: PingFang SC-Bold, PingFang SC;
|
||
font-weight: bold;
|
||
color: #FFFFFF;
|
||
line-height: 42rpx;
|
||
padding-left: 20rpx;
|
||
}
|
||
|
||
.paly_btn {
|
||
width: 690rpx;
|
||
height: 94rpx;
|
||
background: linear-gradient(180deg, #FBA676 0%, #E95E32 100%);
|
||
border-radius: 24rpx;
|
||
opacity: 1;
|
||
margin-left: 30rpx;
|
||
height: 50px;
|
||
font-size: 36rpx;
|
||
font-family: PingFang SC-Bold, PingFang SC;
|
||
font-weight: bold;
|
||
margin-top: 50rpx;
|
||
color: #FFFFFF;
|
||
line-height: 42rpx;
|
||
display: flex;
|
||
justify-content: center;
|
||
align-items: center;
|
||
}
|
||
|
||
.drawer_content_top_right {
|
||
height: 100%;
|
||
width: 50%;
|
||
display: flex;
|
||
justify-content: flex-end;
|
||
align-items: center;
|
||
}
|
||
|
||
.drawer_tetil {
|
||
padding-top: 18rpx;
|
||
width: 100%;
|
||
height: 40rpx;
|
||
font-size: 28rpx;
|
||
font-family: PingFang SC-Regular, PingFang SC;
|
||
font-weight: 400;
|
||
color: #F6F6F6;
|
||
line-height: 33rpx;
|
||
}
|
||
|
||
.drawer_pay_div {
|
||
/* height: 418rpx; */
|
||
width: 100%;
|
||
/* padding-top: 30rpx; */
|
||
margin-top: 30rpx;
|
||
}
|
||
|
||
.drawer_pay_btn {
|
||
width: 688rpx;
|
||
height: 94rpx;
|
||
background: linear-gradient(180deg, #E4BD99 0%, #DD9F65 100%);
|
||
border-radius: 24rpx 24rpx 24rpx 24rpx;
|
||
opacity: 1;
|
||
font-size: 36rpx;
|
||
font-family: PingFang SC-Bold, PingFang SC;
|
||
font-weight: bold;
|
||
color: #23272D;
|
||
line-height: 42rpx;
|
||
display: flex;
|
||
justify-content: center;
|
||
align-items: center;
|
||
}
|
||
|
||
.drawer_content_top {
|
||
width: 100%;
|
||
height: 60rpx;
|
||
/* margin-top: 56rpx; */
|
||
/* margin-left: 30rpx; */
|
||
display: flex;
|
||
align-items: center;
|
||
flex-wrap: nowrap;
|
||
}
|
||
|
||
.drawer_content_top_l {
|
||
width: auto;
|
||
height: 60rpx;
|
||
/* border: 1rpx solid red; */
|
||
font-size: 36rpx;
|
||
font-family: PingFang SC-Bold, PingFang SC;
|
||
font-weight: bold;
|
||
color: #EEEEEE;
|
||
line-height: 42rpx;
|
||
display: flex;
|
||
align-items: center;
|
||
margin-top: 3px;
|
||
}
|
||
|
||
.drawer_content_top_r {
|
||
width: auto;
|
||
height: 100%;
|
||
/* border: 1rpx solid red; */
|
||
font-size: 26rpx;
|
||
font-family: PingFang SC-Regular, PingFang SC;
|
||
font-weight: 400;
|
||
color: #DDDDDD;
|
||
line-height: 30rpx;
|
||
margin-left: 40rpx;
|
||
/* margin-top: 10px; */
|
||
display: flex;
|
||
align-items: center;
|
||
margin-top: 5rpx;
|
||
}
|
||
|
||
.drawer_content_c_s {
|
||
height: 64rpx;
|
||
width: 720rpx;
|
||
margin-top: 40rpx;
|
||
display: flex;
|
||
flex-wrap: nowrap;
|
||
white-space: nowrap;
|
||
}
|
||
|
||
.drawer_content_c {
|
||
margin-top: 60rpx;
|
||
height: 154rpx;
|
||
width: 720rpx;
|
||
margin-left: 30rpx;
|
||
}
|
||
|
||
.paly_drawer_top_r_b {
|
||
height: 68rpx;
|
||
width: 100%;
|
||
/* border: 1rpx solid red; */
|
||
display: flex;
|
||
flex-wrap: nowrap;
|
||
/* margin-top: 20rpx; */
|
||
}
|
||
|
||
.drawer_content_c_for {
|
||
width: 150rpx;
|
||
height: 64rpx;
|
||
background: rgba(255, 255, 255, 0.4);
|
||
border-radius: 32rpx;
|
||
opacity: 1;
|
||
display: inline-block;
|
||
margin-right: 20rpx;
|
||
}
|
||
|
||
/* 选中的样式 */
|
||
.coonter3_view_foractive {
|
||
width: 150rpx;
|
||
height: 64rpx;
|
||
background: rgba(255, 255, 255, 0.4);
|
||
border-radius: 32rpx;
|
||
opacity: 1;
|
||
display: inline-block;
|
||
margin-right: 20rpx;
|
||
font-size: 28rpx;
|
||
font-family: PingFang SC-Regular, PingFang SC;
|
||
font-weight: 400;
|
||
color: #FFFFFF;
|
||
}
|
||
|
||
/* 未选中的样式 */
|
||
.coonter3_view_for {
|
||
width: 150rpx;
|
||
height: 64rpx;
|
||
background: rgba(255, 255, 255, 0.2);
|
||
border-radius: 32rpx;
|
||
opacity: 1;
|
||
margin-right: 20rpx;
|
||
display: inline-block;
|
||
font-size: 28rpx;
|
||
font-family: PingFang SC-Regular, PingFang SC;
|
||
font-weight: 400;
|
||
color: #CCCCCC;
|
||
}
|
||
|
||
.coonter3_view_for_tag {
|
||
width: 100%;
|
||
height: 100%;
|
||
display: flex;
|
||
justify-content: center;
|
||
align-items: center;
|
||
}
|
||
|
||
.coonter4_view_for_tag {
|
||
width: 100%;
|
||
height: 100%;
|
||
display: flex;
|
||
justify-content: center;
|
||
align-items: center;
|
||
}
|
||
|
||
.drawer_content_b {
|
||
height: 444rpx;
|
||
width: 750rpx;
|
||
/* border: 1rpx solid red; */
|
||
}
|
||
|
||
.drawer_content_t_s {
|
||
height: 444rpx;
|
||
width: 750rpx;
|
||
|
||
margin-top: 60rpx;
|
||
/* padding-top: 60rpx; */
|
||
display: flex;
|
||
|
||
}
|
||
|
||
/* 选中的样式 */
|
||
.coonter4_view_foractive {
|
||
width: 210rpx;
|
||
height: 74rpx;
|
||
background: #FF8A00;
|
||
display: inline-block;
|
||
border-radius: 16rpx;
|
||
opacity: 1;
|
||
display: inline-block;
|
||
margin-left: 30rpx;
|
||
font-size: 28rpx;
|
||
font-family: PingFang SC-Regular, PingFang SC;
|
||
font-weight: 400;
|
||
color: #FFFFFF;
|
||
margin-bottom: 32rpx;
|
||
}
|
||
|
||
/* 未选中的样式 */
|
||
.coonter4_view_for {
|
||
width: 210rpx;
|
||
height: 74rpx;
|
||
display: inline-block;
|
||
background: rgba(255, 255, 255, 0.2);
|
||
border-radius: 16rpx;
|
||
opacity: 1;
|
||
margin-left: 30rpx;
|
||
margin-bottom: 32rpx;
|
||
display: inline-block;
|
||
font-size: 28rpx;
|
||
font-family: PingFang SC-Regular, PingFang SC;
|
||
font-weight: 400;
|
||
color: #CCCCCC;
|
||
}
|
||
|
||
.btn {
|
||
width: 92%;
|
||
height: 94rpx;
|
||
background: linear-gradient(180deg, #FBA676 0%, #E95E32 100%);
|
||
border-radius: 24px 24px 24px 24px;
|
||
margin-left: 30rpx;
|
||
margin-top: 50rpx;
|
||
opacity: 1;
|
||
display: flex;
|
||
justify-content: center;
|
||
align-items: center;
|
||
}
|
||
|
||
.btn_text {
|
||
font-size: 36rpx;
|
||
font-family: PingFang SC-Bold, PingFang SC;
|
||
font-weight: bold;
|
||
color: #FFFFFF;
|
||
line-height: 42rpx;
|
||
}
|
||
|
||
|
||
|
||
.drawer_screen {
|
||
width: 100%;
|
||
height: 100%;
|
||
position: fixed;
|
||
top: 0;
|
||
left: 0;
|
||
z-index: 1000;
|
||
background: #000;
|
||
opacity: 0.2;
|
||
overflow: hidden;
|
||
}
|
||
|
||
/*content*/
|
||
/*.drawer_attr_box {
|
||
width: 750rpx;
|
||
height: 1258rpx;
|
||
overflow: hidden;
|
||
position: fixed;
|
||
bottom: 0;
|
||
left: 0;
|
||
border-top-left-radius: 40rpx;
|
||
border-top-right-radius: 40rpx;
|
||
z-index: 1001;
|
||
background: linear-gradient(205deg, #4B3D32 0%, #242430 10%);
|
||
} */
|
||
|
||
.drawer_content {}
|
||
|
||
.drawer_title {
|
||
padding: 20rpx;
|
||
font: 42rpx "microsoft yahei";
|
||
text-align: center;
|
||
}
|
||
|
||
.line {
|
||
border-bottom: 1px solid #f8f8f8;
|
||
}
|
||
|
||
.drawer_content_top {
|
||
height: 48rpx;
|
||
width: 660rpx;
|
||
display: flex;
|
||
flex-wrap: nowrap;
|
||
}
|
||
|
||
.drawer_content_top_left {
|
||
/* border: 1rpx solid red; */
|
||
width: 50%;
|
||
height: 100%;
|
||
display: flex;
|
||
flex-wrap: nowrap;
|
||
}
|
||
|
||
.drawer_content_top_div2 {
|
||
font-size: 36rpx;
|
||
font-family: PingFang SC-Bold, PingFang SC;
|
||
font-weight: bold;
|
||
color: #FFFFFF;
|
||
line-height: 42rpx;
|
||
padding-left: 20rpx;
|
||
}
|
||
|
||
.drawer_content_top_right {
|
||
height: 100%;
|
||
width: 50%;
|
||
display: flex;
|
||
justify-content: flex-end;
|
||
align-items: center;
|
||
}
|
||
|
||
.drawer_tetil {
|
||
padding-top: 18rpx;
|
||
width: 100%;
|
||
height: 40rpx;
|
||
font-size: 28rpx;
|
||
font-family: PingFang SC-Regular, PingFang SC;
|
||
font-weight: 400;
|
||
color: #F6F6F6;
|
||
line-height: 33rpx;
|
||
|
||
}
|
||
|
||
.drawer_pay_div {
|
||
/* height: 466rpx; */
|
||
width: 100%;
|
||
/* padding-top: 30rpx; */
|
||
margin-top: 30rpx;
|
||
display: flex;
|
||
flex-direction: row;
|
||
flex-wrap: wrap;
|
||
justify-content: space-between;
|
||
}
|
||
|
||
.drawer_pay_div_for {
|
||
width: 330rpx;
|
||
height: 194rpx;
|
||
background: #38364B;
|
||
border-radius: 24rpx;
|
||
opacity: 1;
|
||
position: relative;
|
||
margin-bottom: 20rpx;
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: center;
|
||
flex-direction: column;
|
||
}
|
||
|
||
.drawer_pay_btn {
|
||
width: 688rpx;
|
||
height: 94rpx;
|
||
background: linear-gradient(180deg, #F4DCC6 0%, #DBAD89 100%);
|
||
border-radius: 24rpx 24rpx 24rpx 24rpx;
|
||
opacity: 1;
|
||
/* margin-top: 48rpx; */
|
||
font-size: 36rpx;
|
||
font-family: PingFang SC-Bold, PingFang SC;
|
||
font-weight: bold;
|
||
color: #23272D;
|
||
line-height: 42rpx;
|
||
display: flex;
|
||
justify-content: center;
|
||
align-items: center;
|
||
}
|
||
|
||
.drawer_pay_div_for_top {
|
||
width: auto;
|
||
height: 50rpx;
|
||
font-size: 36rpx;
|
||
font-family: PingFang SC-Bold, PingFang SC;
|
||
font-weight: bold;
|
||
color: #DAA362;
|
||
line-height: 42rpx;
|
||
/* margin-top: 22rpx; */
|
||
display: flex;
|
||
justify-content: center;
|
||
}
|
||
|
||
.drawer_pay_div_for_c {
|
||
height: 40rpx;
|
||
font-size: 28rpx;
|
||
font-family: PingFang SC-Regular, PingFang SC;
|
||
font-weight: 400;
|
||
color: #FFFFFF;
|
||
line-height: 33rpx;
|
||
margin-top: 10rpx;
|
||
display: flex;
|
||
justify-content: center;
|
||
}
|
||
|
||
.drawer_pay_div_for_b {
|
||
width: 80%;
|
||
height: 40rpx;
|
||
font-size: 28rpx;
|
||
font-family: PingFang SC-Medium, PingFang SC;
|
||
font-weight: 500;
|
||
color: #F0C194;
|
||
line-height: 33rpx;
|
||
margin-top: 10rpx;
|
||
display: flex;
|
||
justify-content: center;
|
||
/* align-items: center;
|
||
overflow : hidden;
|
||
text-overflow: ellipsis; */
|
||
|
||
|
||
}
|
||
|
||
.drawer_pay_div_for_flot {
|
||
width: 68rpx;
|
||
height: 58rpx;
|
||
position: absolute;
|
||
left: 262rpx;
|
||
top: -1rpx;
|
||
}
|
||
|
||
.fhj {
|
||
width: 100%;
|
||
height: 100%;
|
||
position: fixed;
|
||
top: 0rpx;
|
||
background: rgba(0, 0, 0, 0.4);
|
||
}
|
||
|
||
.fhj_img {
|
||
width: 705rpx;
|
||
height: 760rpx;
|
||
display: flex;
|
||
flex-wrap: wrap;
|
||
position: absolute;
|
||
top: 25%;
|
||
justify-content: center;
|
||
|
||
|
||
margin-left: 24rpx;
|
||
|
||
|
||
}
|
||
|
||
.fhj_font {
|
||
/* border: 1rpx solid red; */
|
||
width: 100%;
|
||
height: 200rpx;
|
||
margin-top: 144rpx;
|
||
position: absolute;
|
||
z-index: 999;
|
||
|
||
}
|
||
|
||
.fhj_font_s {
|
||
/* height: 10rpx; */
|
||
font-size: 36rpx;
|
||
font-family: Source Han Sans CN-Regular, Source Han Sans CN;
|
||
font-weight: 400;
|
||
color: #1A1A1A;
|
||
display: flex;
|
||
justify-content: center;
|
||
align-items: center;
|
||
}
|
||
|
||
.fhj_font_s text {
|
||
font-size: 52rpx;
|
||
font-family: Source Han Sans CN-Regular, Source Han Sans CN;
|
||
font-weight: 400;
|
||
color: #F1540D;
|
||
}
|
||
|
||
.fhj_font_t {
|
||
width: auto;
|
||
height: 120rpx;
|
||
font-size: 52rpx;
|
||
font-family: Source Han Sans CN-Regular, Source Han Sans CN;
|
||
font-weight: 400;
|
||
color: #1A1A1A;
|
||
display: flex;
|
||
justify-content: center;
|
||
align-items: center;
|
||
}
|
||
|
||
.fhj_font_t text {
|
||
font-size: 80rpx;
|
||
font-family: Source Han Sans CN-Regular, Source Han Sans CN;
|
||
font-weight: 400;
|
||
color: #F1540D;
|
||
} |