123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164 |
- /* pages/minePages/cxnsrwqjxx/cxnsrwqjxx.wxss */
- .cxnsrwqjxx-container {
- width: 100%;
- height: 100vh;
- background: linear-gradient(179deg, #cce1ff 0%, #ffffff 53%, #f9fbff 78%, #f8fbff 100%);
- }
- .content-container {
- margin: 0 40rpx;
- width: calc(100% - 80rpx);
- }
- .cxxx-form {
- padding: 20rpx 30rpx;
- margin-top: 20rpx;
- width: 100%;
- background: #ffffff;
- border-radius: 10rpx;
- box-shadow: 0px 6rpx 12rpx 0px rgba(0, 0, 0, 0.05);
- box-sizing: border-box;
- }
- .form-item-tip {
- margin-top: 50rpx;
- width: 100%;
- font-size: 24rpx;
- line-height: 36rpx;
- color: #336FE9;
- font-family: "苹方R";
- }
- .form-item {
- width: 100%;
- height: 90rpx;
- display: flex;
- align-items: center;
- }
- .item-label {
- width: 120rpx;
- height: 100%;
- font-size: 26rpx;
- color: #666666;
- font-family: "苹方R";
- display: flex;
- align-items: center;
- justify-content: flex-start;
- }
- .item-value {
- margin-left: 20rpx;
- width: 0;
- flex: 1;
- height: 100%;
- font-size: 26rpx;
- color: #3B3B3B;
- font-family: "苹方R";
- display: flex;
- align-items: center;
- justify-content: flex-start;
- border-bottom: 1px solid #E8E8E8;
- box-sizing: border-box;
- }
- .select {
- position: relative;
- width: 100%;
- height: 100%;
- font-size: 26rpx;
- color: #3B3B3B;
- font-family: "苹方R";
- display: flex;
- align-items: center;
- justify-content: flex-start;
- box-sizing: border-box;
- }
- .select::before {
- content: "";
- position: absolute;
- right: 0;
- top: clac(50% - 5rpx);
- border: 10rpx solid transparent;
- border-top-color: #ABABAB;
- }
- .result-form {
- margin-top: 20rpx;
- padding: 20rpx;
- width: 100%;
- background: #ffffff;
- border-radius: 10rpx;
- box-shadow: 0px 6rpx 12rpx 0px rgba(0, 0, 0, 0.05);
- }
- .result-form-item {
- width: 100%;
- height: fit-content;
- min-height: 90rpx;
- display: flex;
- }
- .result-form-label {
- padding: 25rpx 0;
- width: 160rpx;
- height: 100%;
- line-height: 40rpx;
- font-size: 26rpx;
- color: #666666;
- font-family: "苹方R";
- box-sizing: border-box;
- }
- .result-form-value {
- padding: 25rpx 0;
- margin-left: 20rpx;
- width: fit-content;
- flex: 1;
- min-height: 100%;
- line-height: 40rpx;
- font-size: 26rpx;
- color: #3B3B3B;
- font-family: "苹方M";
- border-bottom: 1px solid #e8e8e8;
- box-sizing: border-box;
- }
- .pop1Contain {
- position: relative;
- width: 100%;
- height: calc(100% - 80rpx);
- }
- .pop1-title {
- position: sticky;
- top: 0;
- z-index: 9;
- width: 100%;
- height: 80rpx;
- text-align: center;
- line-height: 60rpx;
- font-family: "苹方M";
- font-size: 32rpx;
- color: #313131;
- background: #ffffff;
- }
- .pop1list {
- width: 100%;
- height: 100rpx;
- line-height: 100rpx;
- font-family: "苹方R";
- font-size: 28rpx;
- color: #313131;
- border-bottom: 1px solid #eeeeee;
- }
- .buttonActive {
- opacity: 0.6;
- }
|