123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131 |
- @charset "UTF-8";
- /* 水平间距 */
- /* 水平间距 */
- view.data-v-00a6f349 {
- box-sizing: border-box;
- }
- .container.data-v-00a6f349 {
- background: #fff;
- min-height: 100vh;
- }
- .parmasBox.data-v-00a6f349 {
- margin-top: 40rpx;
- padding: 0 30rpx;
- }
- .parmasBox .titleBox.data-v-00a6f349 {
- background: #F0F1F4;
- background: linear-gradient(90deg, #F0F1F4, #fff);
- height: 62rpx;
- width: 60%;
- border-radius: 32rpx 0rpx 0rpx 0rpx;
- font-size: 32rpx;
- font-family: SourceHanSansCN, SourceHanSansCN;
- font-weight: bold;
- color: #333333;
- display: flex;
- align-items: center;
- padding-left: 32rpx;
- position: relative;
- }
- .parmasBox .titleBox .starIcon.data-v-00a6f349 {
- width: 24rpx;
- height: 24rpx;
- position: absolute;
- right: 150rpx;
- top: 0;
- }
- .parmasBox .inputBox.data-v-00a6f349 {
- width: 100%;
- min-height: 452rpx;
- background: #F0F1F4;
- border-radius: 0rpx 32rpx 32rpx 32rpx;
- padding: 40rpx 32rpx;
- font-size: 30rpx;
- font-family: PingFang-SC, PingFang-SC;
- font-weight: 500;
- }
- .parmasBox .inputBox .selAndTileBox.data-v-00a6f349 {
- display: flex;
- align-items: center;
- justify-content: space-between;
- }
- .parmasBox .inputBox .selAndTileBox .selBtn.data-v-00a6f349 {
- width: 28%;
- height: 108rpx;
- background: #FFFFFF;
- border-radius: 20rpx;
- font-size: 30rpx;
- font-family: PingFang-SC, PingFang-SC;
- font-weight: 500;
- color: #333333;
- display: flex;
- align-items: center;
- justify-content: center;
- }
- .parmasBox .inputBox .nickname.data-v-00a6f349 {
- height: 108rpx;
- background: #FFFFFF;
- border-radius: 20rpx;
- display: flex;
- align-items: center;
- justify-content: space-between;
- padding: 0 24rpx;
- width: 100%;
- }
- .parmasBox .inputBox .nickname .arrIcon.data-v-00a6f349 {
- width: 12rpx;
- height: 20rpx;
- }
- .data-v-00a6f349 .u-popup__content {
- border-radius: 20rpx 20rpx 0rpx 0rpx !important;
- }
- .otherBox.data-v-00a6f349 {
- margin-top: 24rpx;
- display: flex;
- flex-wrap: wrap;
- justify-content: space-between;
- }
- .otherBox .item.data-v-00a6f349 {
- height: 108rpx;
- background: #FFFFFF;
- border-radius: 20rpx;
- display: flex;
- align-items: center;
- justify-content: space-between;
- padding: 0 24rpx;
- width: 45%;
- margin-bottom: 24rpx;
- }
- .otherBox .item .arrIcon.data-v-00a6f349 {
- width: 12rpx;
- height: 20rpx;
- }
- .otherBox .item.data-v-00a6f349:nth-child(3), .otherBox .item.data-v-00a6f349:nth-child(4) {
- margin-bottom: 0rpx;
- }
- .btnBox.data-v-00a6f349 {
- height: 176rpx;
- background: #FFFFFF;
- box-shadow: 0rpx -2rpx 20rpx 0rpx rgba(0, 0, 0, 0.05);
- border-radius: 32rpx 32rpx 0rpx 0rpx;
- position: fixed;
- bottom: 0;
- width: 100%;
- padding-left: 30rpx;
- padding-right: 30rpx;
- padding-top: 32rpx;
- }
- .btnBox .btn.data-v-00a6f349 {
- 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;
- justify-content: center;
- align-items: center;
- font-size: 32rpx;
- font-family: SourceHanSansCN, SourceHanSansCN;
- font-weight: bold;
- color: #FFFFFF;
- }
|