use.wxss 1.7 KB

12345678910111213
  1. page{background-color: #f5f5f5;}
  2. .top-img{height: 344rpx;z-index: -1;}
  3. .use-wrap{margin: -153rpx 40rpx 40rpx;padding: 60rpx 24rpx 24rpx;background-color: #fff;-webkit-box-shadow: 0px 0px 12rpx 0px rgba(0, 0, 0, 0.04);box-shadow: 0px 0px 12rpx 0px rgba(0, 0, 0, 0.04);-webkit-border-radius: 16rpx;border-radius: 16rpx;}
  4. .use-wrap-header{display: -webkit-box;display: -webkit-flex;display: flex;-webkit-box-pack: justify;-webkit-justify-content: space-between;justify-content: space-between;-webkit-box-align: center;-webkit-align-items: center;align-items: center;margin-bottom: 60rpx;}
  5. .use-wrap-header .til{font-size: 32rpx;color: #333;font-weight: 500;}
  6. .use-wrap-header .subtil{font-size: 24rpx;color: #999;}
  7. .use-wrap-header .subtil .iconfont{margin-left: 8rpx;}
  8. .use-item{margin-bottom: 30rpx;padding-left: 121rpx;display: -webkit-box;display: -webkit-flex;display: flex;-webkit-box-align: center;-webkit-align-items: center;align-items: center;-webkit-box-pack: start;-webkit-justify-content: flex-start;justify-content: flex-start;-webkit-border-radius: 32rpx;border-radius: 32rpx;height: 152rpx;-webkit-box-shadow: 0px 20rpx 15rpx 0px rgba(0, 0, 0, 0.04), 0px 13rpx 14rpx 0px rgba(0, 0, 0, 0.08), 0px 7rpx 12rpx 0px rgba(0, 0, 0, 0.06), 0px 0px 12rpx 0px rgba(0, 0, 0, 0.04);box-shadow: 0px 20rpx 15rpx 0px rgba(0, 0, 0, 0.04), 0px 13rpx 14rpx 0px rgba(0, 0, 0, 0.08), 0px 7rpx 12rpx 0px rgba(0, 0, 0, 0.06), 0px 0px 12rpx 0px rgba(0, 0, 0, 0.04);}
  9. .use-item-img{width: 80rpx;height: 80rpx;margin-right: 35rpx;}
  10. .use-item-til{font-size: 32rpx;color: #333;font-weight: 600;letter-spacing: 2rpx;margin-right: 24rpx;}
  11. .use-item-subtil{font-size: 24rpx;color: #999;}
  12. .use-wrap .use-item:last-of-type{margin-bottom: 150rpx;}