point.wxss 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. /* pages/point/point.wxss */
  2. .header_left_view{
  3. width: 50%;text-align: center;height: 80rpx;line-height: 80rpx;
  4. }
  5. .im_sty1{
  6. height: 38rpx;width: 36rpx;margin-right: 20rpx;
  7. }.add_text_sty{
  8. font-size: 36rpx;color: #20AB41;
  9. }.minus_text_sty{
  10. font-size: 36rpx;color: #E30000;
  11. }
  12. .swiper-tab{
  13. width: 100%;
  14. border-bottom: 1rpx solid #F0F0F0;
  15. text-align: center;
  16. position: fixed;
  17. top: 0;
  18. background-color: #FFFFFF;
  19. }
  20. .swiper-tab-list{
  21. display: inline-block;
  22. width: 33.33%;
  23. color: #000000 ;
  24. background-color: #FFFFFF;
  25. font-size: 30rpx;
  26. padding: 20rpx 0 20rpx 0;
  27. }
  28. .on{ color: #3581EB; border-bottom: 5rpx solid #3581EB ;}
  29. .swiper-box{ display: block; height: 100%; width: 100%; overflow: hidden; }
  30. .add_item_left_sty{
  31. width: 50%;text-align: left;height: 100rpx;padding: 20rpx 40rpx;
  32. }
  33. .add_item_right_sty{
  34. width: 50%;text-align: right;height: 100rpx;padding: 20rpx 40rpx;
  35. }
  36. .first{
  37. color: #F60000;
  38. }.second{
  39. color: #FF9700;
  40. }.thired{
  41. color: #09C44D;
  42. }
  43. /* */
  44. .img1{height: 120rpx;width: 120rpx;border-radius: 10rpx;}
  45. .itemRow{
  46. padding: 5rpx 20rpx;width: 100%;height:140rpx;
  47. }
  48. .itemMsg{
  49. font-size: 30rpx;margin-left: 10rpx;text-align: left;width: 65%;
  50. }
  51. .itemStatue_finish{
  52. font-size: 24rpx;text-align: right;color: #FF0000;
  53. }