honmeigui/components/nav-drawer/nav-drawer.wxss
2022-12-26 12:02:35 +08:00

159 lines
3.0 KiB
Plaintext

.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 {
padding: 30rpx;
height: auto;
width: 690rpx;
/* overflow-y: scroll; */
}
.drawer_title {
padding: 20rpx;
font: 42rpx "microsoft yahei";
text-align: center;
}
.line {
border-bottom: 1px solid #f8f8f8;
}
.drawer_content_top {
height: 48rpx;
width: 690rpx;
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: 418rpx; */
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;
}
.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: auto;
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;
}
.drawer_pay_div_for_flot {
width: 68rpx;
height: 58rpx;
position: absolute;
left: 262rpx;
top: -1rpx;
}