order_search.wxss 888 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. /* pages/order_search/order_search.wxss */
  2. /**index.wxss**/
  3. .userinfo {
  4. display: flex;
  5. flex-direction: column;
  6. align-items: center;
  7. color: #aaa;
  8. }
  9. .userinfo-avatar {
  10. overflow: hidden;
  11. width: 128rpx;
  12. height: 128rpx;
  13. margin: 20rpx;
  14. border-radius: 50%;
  15. }
  16. .usermotto {
  17. margin-top: 200px;
  18. }
  19. .ert{
  20. position: relative;
  21. }
  22. .btn{
  23. position: absolute;
  24. right: 40rpx;
  25. top: 32rpx;
  26. }
  27. .card{
  28. width: 90%;
  29. margin: auto;
  30. height: 270rpx;
  31. background: #fff;
  32. border-radius: 10rpx;
  33. margin-top: 18rpx;
  34. padding: 20rpx 20rpx;
  35. position: relative;
  36. /* box-shadow: 5px 5px 5px #cdcfcf; */
  37. }
  38. .card1{
  39. display: flex;
  40. justify-content: space-between;
  41. color: #696969;
  42. margin-bottom: 8rpx;
  43. }
  44. .card2{
  45. display: flex;
  46. justify-content: space-between;
  47. color: #696969;
  48. margin-bottom: -10rpx;
  49. }
  50. .btn1{
  51. position: absolute;
  52. right: 20rpx;
  53. bottom: 25rpx;
  54. }