authorize.wxss 732 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. /* pages/authorize/authorize.wxss */
  2. .container{
  3. min-height: 100vh;
  4. background-color: #fff;
  5. }
  6. .main_content{
  7. display: block;
  8. width: 82%;
  9. margin: 126rpx auto 0;
  10. }
  11. .icon_img{
  12. display: block;
  13. width: 158rpx;
  14. height: 158rpx;
  15. margin: 0 auto;
  16. }
  17. .icon_name{
  18. font-size: 38rpx;
  19. font-weight: bold;
  20. line-height: 86rpx;
  21. text-align: center;
  22. }
  23. .icon_line{
  24. width:100%;
  25. height: 34px;
  26. border-bottom: 1px solid #f4f4f4;
  27. }
  28. .authorize_msg_title{
  29. padding: 54rpx 0 38rpx 0;
  30. font-size: 30rpx;
  31. font-weight: bold;
  32. }
  33. .authorize_msg_cont{
  34. font-size: 28rpx;
  35. color: #676767;
  36. }
  37. .authorize_btn{
  38. height: 86rpx;
  39. line-height: 86rpx;
  40. border:0px none;
  41. color: #fff;
  42. background-color: #1aad1a;
  43. margin: 88rpx auto 0;
  44. }