1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677 |
- page {
- width: 100%;
- background: #f4f4f4;
- }
- .box {
- width: 100%;
- overflow-y: scroll;
- padding-bottom: 150rpx;
- }
- .top {
- background-image: url('http://resource.bike.hanyiyun.com/xiaobanma/mineBg.png');
- background-size: 100% 100%;
- width: 100%;
- height: 408rpx;
- }
- .avatar {
- height: 128rpx;
- width: 128rpx;
- border-radius: 50%;
- overflow: hidden;
- }
- .state {
- background: rgba(255, 81, 81, 1);
- border-radius: 21px;
- font-size: 24rpx;
- margin-left: 25rpx;
- padding: 10rpx 20rpx;
- color: #fff;
- }
- .name {
- font-size: 32rpx;
- color: #fff;
- }
- .content {
- width: 92%;
- margin: 40rpx auto 0;
- background: white;
- box-shadow: 0rpx 0rpx 4rpx 4rpx rgba(224, 224, 224, 0.68);
- border-radius: 10rpx;
- }
- .content .skip {
- width: 90%;
- margin: 0 auto;
- padding: 28rpx 0;
- border-bottom: 1px solid #f4f4f4;
- }
- .content image {
- height: 36rpx;
- width: 36rpx;
- margin-right: 15rpx;
- }
- .content .iconfont {
- color: #8a8a8a;
- font-size: 42rpx;
- }
- .quitBtn {
- width: 92%;
- padding: 25rpx 0;
- margin: 0 auto;
- box-shadow: 0rpx 0rpx 4rpx 4rpx rgba(224, 224, 224, 0.68);
- border-radius: 10rpx;
- background: #fff;
- margin-top: 20rpx;
- text-align: center;
- font-size: 26rpx;
- color: #f00;
- }
|