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/xx/hy/yx/yx.wxss

145 lines
3.0 KiB

/* pages/home/xx/hy/index.wxss */
.header {
position: fixed;
top: 0;
width: 100%;
height: 176rpx;
padding-top: 88rpx;
box-sizing: border-box;
display: flex;
justify-content: center;
align-items: center;
background-color: #fff;
z-index: 1;
}
.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;
}
.xfgjl{
position: fixed;
bottom: 0;
left: 0;
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;
padding-bottom: 200rpx;
box-sizing: border-box;
background-size: contain;
overflow-y: scroll;
}
.main-bgc {
position: fixed;
top: 334rpx;
width: 100%;
height: 1000rpx;
background-size: cover;
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;
}