yj
2024-12-05 ac3234c308e86f20cc63465573f321561ee00690
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
@charset "UTF-8";
/* 页面左右间距 */
/* 文字尺寸 */
/*文字颜色*/
/* 边框颜色 */
/* 图片加载中颜色 */
/* 行为相关颜色 */
page {
  background: #f8f8f8;
  padding-top: 16rpx;
}
.row {
  display: flex;
  align-items: center;
  position: relative;
  padding: 0 30rpx;
  height: 110rpx;
  background: #fff;
}
.row .tit {
  flex-shrink: 0;
  width: 120rpx;
  font-size: 30rpx;
  color: #303133;
}
.row .input {
  flex: 1;
  font-size: 30rpx;
  color: #303133;
}
.row .icon-shouhuodizhi {
  font-size: 36rpx;
  color: #909399;
}
.default-row {
  margin-top: 16rpx;
}
.default-row .tit {
  flex: 1;
}
.default-row switch {
  -webkit-transform: translateX(16rpx) scale(0.9);
          transform: translateX(16rpx) scale(0.9);
}
.add-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 690rpx;
  height: 80rpx;
  margin: 60rpx auto;
  font-size: 32rpx;
  color: #fff;
  background-color: #fa436a;
  border-radius: 10rpx;
  box-shadow: 1px 2px 5px rgba(219, 63, 96, 0.4);
}