123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319 |
- page {
- background: linear-gradient(180deg, #FF7F6C, #FBC3BA);
- min-height: 100%;
- }
- .header-btn-box {
- display: flex;
- justify-content: flex-end;
- padding: 0 24rpx;
- box-sizing: border-box;
- position: relative;
- }
- .gua-btn {
- color: #FFFFFF;
- font-size: 32rpx;
- display: flex;
- align-items: center;
- }
- .container-wrap {
- width: 100%;
- display: flex;
- flex-direction: column;
- padding: 0 24rpx;
- box-sizing: border-box;
- }
- .top {
- width: 100%;
- padding: 0 200rpx 0 0;
- box-sizing: border-box;
- color: #FFFFFF;
- font-size: 26rpx;
- }
- .module {
- width: 100%;
- margin-top: 26rpx;
- background-color: #fff;
- border-radius: 16rpx;
- padding: 40rpx 52rpx;
- box-sizing: border-box;
- margin-bottom: 60rpx;
- position: relative;
- }
- .module-bg {
- width: 205rpx;
- position: absolute;
- right: 0;
- top: -110rpx;
- }
- .title {
- width: 100%;
- margin-bottom: 20rpx;
- color: #333333;
- font-size: 28rpx;
- }
- .title text {
- color: #F2501A;
- margin-left: 30rpx;
- }
- .row {
- width: 100%;
- height: 74rpx;
- line-height: 74rpx;
- background-color: #F6F6F6;
- border-radius: 100rpx;
- box-sizing: border-box;
- display: flex;
- align-items: center;
- padding: 0 30rpx;
- margin-bottom: 20rpx;
- }
- .row:last-child {
- margin-bottom: 0;
- }
- .input {
- font-size: 28rpx;
- flex: 1;
- }
- .placeholder {
- color: #777777;
- }
- .back-icon {
- width: 15rpx;
- }
- .selected {
- font-size: 28rpx;
- }
- .gray {
- color: #777777;
- font-size: 28rpx;
- }
- .rightsidebar {
- flex: 1;
- display: flex;
- align-items: center;
- }
- .picker {
- width: calc(100% - 20rpx);
- }
- .upload-box {
- width: 100%;
- display: flex;
- flex-wrap: wrap;
- color: #FFCCB2;
- font-size: 20rpx;
- margin: 8rpx 0 20rpx;
- }
- .upload-box image {
- width: 180rpx;
- height: 180rpx;
- border-radius: 8rpx;
- }
- .radio-box {
- width: 100%;
- display: flex;
- justify-content: space-between;
- flex-wrap: wrap;
- }
- .radio-row {
- width: calc(50% - 9rpx);
- display: flex;
- flex-direction: column;
- margin-bottom: 20rpx;
- position: relative;
- }
- .circle-img {
- width: 40rpx;
- height: 40rpx;
- position: absolute;
- right: 12rpx;
- top: 12rpx;
- }
- .radio-img {
- width: 100%;
- height: 224rpx;
- border-radius: 12rpx;
- }
- .tabList {
- width: 100%;
- display: flex;
- flex-wrap: wrap;
- }
- .child {
- width: 62rpx;
- height: 62rpx;
- background-color: #E63D23;
- border-radius: 6rpx;
- position: relative;
- margin-right: 22rpx;
- margin-bottom: 22rpx;
- z-index: 9999;
- }
- .child:last-child {
- margin-right: 0;
- }
- .child:nth-child(2) {
- background-color: #F28A1A;
- }
- .child:nth-child(3) {
- background-color: #FFCE47;
- }
- .child:nth-child(4) {
- background-color: #4A8900;
- }
- .child:nth-child(5) {
- background-color: #32FF17;
- }
- .child:nth-child(6) {
- background-color: #00C4FF;
- }
- .child:nth-child(7) {
- background-color: #B100FF;
- }
- .child:nth-child(8) {
- background-color: #E200FF;
- }
- .child.selected::before {
- content: "";
- position: absolute;
- width: 58rpx;
- height: 58rpx;
- left: 50%;
- top: 50%;
- background-color: #FFFFFF;
- transform: translate(-50%, -50%);
- }
- .child.selected::after {
- content: "";
- position: absolute;
- width: 54rpx;
- height: 54rpx;
- left: 50%;
- top: 50%;
- background-color: #F54D36;
- transform: translate(-50%, -50%);
- }
- .child:nth-child(2).selected::after {
- background-color: #F28A1A;
- }
- .child:nth-child(3).selected::after {
- background-color: #FFCE47;
- }
- .child:nth-child(4).selected::after {
- background-color: #4A8900;
- }
- .child:nth-child(5).selected::after {
- background-color: #32FF17;
- }
- .child:nth-child(6).selected::after {
- background-color: #00C4FF;
- }
- .child:nth-child(7).selected::after {
- background-color: #B100FF;
- }
- .child:nth-child(8).selected::after {
- background-color: #E200FF
- }
- .textarea {
- width: 100%;
- height: 178rpx;
- background-color: #F6F6F6;
- border-radius: 16rpx;
- padding: 16rpx 26rpx;
- box-sizing: border-box;
- font-size: 28rpx;
- }
- .customer-service {
- width: 100%;
- padding: 20rpx 0;
- background-color: #fff;
- border-radius: initial;
- display: flex;
- justify-content: center;
- align-items: center;
- color: #F2501A;
- font-size: 26rpx;
- }
- .customer-service image {
- width: 29rpx;
- margin-right: 8rpx;
- }
- .btn-box {
- width: 100%;
- display: flex;
- justify-content: center;
- align-items: center;
- padding: 60rpx 0 0;
- }
- .btn-box button {
- width: 100%;
- height: 90rpx;
- line-height: 90rpx;
- display: flex;
- align-items: center;
- justify-content: center;
- background-color: #E0E0E0;
- color: #919191;
- font-size: 34rpx;
- border-radius: 100rpx;
- }
- .active {
- background-color: #F2501A !important;
- color: #fff !important;
- }
- .head-bg {
- width: 176rpx;
- position: absolute;
- left: 0;
- top: 0;
- opacity: 0.7;
- }
|