东风启辰小程序端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

supplement.wxss 1.2KB

5 年之前
5 年之前
5 年之前
5 年之前
5 年之前
5 年之前
5 年之前
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. /* pages/supplement/supplement.wxss */
  2. image{
  3. display: block;
  4. }
  5. view{
  6. -webkit-overflow-scrolling: touch;
  7. }
  8. .main{
  9. height: calc(100vh - 120rpx);
  10. overflow: auto;
  11. position: relative;
  12. }
  13. .newImages36{
  14. width: 750rpx;
  15. height: 649rpx;
  16. }
  17. .msgFrame{
  18. padding: 50rpx 35rpx 38rpx;
  19. }
  20. .inputGroup{
  21. width: 100%;
  22. display: flex;
  23. align-items: center;
  24. justify-content: space-between;
  25. margin-bottom: 13rpx;
  26. }
  27. .inputTitle{
  28. line-height: 24rpx;
  29. font-size:24rpx;
  30. font-family:PingFangSC;
  31. font-weight:400;
  32. color:rgba(35,24,21,1);
  33. }
  34. .inputSty{
  35. width:522rpx;
  36. height:66rpx;
  37. border: 2rpx solid #B0AEAF;
  38. box-sizing: border-box;
  39. line-height: 64rpx;
  40. font-size:24rpx;
  41. font-family:PingFangSC;
  42. font-weight:300;
  43. border-radius: 20rpx;
  44. padding: 0 10rpx;
  45. }
  46. .selectIcon{
  47. width: 25rpx;
  48. height: 15rpx;
  49. }
  50. .agreementGroup{
  51. display: flex;
  52. align-items: center;
  53. margin-top: 51rpx;
  54. }
  55. .agreeIcon{
  56. width: 29rpx;
  57. height: 28rpx;
  58. margin-right: 17rpx;
  59. }
  60. .agreementText{
  61. line-height: 24rpx;
  62. font-size:24rpx;
  63. font-family:PingFangSC;
  64. font-weight:300;
  65. color:rgba(156,157,157,1);
  66. display: flex;
  67. align-items: center;
  68. }
  69. .newImages37{
  70. width: 675rpx;
  71. height: 70rpx;
  72. margin: 0 auto;
  73. margin-top: 37rpx;
  74. }