12345678910111213141516171819202122232425262728 |
- /* pages/user/my_contact/index.wxss */
- .warpper-joinus{
- color: #646464;
- font-size: 28rpx;
- padding: 0 62rpx;
- }
- .logo{
- margin-top: 88rpx;
- margin-bottom: 180rpx;
- text-align: center;
- }
- .logo image{
- width: 290rpx;
- height: 290rpx;
- }
- .joinus-title{
- color: #000;
- margin-bottom: 50rpx;
- font-weight: bold;
- }
- .joinus view{
- display: flex;
- margin-bottom: 32rpx;
- }
- .joinus .iconfont {
- font-size: 36rpx;
- margin-right: 50rpx;
- }
|