You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
xzjl-ui/pages/home/me/member/member.wxss

230 lines
4.4 KiB

.member-container {
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
}
.header {
position: relative;
width: 100%;
height: 88rpx;
margin-top: 88rpx;
display: flex;
justify-content: center;
align-items: center;
}
.reback{
position: absolute;
left: 20rpx;
width:48rpx;
height:48rpx;
background-repeat: no-repeat;
background-size:100% 100%;
background-image: url(https://wish-assets.windymuse.com.cn/xy/reback.png);
}
.title{
width: 196rpx;
height: 48rpx;
color: rgba(108, 108, 108, 1);
font-size: 32rpx;
text-align: center;
}
.main {
position: relative;
flex: 1;
display: flex;
align-items: center;
flex-direction: column;
}
.sftp{
width: 690rpx;
height: 230rpx;
background-repeat: no-repeat;
background-size:100% 100%;
background-image: url(https://wish-assets.windymuse.com.cn/xy/sftp.png);
}
.hybt{
position: absolute;
bottom: 44rpx;
width: 690rpx;
height: 230rpx;
background-repeat: no-repeat;
background-size:100% 100%;
background-image: url(https://wish-assets.windymuse.com.cn/xy/hybt.png);
}
.hgpng{
position: absolute;
top: 72rpx;
width: 314rpx;
height: 348rpx;
display: flex;
justify-content: flex-end;
background-repeat: no-repeat;
background-size:100% 100%;
background-image: url(https://wish-assets.windymuse.com.cn/xy/hgpng.png);
}
.question{
width: 60rpx;
height: 60rpx;
z-index: 999;
background-size: cover;
background-image: url(https://wish-assets.windymuse.com.cn/xy/qqest.png);
}
.member-btn {
margin-top: 88rpx;
width: 100%;
height: 180rpx;
display: flex;
justify-content: space-evenly;
}
.member-btn-left, .member-btn-right {
width: 280rpx;
height: 100%;
}
.hybtn{
margin-top: 64rpx;
width: 280rpx;
height: 80rpx;
line-height: 80rpx;
border-radius: 20rpx;
background: linear-gradient(233.49deg, rgba(248,99,42,1) 10.48%,rgba(249,135,89,1) 89.2%);
box-shadow: 0px 4rpx 12rpx 0px rgba(0, 0, 0, 0.4);
border: 6rpx solid rgba(255, 255, 255, 1);
color: rgba(255, 255, 255, 1);
font-size: 32rpx;
display: flex;
align-items: center;
justify-content: center;
}
.viphyqy{
margin-top: 78rpx;
width: 100%;
height: 40rpx;
color: rgba(108, 108, 108, 1);
font-size: 28rpx;
text-align: center;
}
.introd{
margin-top: 32rpx;
padding-left: 180rpx;
width: 100%;
height: 150rpx;
line-height: 50rpx;
color: rgba(108, 108, 108, 1);
font-size: 28rpx;
text-align: left;
font-family: SourceHanSansSC-regular;
}
.zhytxt{
width: 100%;
color: rgba(154, 154, 154, 1);
font-size: 28rpx;
text-align: center;
}
.yhytxt{
width: 100%;
color: rgba(154, 154, 154, 1);
font-size: 28rpx;
text-align: center;
}
.hydqr{
margin-top: 234rpx;
width: 750rpx;
height: 40rpx;
color: rgba(248, 99, 42, 1);
font-size: 28rpx;
text-align: center;
}
.week1{
width: 280rpx;
height: 120rpx;
margin-bottom: 10rpx;
line-height: 120rpx;
border-radius: 30rpx;
background-color: rgba(255, 255, 255, 1);
color: rgba(16, 16, 16, 1);
font-size: 28rpx;
text-align: center;
font-family: Arial;
border: 4rpx solid rgba(248, 99, 42, 1);
}
.week1 .text1, .month1 .text2 {
color: #4f4f4f;
}
.month1{
width: 280rpx;
height: 120rpx;
margin-bottom: 10rpx;
line-height: 120rpx;
border-radius: 30rpx;
background-color: rgba(248, 99, 42, 1);
color: rgba(16, 16, 16, 1);
font-size: 28rpx;
text-align: center;
font-family: Arial;
border: 4rpx solid rgba(248, 99, 42, 1);
}
.month1 .text1, .month1 .text2 {
color: #fff;
}
.text1{
margin-left: 2px;
top: 384px;
width: 60px;
height: 41px;
font-size: 28px;
}
.text2{
left: 130px;
top: 401px;
width: 16px;
height: 17px;
font-size: 16px;
text-align: left;
}
.toast {
margin-top: 168rpx;
width: 622rpx;
height: 316rpx;
line-height: 150%;
padding: 32rpx;
box-sizing: border-box;
border-radius: 30rpx;
background-color: rgba(255, 255, 255, 0.9);
color: rgba(108, 108, 108, 1);
font-size: 28rpx;
box-shadow: 2rpx 4rpx 12rpx 0px rgba(0, 0, 0, 0.2);
z-index: 999;
}
.bgc {
position: absolute;
width: 100%;
height: 100%;
z-index: 1;
display: flex;
justify-content: center;
}