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
| @charset "UTF-8";
| <<<<<<< HEAD
| /* @import '@/uni_modules/uni-scss/variables.scss';*/
| =======
| >>>>>>> 4eac422e52a4d28fb651b75d0f054697c7a2c0fa
| /* 颜色变量 */
| .activity-list {
| background-color: #fff;
| height: 100%;
| }
| .search-area {
| position: fixed;
| background-color: #fff;
| width: 100%;
| z-index: 999;
| padding: 20rpx 32rpx 0;
| box-sizing: border-box;
| }
| .search-area .search-conainer {
| border-radius: 44rpx;
| background: #F5F5F5;
| }
| .bottom-add {
| width: 100%;
| height: 72rpx;
| padding-top: 134rpx;
| padding-bottom: env(safe-area-inset-bottom);
| }
| .bottom-add .add-action {
| height: 72rpx;
| background: linear-gradient(90deg, #D95A5A 0%, #D20A0B 100%);
| border-radius: 44rpx;
| font-size: 32rpx;
| font-weight: 500;
| color: #FFFFFF;
| line-height: 72rpx;
| text-align: center;
| margin: 0 56rpx;
| }
|
|