forked from lsl/xzjl-ui
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.
136 lines
2.8 KiB
136 lines
2.8 KiB
/* pages/home/xx/hy/index.wxss */
|
|
.reback{
|
|
position: fixed;
|
|
margin-left: 20rpx;
|
|
margin-top:108rpx;
|
|
width:48rpx;
|
|
height:48rpx;
|
|
background-repeat: no-repeat;
|
|
background-size:100% 100%;
|
|
z-index: 1;
|
|
background-image: url(https://wish-assets.windymuse.com.cn/xy/reback.png);
|
|
}
|
|
|
|
.title{
|
|
position: fixed;
|
|
left: 278rpx;
|
|
top: 108rpx;
|
|
width: 196rpx;
|
|
height: 48rpx;
|
|
color: rgba(108, 108, 108, 1);
|
|
font-size: 32rpx;
|
|
text-align: center;
|
|
z-index: 1;
|
|
font-family: SourceHanSansSC-regular;
|
|
}
|
|
.xfgjl{
|
|
position: fixed;
|
|
left: 0px;
|
|
display: flex;
|
|
justify-content: space-evenly;
|
|
margin-top: 1416rpx;
|
|
width: 750rpx;
|
|
height: 174rpx;
|
|
line-height: 40rpx;
|
|
}
|
|
.xxqlcd{
|
|
width: 110rpx;
|
|
height: 110rpx;
|
|
border-radius: 50%;
|
|
line-height: 110rpx;
|
|
background: linear-gradient(222.54deg, rgba(248,99,42,1) 14.03%,rgba(249,135,89,1) 85.21%);
|
|
color: rgba(16, 16, 16, 1);
|
|
font-size: 32rpx;
|
|
text-align: center;
|
|
box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.4);
|
|
font-family: Arial;
|
|
border: 5rpx solid rgba(255, 255, 255, 1);
|
|
color: rgba(255, 255, 255, 1);
|
|
text-align: center;
|
|
font-family: SourceHanSansSC-medium;
|
|
}
|
|
|
|
.main {
|
|
position: absolute;
|
|
width: 100%;
|
|
height: 100%;
|
|
padding-top: 208rpx;
|
|
box-sizing: border-box;
|
|
background-size: contain;
|
|
}
|
|
|
|
.main-bgc {
|
|
position: fixed;
|
|
top: 334rpx;
|
|
width: 100%;
|
|
height: 1000rpx;
|
|
background-image: url(https://wish-assets.windymuse.com.cn/xy/%E4%BF%A1%E6%9C%AD%E8%83%8C%E6%99%AF.png);
|
|
}
|
|
|
|
.main-item {
|
|
width: 100%;
|
|
height: 120rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
padding: 20rpx 48rpx 20rpx 32rpx;
|
|
box-sizing: border-box;
|
|
margin-bottom: 32rpx;
|
|
}
|
|
|
|
.item-left {
|
|
width: 80rpx;
|
|
height: 80rpx;
|
|
border-radius: 50%;
|
|
box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.4);
|
|
}
|
|
|
|
.item-left image {
|
|
width: 100%;
|
|
height: 100%;
|
|
border-radius: 50%;
|
|
}
|
|
|
|
.item-text {
|
|
flex: 1;
|
|
height: 100%;
|
|
}
|
|
|
|
.item-right {
|
|
width: 148rpx;
|
|
height: 102rpx;
|
|
border-radius: 20rpx;
|
|
padding-left: 46rpx;
|
|
box-sizing: border-box;
|
|
background-color: rgba(255, 252, 243, 1);
|
|
border: 1px solid rgba(239, 239, 239, 1);
|
|
}
|
|
|
|
.item-right-icon {
|
|
width: 60rpx;
|
|
height: 60rpx;
|
|
background-size: contain;
|
|
background-image: url(https://wish-assets.windymuse.com.cn/xy/iconPark-voicemail%20Copy%401x.png);
|
|
}
|
|
|
|
.item-text-name {
|
|
color: rgba(108, 108, 108, 1);
|
|
font-size: 28rpx;
|
|
margin-left: 32rpx;
|
|
margin-bottom: 10rpx;
|
|
}
|
|
|
|
.item-text-time {
|
|
color: rgba(153, 153, 153, 1);
|
|
font-size: 24rpx;
|
|
margin-left: 32rpx;
|
|
}
|
|
|
|
.delete-btn {
|
|
height: 100%;
|
|
width: 146rpx;
|
|
background-color: #FF562C;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
color: #fff;
|
|
} |