jhwxapp/miniprogram/pageage/lw-gerenxinxi/lw-gerenxinxi.wxss

76 lines
1.2 KiB
Plaintext

/* pages/lw-gerenxinxi/lw-gerenxinxi.wxss */
.lw_info_padding{
padding: 50rpx 0;
}
.lw_info_img{
width: 300rpx;
height: 300rpx;
margin: auto;
background: url("http://fileimg.makalu.cc/WEB_84250138634B44129412859F8877F7FB.png") no-repeat center/100% 100%;
}
.lw_info_img image{
width: 300rpx;
height: 300rpx;
}
.lw_info_list{
padding: 30rpx 40rpx;
font-size: 26rpx;
color: #8ba2ee;
}
.lw_info_list image{
width: 35rpx;
height: 35rpx;
margin-right: 10rpx;
}
.lw_info_list text{
position: relative;
top: -8rpx;
}
.lw_info_right{
text-align: right;
color: #ffffff;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.lw_tips{
text-align: center;
color: #8ba2ee;
font-size: 30rpx;
padding: 30rpx 0;
}
.lw_bnt{
padding: 30rpx;
}
.lw_bnt button{
border-radius: 50rpx;
font-weight: 400;
font-size: 30rpx;
}
.lw_bnt_1{
background:#7067fe ;
color: #ffffff;
}
.lw_bnt_1:active{
background: #6487ff;
}
.lw_bnt_2{
background:#28345a ;
color: #8ba3ed;
}
.lw_bnt_2:active{
background: #323b57;
}
.lw_btn_zc{
width:70%;
margin: 50rpx auto 0;
text-align: center;
height: 70rpx;
line-height: 70rpx;
background: #687bfe;
border-radius: 30rpx;
}
.lw_btn_zc:active{
background: #7655fc;
}