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/zt/zt.wxss

128 lines
2.7 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%;
padding-top: 208rpx;
padding-bottom: 200rpx;
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;
box-sizing: border-box;
margin-bottom: 32rpx;
}
.item-left {
width: 80rpx;
height: 80rpx;
border-radius: 50%;
margin-left: 32rpx;
box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.4);
}
.item-text {
flex: 1;
height: 100%;
margin-top: 48rpx;
}
.item-right {
width: 366rpx;
height: 120rpx;
box-sizing: border-box;
background-size: contain;
color: rgba(51, 51, 51, 1);
font-size: 28rpx;
display: flex;
justify-content: center;
align-items: center;
overflow: hidden;
background-image: url(https://wish-assets.windymuse.com.cn/xy/%E7%BA%B8%E6%9D%A1.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;
}