123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358 |
- /* pages/taxDisputes/taxDisputesPages/xcyysjd/xcyysjd.wxss */
- .containers {
- width: 100%;
- height: calc(100vh - 190rpx);
- background: #f5f5f5;
- }
- .baseInfo-box {
- width: 100%;
- display: grid;
- grid-template-columns: 1;
- overflow: hidden;
- }
- .baseInfo-content {
- position: relative;
- width: 100%;
- height: 100%;
- overflow: hidden;
- }
- .baseInfos {
- padding: 40rpx 30rpx;
- width: 100%;
- height: min-content;
- box-sizing: border-box;
- background-image: linear-gradient(180deg, #CCE1FF 0%, #f8fbff 120%);
- }
- .baseBg {
- position: absolute;
- z-index: 1;
- width: 60%;
- bottom: -30rpx;
- right: 0;
- }
- .base-item {
- position: relative;
- z-index: 2;
- padding: 10rpx;
- width: 100%;
- line-height: 45rpx;
- display: flex;
- align-items: center;
- }
- .base-item-label {
- width: 150rpx;
- font-family: "苹方R";
- font-size: 28rpx;
- color: #333333;
- }
- .base-item-value {
- width: 0;
- flex: 1;
- font-family: "苹方M";
- font-size: 32rpx;
- color: #333333;
- }
- .phone-list {
- width: 100%;
- height: fit-content;
- display: flex;
- flex-wrap: wrap;
- }
- .phone {
- margin: 10rpx 0;
- padding-left: 15rpx;
- min-width: 35%;
- width: fit-content;
- height: 40rpx;
- line-height: 40rpx;
- font-size: 32rpx;
- color: #4686F6;
- font-family: "苹方M";
- text-align: right;
- box-sizing: border-box;
- }
- .phone:nth-child(2n-1) {
- padding-left: 0;
- padding-right: 15rpx;
- text-align: left;
- border-right: 1px solid #000000;
- }
- .times {
- position: relative;
- padding: 50rpx 30rpx;
- width: 100%;
- height: 250rpx;
- background: #ffffff;
- border-radius: 30rpx;
- box-shadow: 0px 20rpx 20rpx 0px rgba(69, 143, 229, 0.09);
- box-sizing: border-box;
- transition: height 0.35s;
- }
- .timesActive {
- height: 430rpx;
- }
- .showHiden {
- position: absolute;
- left: calc(50% - 70rpx);
- bottom: -30rpx;
- width: 140rpx;
- height: 140rpx;
- border-radius: 50%;
- background: #ffffff;
- }
- .showHiden::after {
- position: absolute;
- content: "";
- left: calc(50% - 10rpx);
- bottom: 20rpx;
- width: 20rpx;
- height: 20rpx;
- border: 2px solid #4686f6;
- border-top: none;
- border-right: none;
- rotate: -45deg;
- box-sizing: border-box;
- }
- .timesActive>.showHiden::after {
- bottom: 15rpx;
- rotate: 135deg;
- }
- .times-box {
- position: relative;
- width: 100%;
- height: 100%;
- z-index: 9;
- display: flex;
- flex-wrap: wrap;
- background: #ffffff;
- }
- .time {
- padding: 25rpx 0;
- margin-left: 26rpx;
- width: 140rpx;
- height: 150rpx;
- border-radius: 20rpx;
- color: #4D4D4D;
- background: #ffffff;
- box-sizing: border-box;
- transition: all 0.35s;
- }
- .timeActive {
- color: #FFFFFF;
- background: #4686f6;
- box-shadow: 0rpx 10rpx 30rpx -10rpx #4687f6f8;
- }
- .time:nth-child(1),
- .time:nth-child(2),
- .time:nth-child(4),
- .time:nth-child(4) {
- margin-bottom: 26rpx;
- }
- .day {
- width: 100%;
- height: 50%;
- font-family: "苹方M";
- font-size: 28rpx;
- display: flex;
- align-items: center;
- justify-content: center;
- }
- .date {
- width: 100%;
- height: 50%;
- font-family: "苹方M";
- font-size: 36rpx;
- display: flex;
- align-items: center;
- justify-content: center;
- }
- .selectTimes {
- margin-top: 80rpx;
- padding: 30rpx;
- width: 100%;
- border-radius: 30rpx;
- background: #ffffff;
- box-shadow: 0px 20rpx 40rpx 0px rgba(69, 143, 229, 0.09);
- display: flex;
- flex-wrap: wrap;
- box-sizing: border-box;
- }
- .selectTime {
- padding: 15rpx 0;
- margin-left: 22.5rpx;
- margin-top: 25rpx;
- width: 200rpx;
- height: 100rpx;
- border-radius: 35rpx;
- background: #ECF2FD;
- box-sizing: border-box;
- transition: all 0.2s;
- }
- .selectTimeActive {
- background: #4686F6;
- box-shadow: 0px 6rpx 12rpx 0px rgba(70, 134, 246, 0.40);
- }
- .selectTimeNone {
- background: #EAEAEA;
- }
- .number {
- width: 100%;
- height: 50%;
- font-family: "苹方M";
- font-size: 24rpx;
- color: #333333;
- display: flex;
- align-items: center;
- justify-content: center;
- }
- .selectTimeActive>.number {
- color: #FFFFFF;
- }
- .selectTimeNone>.number {
- color: #666666;
- }
- .sjd {
- width: 100%;
- height: 50%;
- font-family: "苹方M";
- font-size: 24rpx;
- color: #666666;
- display: flex;
- align-items: center;
- justify-content: center;
- }
- .selectTimeActive>.sjd {
- color: #FFFFFF;
- }
- .selectTimeNone>.sjd {
- color: #666666;
- }
- .describe {
- margin-top: 56rpx;
- padding: 24rpx 30rpx;
- width: 100%;
- background: #ffffff;
- box-sizing: border-box;
- box-shadow: 0px 20rpx 40rpx 0px rgba(69, 143, 229, 0.09);
- }
- .section-tip {
- width: 100%;
- height: 50rpx;
- display: flex;
- align-items: center;
- }
- .tip-border {
- margin-left: 20rpx;
- width: 24rpx;
- height: 24rpx;
- border-radius: 50%;
- border: 2px solid #4686f6;
- box-sizing: border-box;
- }
- .tip-title {
- margin-left: 20rpx;
- font-size: 32rpx;
- color: #333333;
- font-family: "苹方R";
- }
- .tip-title-important {
- padding-right: 20rpx;
- position: relative;
- }
- .tip-title-important::before {
- content: "*";
- position: absolute;
- right: 0;
- top: 0;
- font-size: 32rpx;
- color: #FF0000;
- }
- .tip-textarea {
- padding: 20rpx;
- width: 100%;
- height: 120rpx;
- box-sizing: border-box;
- }
- .tip-textarea>textarea {
- font-size: 24rpx;
- font-family: "苹方R";
- }
- .bottom {
- padding: 40rpx 30rpx 70rpx 40rpx;
- width: 100%;
- height: 190rpx;
- background: #ffffff;
- box-sizing: border-box;
- display: flex;
- align-items: center;
- justify-content: space-between;
- }
- .selectedInfo {
- width: fit-content;
- font-family: "苹方M";
- font-size: 28rpx;
- color: #000000;
- }
- .button {
- width: 200rpx;
- height: 80rpx;
- line-height: 80rpx;
- text-align: center;
- font-family: "苹方R";
- font-size: 32rpx;
- color: #FFFFFF;
- border-radius: 40rpx;
- background: #FF9200;
- box-shadow: 2rpx 6rpx 12rpx 0px rgba(246, 143, 6, 0.35);
- }
- .button-none {
- background: #A6A6A6;
- box-shadow: 2rpx 6rpx 12rpx 0px rgba(166, 166, 166, 0.35);
- }
- .active {
- opacity: 0.6;
- }
|