123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566 |
- @charset "UTF-8";
- /**
- * 下方引入的为uView UI的集成样式文件,为scss预处理器,其中包含了一些"u-"开头的自定义变量
- * 使用的时候,请将下面的一行复制到您的uniapp项目根目录的uni.scss中即可
- * uView自定义的css类名和scss变量,均以"u-"开头,不会造成冲突,请放心使用
- */
- .add.data-v-8099e142 {
- height: 100%;
- background-image: url(/static/images/add-bg.png);
- background-size: 100%;
- background-repeat: no-repeat;
- }
- .add .form.data-v-8099e142 {
- margin: 0 28px;
- margin-top: 190px;
- }
- .add .form .item.data-v-8099e142 {
- padding: 18px 20px;
- background-color: #edf4e4;
- opacity: 1;
- border-radius: 8px;
- display: flex;
- align-items: center;
- margin-bottom: 15px;
- }
- .add .form .item .label.data-v-8099e142 {
- font-size: 16px;
- font-family: PingFang SC;
- font-weight: bold;
- line-height: 20px;
- color: #282828;
- opacity: 1;
- }
- .add .form .item .right.data-v-8099e142 {
- text-align: right;
- flex: 1;
- font-size: 12px;
- font-family: PingFang SC;
- font-weight: 400;
- line-height: 20px;
- color: #282828;
- opacity: 0.42;
- }
- .add .form .item .right .no.data-v-8099e142 {
- font-size: 12px;
- font-family: PingFang SC;
- font-weight: 400;
- line-height: 20px;
- color: #282828;
- opacity: 0.42;
- }
- .add .form .save.data-v-8099e142 {
- height: 56px;
- background: #3B7653;
- opacity: 1;
- border-radius: 8px;
- line-height: 56px;
- text-align: center;
- font-size: 18px;
- margin-top: 63px;
- font-family: PingFang SC;
- font-weight: bold;
- color: #FFFFFF;
- opacity: 1;
- }
|