/* pages/homePage/homePage.wxss */ .mine {} .mine .tab { padding: 48rpx 40rpx 0 40rpx; height: 324rpx; width: 100%; color: #333333; letter-spacing: 0; background-image: linear-gradient(180deg, #E5F2FF 0%, rgba(220, 237, 255, 0.00) 100%); } .func { padding: 48rpx 40rpx; margin-top: -240rpx; } .func .list { margin-top: 24rpx; box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5); background: #FFFFFF; border-radius: 12px; padding: 40rpx 48rpx 40rpx 40rpx; display: flex; justify-content: space-between; align-items: center; } .func .list .left { display: flex; align-items: center; } .func .list .list-icon { width: 120rpx; height: 120rpx; } .func .list .list-title { margin-left: 40rpx; font-family: PingFangSC-Regular; font-size: 40rpx; color: #333333; letter-spacing: 0; vertical-align: middle; } .func .list .onDetails { width: 60rpx; height: 26rpx; } .tab .tab-title { font-family: PingFangSC-Medium; font-size: 40rpx; } .tab .tab-tips { font-family: PingFangSC-Regular; font-size: 32rpx; }