管灌系统农户端微信小程序(嘉峪关应用)
zuoxiao
2024-02-26 3f7ec892d68f71e996489d14d9918dc332281b1e
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
.t-float-left {
  float: left;
}
.t-float-right {
  float: right;
}
@keyframes tdesign-fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.hotspot-expanded.relative {
  position: relative;
}
.hotspot-expanded::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transform: scale(1.5);
}
.t-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.t-footer__text {
  font-size: var(--td-footer-text-font-size, var(--td-font-size-s, 24rpx));
  line-height: var(--td-footer-text-line-height, 40rpx);
  color: var(--td-footer-text-color, var(--td-font-gray-3, rgba(0, 0, 0, 0.4)));
}
.t-footer__link-list + .t-footer__text:not(:empty) {
  margin-top: var(--td-footer-text-margin-top, 8rpx);
}
.t-footer__link-list {
  display: flex;
  justify-content: center;
  align-items: center;
}
.t-footer__link-item {
  color: var(--td-footer-link-color, var(--td-brand-color, var(--td-primary-color-7, #0052d9)));
  font-size: var(--td-footer-link-font-size, var(--td-font-size-s, 24rpx));
  line-height: var(--td-footer-link-line-height, 40rpx);
  text-decoration: underline;
}
.t-footer__link-line {
  font-size: 24rpx;
  color: var(--td-footer-link-dividing-line-color, var(--td-font-gray-3, rgba(0, 0, 0, 0.4)));
  display: inline-block;
  padding: 0 var(--td-footer-link-dividing-line-padding, var(--td-spacer-1, 24rpx));
}
.t-footer__logo {
  display: flex;
  justify-content: center;
  align-items: center;
}
.t-footer__icon {
  width: var(--td-footer-logo-icon-width, 48rpx);
  height: var(--td-footer-logo-icon-height, 48rpx);
  margin-right: var(--td-footer-logo-icon-margin-right, var(--td-spacer, 16rpx));
}
.t-footer__title {
  font-weight: bold;
  font-size: var(--td-footer-logo-title-font-size, var(--td-font-size-m, 32rpx));
  line-height: var(--td-footer-logo-title-line-height, 48rpx);
  font-style: italic;
}
.t-footer__title-url {
  width: var(--td-footer-logo-title-url-width, 256rpx);
}