123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- /* pages/user/help.wxss */
- .help_item {
- padding: 47rpx 30rpx 0;
- }
- .help_title text {
- color: #333;
- font-size: 32rpx;
- line-height: 1;
- }
- .help_title-icon {
- float: right;
- height: 32rpx;
- margin: 10rpx 15rpx 0 0;
- width: 32rpx;
- }
- .help_content {
- color: #999;
- font-size: 26rpx;
- }
- .help_content text {
- line-height: 40rpx;
- }
- .rotate {
- transform: rotate(360deg);
- transition: all 0.5s;
- }
- .contact__img {
- border-radius: 50%;
- display: block;
- height: 232rpx;
- margin: 120rpx auto 24rpx;
- width: 232rpx;
- }
- .contact__nickname {
- display: block;
- font-size: 36rpx;
- font-weight: bold;
- text-align: center;
- }
- .contact__qq {
- color: #FF8331;
- display: block;
- font-size: 28rpx;
- font-weight: bold;
- margin: 20rpx 0 130rpx;
- text-align: center;
- }
- .contact__btn {
- background-color: #6B8EFF;
- font-size: 34rpx;
- height: 100rpx;
- line-height: 100rpx;
- margin: 0 auto;
- width: 628rpx;
- }
|