sign.css 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. /* sign.css */
  2. page{padding-bottom: 110rpx;background-color: #F6F6F6;}
  3. .top{background: #fff;padding: 40rpx 32rpx 35rpx;}
  4. .top > .ddflex{align-items: flex-start;}
  5. .act-img{width: 270rpx;height: 174rpx;border-radius: 6rpx;margin-right: 23rpx;}
  6. .title{font-size: 28rpx;color: #000;line-height: 38rpx;margin-bottom: 15rpx;font-weight: bold;}
  7. .time{font-size: 26rpx;color: #666;}
  8. .time image{width: 22rpx;height: 25rpx;margin-right: 6rpx;}
  9. .sta{margin-top: 25rpx;}
  10. .area{font-size: 22rpx;color: #999;margin-right: 6rpx;}
  11. .area image{width: 23rpx;height: 26rpx;margin-right: 6rpx;}
  12. .money{font-size: 30rpx;color: #F38423;}
  13. .money text{font-size: 18rpx;}
  14. .date{background: #fff;margin-top: 32rpx;}
  15. .date .time{padding: 25rpx 0;border-top: 1rpx solid #e9e9e9;}
  16. .info{background: #fff;border-radius: 16rpx;margin: 22rpx 32rpx 0;}
  17. .tit{font-size: 32rpx;color: #000;font-weight: bold;padding: 20rpx 30rpx;border-bottom: 1rpx solid #E9E9E9;justify-content: space-between;}
  18. .tit text{font-size: 28rpx;font-weight: normal;}
  19. .add{height: 68rpx;background: #FFFFFF;border: 1rpx solid var(--btn);border-radius: 35rpx;font-size: 32rpx;color: var(--btn);text-align: center;line-height: 68rpx;margin: 40rpx 30rpx 16rpx;}
  20. .list{padding: 0 30rpx 40rpx;}
  21. .list .li{padding: 25rpx 0;border-bottom: 1rpx solid #E9E9E9;font-size: 26rpx;color: #333;}
  22. .list .li text{margin-left: 30rpx;}
  23. .list .li:last-child{border-bottom: none;}
  24. .user{width: 51rpx;height: 51rpx;margin-right: 16rpx;}
  25. .jian{width: 27rpx;height: 27rpx;margin-left: 16rpx;}
  26. .btn{position: fixed;left: 32rpx;bottom: 20rpx;right: 32rpx;height: 70rpx;background: var(--btn);border-radius: 35rpx;font-size: 36rpx;color: #fff;text-align: center;line-height: 70rpx;}
  27. /* 添加报名信息 */
  28. .ceng{position: fixed;top: 0;left: 0;right: 0;bottom: 0;background: rgba(0,0,0,.5);z-index: 99;}
  29. .popup{position: fixed;left: 0;right: 0;bottom: 0;border-radius: 16rpx 16rpx 0 0;padding: 25rpx 32rpx 75rpx;background: #fff;z-index: 100;transition: all .3s ease-in;}
  30. .tits{font-size: 32rpx;color: #333;font-weight: bold;margin: 40rpx 0 20rpx;}
  31. .ipt{height: 90rpx;background: #F8F8F8;border-radius: 8rpx;padding: 0 23rpx;font-size: 26rpx;color: #333;}
  32. .placeholder{color: #999;}
  33. .pop-btn{justify-content: center;margin-top: 60rpx;}
  34. .cancel,.save{width: 276rpx;height: 80rpx;border-radius: 40rpx;margin: 0 12rpx;font-size: 32rpx;text-align: center;line-height: 80rpx;}
  35. .cancel{background: #F2F2F2;color: #888;}
  36. .save{background: var(--btn);color: #fff;}
  37. .lists{padding: 0 32rpx;border-top: 20rpx solid #f6f6f6;background-color: #fff;}
  38. .lists .li{border-bottom: 1rpx solid #E9E9E9;padding-bottom: 30rpx;}
  39. .lists .li:last-child{border-bottom: none;}
  40. .li-top{padding: 30rpx 0 0;}
  41. .name{font-size: 30rpx;color: #000;}
  42. .phone{font-size: 30rpx;color: #A1A1A1;margin-top: 5rpx;}
  43. .li-opt{font-size: 24rpx;color: #A1A1A1;}
  44. .lists .li-opt.active .rico{transform:rotate(90deg);}
  45. .rico{width: 12rpx;height: 20rpx;margin-left: 13rpx;}
  46. .li-bot{font-size: 24rpx;color: #333;padding: 20rpx 0 0;}
  47. .li-bot .lis{padding: 10rpx 0;}
  48. .li-bot .fflex{color: #A1A1A1;}
  49. /* .list{padding: 0 32rpx;border-top: 20rpx solid #f6f6f6;}
  50. .list .li{padding: 30rpx 0;border-bottom: 1rpx solid #E9E9E9;font-size: 30rpx;color: #000;}
  51. .list .li:last-child{border-bottom: none;} */
  52. .ming{background: #fff;padding: 40rpx 32rpx;border-top: 20rpx solid #f6f6f6;}
  53. .tits-step2{font-size: 30rpx;color: #000;margin-bottom: 30rpx;}
  54. .tips{font-size: 30rpx;color: #999;line-height: 44rpx;}
  55. .bot{position: fixed;left: 0;bottom: 0;right: 0;background: #fff;box-shadow: 0 -1rpx 0 #E9E9E9;padding: 20rpx 32rpx;z-index: 50;}
  56. .heji{font-size: 30rpx;color: #000;}
  57. .heji text{color: #F38423;font-size: 36rpx;}
  58. .heji text.yuan{font-size: 20rpx;}
  59. .back-step{font-size: 26rpx;color: #666;margin-right: 20rpx;}
  60. .btn-step2{width: 320rpx;height: 70rpx;background: var(--btn);border-radius: 35rpx;font-size: 36rpx;color: #fff;text-align: center;line-height: 70rpx;}