123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123 |
- @charset "UTF-8";
- /* 水平间距 */
- /* 水平间距 */
- view.data-v-5c124276 {
- box-sizing: border-box;
- }
- .container.data-v-5c124276 {
- background: #F7F8FB;
- min-height: 100vh;
- }
- .container .outerBox.data-v-5c124276 {
- padding: 42rpx 30rpx;
- }
- .container .outerBox .upBox.data-v-5c124276 {
- display: flex;
- justify-content: center;
- }
- .container .outerBox .upBox .upIcon.data-v-5c124276 {
- height: 124rpx;
- width: 124rpx;
- border-radius: 50%;
- border: 2rpx solid #fff;
- }
- .container .outerBox .upBox .upIcon1.data-v-5c124276 {
- height: 124rpx;
- }
- .container .outerBox .label.data-v-5c124276 {
- font-size: 32rpx;
- font-family: SourceHanSansCN, SourceHanSansCN;
- font-weight: bold;
- color: #333333;
- margin-top: 36rpx;
- margin-bottom: 24rpx;
- }
- .container .outerBox .editBox.data-v-5c124276 {
- background: #FFFFFF;
- border-radius: 32rpx;
- padding: 0 24rpx;
- }
- .container .outerBox .editBox .item.data-v-5c124276 {
- display: flex;
- justify-content: space-between;
- align-items: center;
- height: 110rpx;
- border-bottom: 1rpx solid #E6E7E8;
- }
- .container .outerBox .editBox .item .left.data-v-5c124276 {
- font-size: 28rpx;
- font-family: SourceHanSansCN, SourceHanSansCN;
- font-weight: 500;
- color: #333333;
- }
- .container .outerBox .editBox .item .right.data-v-5c124276 {
- font-size: 28rpx;
- font-family: SourceHanSansCN, SourceHanSansCN;
- font-weight: 500;
- color: #333333;
- display: flex;
- align-items: center;
- }
- .container .outerBox .editBox .item .right input.data-v-5c124276 {
- text-align: right;
- }
- .container .outerBox .editBox .item .right .editIcon.data-v-5c124276 {
- height: 24rpx;
- margin-left: 24rpx;
- }
- .container .outerBox .editBox .item.data-v-5c124276:last-child {
- border: none;
- }
- .btnBox.data-v-5c124276 {
- display: flex;
- flex-direction: column;
- align-items: center;
- position: fixed;
- width: 100%;
- bottom: 108rpx;
- display: flex;
- justify-content: center;
- }
- .btnBox .btn.data-v-5c124276 {
- width: 670rpx;
- height: 96rpx;
- background: linear-gradient(132deg, #0298FF 0%, #017AFF 100%);
- box-shadow: 0rpx 4rpx 8rpx 0rpx rgba(0, 122, 255, 0.2);
- border-radius: 54rpx;
- display: flex;
- align-items: center;
- justify-content: center;
- }
- .btnBox .b1.data-v-5c124276 {
- font-size: 32rpx;
- font-family: SourceHanSansCN, SourceHanSansCN;
- font-weight: bold;
- color: #FFFFFF;
- margin-bottom: 24rpx;
- }
- .btnBox .b2.data-v-5c124276 {
- font-size: 32rpx;
- font-family: SourceHanSansCN, SourceHanSansCN;
- font-weight: 500;
- color: #666666;
- border: 2rpx solid #999999;
- background: none;
- box-shadow: none;
- }
- .data-v-5c124276 button {
- padding: 0 !important;
- position: relative !important;
- z-index: 0 !important;
- }
- .data-v-5c124276 button::after {
- z-index: 0 !important;
- border: none !important;
- }
- .data-v-5c124276 .u-loading-page {
- position: absolute !important;
- width: 100vw;
- height: 100vh;
- z-index: 9999 !important;
- background: red;
- }
|