check_status.wxss 876 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. /* pages/check_status/check_status.wxss */
  2. .li-one{
  3. margin: 0;
  4. padding: 0;
  5. text-align: center;
  6. }
  7. .li-one-img{
  8. width: 235rpx;
  9. height: 245rpx;
  10. margin: 150rpx 0 49rpx 0;
  11. }
  12. .li-one-name{
  13. color: #393939;
  14. font-size: 30rpx;
  15. margin-bottom: 30rpx;
  16. }
  17. .li-one-btn{
  18. width:212rpx;
  19. height:70rpx;
  20. background:rgba(255,100,101,0.2);
  21. border-radius:35rpx;
  22. line-height: 70rpx;
  23. margin: 69rpx auto;
  24. color: #FF6465;
  25. font-size: 28rpx;
  26. }
  27. .li-two{
  28. margin: 0 48rpx;
  29. padding: 0;
  30. text-align: center;
  31. }
  32. .li-two-items{
  33. width:654rpx;
  34. height:247rpx;
  35. background:rgba(243,246,253,1);
  36. border-radius:10rpx;
  37. margin-top: 30rpx;
  38. padding:30rpx;
  39. }
  40. .li-two-items-text{
  41. text-align: left;
  42. color: #FF6465;
  43. font-size: 28rpx;
  44. margin-bottom:19rpx;
  45. }
  46. .li-two-items-textarea{
  47. width:100%;
  48. height:150rpx;
  49. text-align: left;
  50. color: #7C819D;
  51. font-size: 28rpx;
  52. }