123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105 |
- .outer {
- background-color: rgba(248, 248, 248, 1);
- height: calc(100vh - 88rpx);
- overflow-y: scroll;
- font-family: PingFangSC, PingFang SC;
- padding: 16rpx;
-
- .card {
- background-color: rgba(255, 255, 255, 1);
- border-radius: 16rpx;
- padding: 16rpx;
- margin-top: 16rpx;
- }
- .btn {
- background-color: rgba(16, 109, 255, 1);
- border-radius: 16rpx;
- color: rgba(255, 255, 255, 1);
- height: 70rpx;
- line-height: 70rpx;
- text-align: center;
- }
- .btn-one {
- width: 100%;
- margin-top: 16rpx;
- }
- .btn-two {
- width: 100%;
- margin-top: 16rpx;
- display: flex;
-
- .btn {
- flex: 1;
- }
-
- .btn:nth-child(1){
- margin-right: 24rpx;
- }
- }
- }
- .form-body {
- .form-item {
- display: flex;
- // height: 80rpx;
- min-height: 60rpx;
- margin-bottom: 20rpx;
- border-bottom: 1rpx solid rgba(148, 148, 148, 0.2);
-
- uni-image {
- width: 32rpx;
- height: 32rpx;
- }
- }
-
- uni-picker {
- flex: 1;
- }
-
- .view {
- justify-content: space-between;
- .label {
- color: rgba(148, 148, 148, 1);
- }
-
- .value {
- color: rgba(20, 20, 20, 1);
- }
- }
-
- .title {
- color: rgba(20, 20, 20, 1);
- font-weight: 600;
- margin-bottom: 24rpx;
- font-size: 32rpx;
- }
-
- .label {
- width: 240rpx;
- color: rgba(20, 20, 20, 1);
- }
-
- .value {
- color: rgba(148, 148, 148, 1);
- }
- }
- // u-popup
- .pp_b {
- padding: 24rpx;
-
- .u-radio-group {
- display: flex;
- }
-
- .u-radio {
- width: 30vw !important;
- display: flex;
- }
- }
- .pp_h {
- width: 100%;
- height: 100rpx;
- line-height: 100rpx;
- color: rgba(17, 17, 17, 1);
- }
|