index.rpx.scss 973 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. .page {
  2. width: 100vw;
  3. height: 100vh;
  4. position: relative;
  5. }
  6. .bg {
  7. width: 100%;
  8. height: 100%;
  9. }
  10. .content {
  11. width: 100vw;
  12. position: absolute;
  13. bottom: 100rpx;
  14. left: 0;
  15. }
  16. .inputView {
  17. width: 646rpx;
  18. min-height: 50rpx;
  19. background: white;
  20. margin-top: 20rpx;
  21. margin-left: 32rpx;
  22. border-radius: 15rpx;
  23. overflow: hidden;
  24. padding: 10rpx 20rpx;
  25. }
  26. .inputView1 {
  27. background-color: rgba(255, 255, 255, 0.5)
  28. }
  29. .tips {
  30. color: #b63a3a;
  31. }
  32. .zcbtn{
  33. background: #fed09e;
  34. width: 686rpx;
  35. height: 80rpx;
  36. border-radius: 40rpx;
  37. text-align: center;
  38. color: #bc372b;
  39. line-height: 80rpx;
  40. font-size: 36rpx;
  41. margin-top: 20rpx;
  42. margin-left: 32rpx;
  43. }
  44. .read{
  45. color: white;
  46. font-size: 22rpx;
  47. margin-top: 20rpx;
  48. }
  49. .icon{
  50. margin-top: 5rpx;
  51. }
  52. .xiazai{
  53. width: 686rpx;
  54. margin-top: 20rpx;
  55. margin-left: 32rpx;
  56. font-size: 26rpx;
  57. }
  58. .agree{
  59. width: 686rpx;
  60. height: 80vh;
  61. border-radius: 15rpx;
  62. background: white;
  63. overflow: auto;
  64. }