index.wxss 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. /* pages/detailsonthereceipt/index.wxss */
  2. .time_information {
  3. background: #fff;
  4. height: auto;
  5. border-radius: 15rpx;
  6. }
  7. .ul .li {
  8. width: 100%;
  9. line-height: 70rpx;
  10. height: 70rpx;
  11. border-bottom: 3rpx solid #efeff7;
  12. position: relative;
  13. }
  14. .details {
  15. overflow: hidden;
  16. width: 95%;
  17. margin: 0 auto;
  18. font-size: 26rpx;
  19. color: #969696;
  20. }
  21. .details text:nth-of-type(1){
  22. float: left
  23. }
  24. .details text:nth-of-type(2){
  25. float: right;
  26. text-align: right;
  27. }
  28. .red{
  29. color: red;
  30. }
  31. .ul .li:nth-last-of-type(1){
  32. border: none;
  33. }
  34. .delivery{
  35. width: 300rpx;
  36. height: 70rpx;
  37. line-height: 70rpx;
  38. background: #63576c;
  39. margin: 0 auto;
  40. text-align: center;
  41. color: #fff;
  42. position: relative;
  43. top: 50rpx;
  44. }
  45. .alreadydelivered{
  46. width: 300rpx;
  47. height: 70rpx;
  48. line-height: 70rpx;
  49. background: #DBD7D7;
  50. margin: 0 auto;
  51. text-align: center;
  52. color: #A9A8A8;
  53. position: relative;
  54. top: 50rpx;
  55. }
  56. button {
  57. background-color: #fff;
  58. }
  59. button::after {
  60. border: none;
  61. }
  62. .time{
  63. margin:0 auto;
  64. width:94%;
  65. font-size: 25rpx;
  66. position: relative;
  67. top: 30rpx;
  68. text-align: right;
  69. color: #ccc;
  70. }
  71. .textt{
  72. width: 90%;
  73. height: 50rpx;
  74. /* background: red; */
  75. margin: 0 auto;
  76. margin-top: 30rpx;
  77. }
  78. .input_placeholder{
  79. width:75%;
  80. height:45rpx;
  81. padding:0rpx 20rpx 0rpx 0rpx;
  82. position:absolute;
  83. right:10rpx;
  84. top:8rpx;
  85. text-align: right;
  86. }
  87. .input_placeholder1{
  88. width:75%;
  89. height:45rpx;
  90. border:1rpx solid red;
  91. padding:0rpx 20rpx 0rpx 0rpx;
  92. position:absolute;
  93. right:10rpx;
  94. top:8rpx;
  95. text-align: right;
  96. }
  97. .f20{font-size: 20rpx;}