帮你贷(借款贷款平台--pink,借钱贷款手机超市--green,贷款借钱帮手--yellow)小程序

login.wxss 1.3KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. page{
  2. width: 100%;
  3. height: 100%;
  4. }
  5. .login-wrapper{
  6. width: 100%;
  7. height: 100%;
  8. background: #f5f5f5;
  9. }
  10. .login-wrapper .bg-wrapper{
  11. width: 100%;
  12. height: calc(100% - 288rpx);
  13. background: -webkit-linear-gradient(#FF7CB5 , #FB1D81);
  14. background: linear-gradient(#FF7CB5 , #FB1D81);
  15. overflow: hidden;
  16. }
  17. .login-wrapper .bg-wrapper .title{
  18. font-size: 28px;
  19. text-align: center;
  20. color: #fff;
  21. margin: 100rpx auto 80rpx;
  22. }
  23. .login-wrapper .bg-wrapper .content{
  24. width: 696rpx;
  25. height: 348rpx;
  26. margin: 0 auto;
  27. background: url('https://chaoshi.henhaojie.com/icon/bg2.png') no-repeat 0 0;
  28. -webkit-background-size: 100% 100%;
  29. background-size: 100% 100%;
  30. }
  31. .flow-wrapper{
  32. display: flex;
  33. justify-content: center;
  34. align-items: center;
  35. margin-top: 126rpx;
  36. }
  37. .flow{
  38. flex: 1;
  39. text-align: center;
  40. font-size: 10px;
  41. color: #fff;
  42. }
  43. .flow .icon.icon-login{
  44. width: 28rpx;
  45. height: 28rpx;
  46. background: url('https://chaoshi.henhaojie.com/icon/icon-2.png') no-repeat;
  47. -webkit-background-size: 100% 100%;
  48. background-size: 100% 100%;
  49. margin: -2px 4px 0 0;
  50. }
  51. .btn-wrapper .login-btn{
  52. width: 560rpx;
  53. height: 88rpx;
  54. border-radius: 50rpx;
  55. background: #FB1D81;
  56. margin-top: 88rpx;
  57. color: #fff;
  58. }
  59. .btn-wrapper .login-btn:after{
  60. border: none;
  61. }