add.wxss 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. /* pages/room/add.wxss */
  2. .newfrom{
  3. background-color: #F6F6F6;
  4. width: 100%;
  5. height: 100vh;
  6. padding-top: 20rpx;
  7. font-size: 28rpx;
  8. font-family: PingFangSC-Regular, PingFang SC;
  9. font-weight: 400;
  10. color: #666666;
  11. line-height: 40rpx;
  12. }
  13. .require{
  14. margin-right:20rpx
  15. }
  16. .require:after{
  17. content:"*";
  18. color:red;
  19. }
  20. .value{
  21. font-size: 28rpx;
  22. font-family: PingFangSC-Regular, PingFang SC;
  23. font-weight: 400;
  24. line-height: 40rpx;
  25. }
  26. .tipsClass{
  27. color: #B2B2B2;
  28. }
  29. .fb-btn{
  30. display: flex;
  31. justify-content: center;
  32. align-items: center;
  33. width: calc(100% - 60rpx);
  34. height: 80rpx;
  35. line-height: 98rpx;
  36. background: #0075DC;
  37. border-radius:50rpx;
  38. position: fixed;
  39. bottom: 80rpx;
  40. left: 0;
  41. color: #fff;
  42. font-size: 28rpx;
  43. margin:0 30rpx;
  44. }
  45. .order-list-v {
  46. margin-bottom: 20rpx;
  47. background-color: #fff;
  48. border-radius: 12px;
  49. padding: 0 30rpx;
  50. }
  51. .order-list-v .navigator {
  52. padding: 32rpx 0 28rpx;
  53. border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  54. display: flex;
  55. align-items: center;
  56. }
  57. .order-list-v .navigator:last-child {
  58. border-bottom: none;
  59. }
  60. .order-list-v button {
  61. display: flex;
  62. align-items: center;
  63. width: 100%;
  64. height: auto;
  65. text-align: initial;
  66. padding: 0;
  67. background: none;
  68. line-height: initial;
  69. }
  70. .order-list-v .navigator image:not(.go) {
  71. width: 40rpx;
  72. height: 40rpx;
  73. flex: 0 0 auto;
  74. }
  75. .order-list-v .navigator .go {
  76. flex: 0 0 auto;
  77. width: 11rpx;
  78. height: 20rpx;
  79. }
  80. .order-list-v .navigator view {
  81. margin-left: 14rpx;
  82. font-size: 30rpx;
  83. color: #131D34;
  84. flex: 1;
  85. }