/* d:\fumaolianke\ttFmC\tt富茂C\pages\user\user.ttss */ .userBg{ width: 100%; height: 200rpx; background:linear-gradient(180deg,rgba(253,131,45,1) 0%,rgba(254,74,22,1) 100%); position: relative; } button::after { border: none; } button { background-color: transparent; padding-left: 0; padding-right: 0; line-height:inherit; } button { border-radius:0; } .userLogo{ position: absolute; top: 40rpx; left: 80rpx; height: 100rpx; width: 100rpx; background-color: aliceblue; border-radius: 50%; } .userLogo open-data{ display: block; width: 100%; height: 100%; } .userLogo img{ border-radius: 50% !important; } .open{ width: 100% !important; height:100% !important; border-radius: 50% !important; overflow: hidden; } .open img{ border-radius: 50% !important; } .userData{ position: absolute; top: 40rpx; left: 180rpx; font-size: 26rpx; color: #ffffff; } .noInfo{ width: 220rpx; margin-left: 20rpx; font-size: 32rpx; text-overflow: -o-ellipsis-lastline; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:1; } .info{ border: 1rpx #ffffff solid; border-radius: 50rpx; padding: 0 10rpx; margin-top: 10rpx; margin-left: 20rpx; width: 130rpx; } .userName{ position: absolute; top: 60rpx; left: 180rpx; font-size: 26rpx; color: #ffffff; } .tempBpx{ position: relative; width: 680rpx; height: 160rpx; } .functionBox{ position: absolute; width: 680rpx; height: 160rpx; left: 5%; top: -23%; background-color: #ffffff; border-radius: 10rpx; display: flex; justify-content:space-around; } .itemBox{ width:30% ; /* text-align: center; */ } .itemLogoBox{ width: 60rpx; height: 60rpx; /* background-color: #cacaca; */ margin: 20rpx auto 0 auto; } .itemLogo{ width: 100%; height: 100%; } .itemNAme{ text-align: center; font-size: 26rpx; margin-top: 10rpx; } .moreBox{ width: 680rpx; margin: 20rpx auto 0 auto; background-color: #ffffff; border-radius: 10rpx; overflow: hidden; } .fuwu{ font-size: 28rpx; margin: 20rpx; } .fuwuItemBox{ /* display: flex; */ overflow: hidden; } .f{ float: left; } .r{ float: right; } .fuwuItem{ /* width: 25%; */ /* background-color: aquamarine; */ border-bottom: 1rpx #f6f6f6 solid; padding: 20rpx 0; overflow: hidden; width: 90%; margin: 0 auto; } .fuwuLogoBox{ width: 50rpx; height: 50rpx; /* background-color: #fb3e5c; */ } .fuwuName{ text-align: center; font-size: 24rpx; margin-top: 10rpx; margin-left: 10rpx; }