apply_bookform.wxss 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. /* president/pages/apply_bookform/apply_bookform.wxss */
  2. @import '../../../templates/loading/loading.wxss';
  3. .list {
  4. padding: 0rpx;
  5. }
  6. .li {
  7. display: flex;
  8. justify-content: space-between;
  9. align-items: center;
  10. padding: 30rpx;
  11. background: #fff;
  12. border-radius: 0;
  13. border-bottom: solid 1rpx #e6e6e6;
  14. margin: 0;
  15. }
  16. .li-label {
  17. font-size: 32rpx;
  18. color: #666;
  19. margin: 0;
  20. }
  21. .li-image {
  22. width: 60rpx;
  23. height: 60rpx;
  24. margin-top:80rpx;
  25. }
  26. .li-imageTip{
  27. width: 100%;
  28. height: 100%;
  29. }
  30. .upload-text{
  31. font-size:12px;
  32. color:#999999;
  33. }
  34. .upload-refrehtext{
  35. font-size:12px;
  36. color:#ffff;
  37. }
  38. .uploadImg{
  39. width:200rpx;
  40. height:220rpx;
  41. background-color:#ebebeb;
  42. margin:0 auto;
  43. text-align:center;
  44. line-height:30rpx;
  45. }
  46. .upload-Model{
  47. width:100%;
  48. height:100%;
  49. background: rgba(155, 154, 154, 0.5);
  50. z-index: 1000;
  51. line-height:200rpx;
  52. position:relative;
  53. top:-216rpx;
  54. }
  55. .li-input,
  56. .li-picker,
  57. .li-text {
  58. width: 400rpx;
  59. font-size: 30rpx;
  60. color: #999;
  61. text-align: right;
  62. }
  63. .li-delete{
  64. color: #FF542B;
  65. font-size: 28rpx;
  66. position: fixed;
  67. top: 118rpx;
  68. right: 30rpx;
  69. z-index: 19;
  70. }
  71. .li-main-active{
  72. color: #FF542B;
  73. font-size: 32rpx;
  74. }