index.wxss
795 Bytes
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
/* pages/sameProportion/sameProportion.wxss */
@import '../../components/wxSortPickerView/wxSortPickerView.wxss';
.titles {
  height: 160rpx;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  padding-top: 90rpx;
  background-color: #3A63FF;
  font-size: 34rpx;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #fff;
position: relative;
}
.befores{
  position: absolute;
  width: 30rpx;
  height: 30rpx;
  border: 1px solid #fff;
 border-bottom-color: transparent;
 border-right-color: transparent;
 transform: rotate(315deg);
  left: 40rpx;
  top: 100rpx;
}
.search{
  height: 80rpx;
  box-sizing: border-box;
  background: red;
}
.tesl{
  height: calc(100% - 240rpx);
  overflow: auto;
  padding: 0 20rpx;
}