corporateInfo.wxss 600 B

12345678910111213141516
  1. .top_view{
  2. display: flex;flex-direction: column;text-align: center;width: 100%;padding:50rpx 0rpx;
  3. }.img_sty{
  4. height: 160rpx;width: 160rpx;border-radius: 50%;border:2px solid #fff;
  5. box-shadow: 3px 3px 10px rgba(0,0,0,0.2);
  6. }.companyname_sty{
  7. font-size: 30rpx;color: #333333;
  8. }.shu_sty{
  9. width: 6rpx;height: 30rpx;background-color: #313131 ;margin: 20rpx 10rpx 20rpx 30rpx;
  10. }.title_sty{
  11. margin-top: 17rpx; color: #333333;font-size: 30rpx;
  12. }.context_sty{
  13. font-size: 24rpx;color: #666666;padding: 5rpx 50rpx;
  14. }.logo_img_sty{
  15. height: 80rpx;width: 180rpx;position: fixed;top: 5%;left: 5%;
  16. }