/* 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://xzjl-1257436036.cos.ap-nanjing.myqcloud.com/me/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://wk921-1316969570.cos.ap-nanjing.myqcloud.com/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-text { flex: 1; height: 100%; } .item-right { width: 148rpx; height: 102rpx; background-size: contain; background-image: url(https://wk921-1316969570.cos.ap-nanjing.myqcloud.com/xy/%E4%BF%A1%E5%B0%81.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; } .item-left image { width: 100%; height: 100%; border-radius: 50%; }