123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292 |
- @charset "UTF-8";
- /* 文字尺寸 */
- /*文字颜色*/
- /* 边框颜色 */
- /* 图片加载中颜色 */
- /* 行为相关颜色 */
- .normal-tip {
- font-size: 24rpx;
- line-height: 40rpx;
- padding: 4rpx 10rpx;
- }
- .normal-tip.by {
- border-radius: 20rpx;
- }
- .normal-tip.yd {
- border-radius: 5rspx;
- }
- .fixed-page-content {
- width: 100%;
- height: 100%;
- padding-bottom: 120rpx;
- box-sizing: border-box;
- }
- .page-content {
- width: 100%;
- height: 100%;
- }
- .white-box {
- width: 100%;
- font-size: 28rpx;
- padding: 0 40rpx;
- background-color: #ffffff;
- box-sizing: border-box;
- }
- .white-box:not(:last-child) {
- margin-bottom: 30rpx;
- }
- .white-box .flex-item {
- align-items: center;
- }
- .white-box .flex-item .tel-box {
- display: flex;
- align-items: center;
- justify-content: flex-end;
- }
- .white-box .flex-item .tel-box .custom-tel-component {
- margin-left: 20rpx;
- }
- .white-box .cell-item {
- color: var(--Black);
- padding: 30rpx 0;
- display: flex;
- justify-content: space-between;
- position: relative;
- }
- .white-box .cell-item::after {
- position: absolute;
- box-sizing: border-box;
- content: ' ';
- pointer-events: none;
- right: 0;
- bottom: 0;
- left: 0;
- border-bottom: 2rpx solid #ebedf0;
- -webkit-transform: scaleY(0.5);
- transform: scaleY(0.5);
- }
- .white-box .cell-item > .label {
- flex: 1;
- width: 30%;
- }
- .white-box .cell-item > .label .tips {
- font-size: 22rpx;
- color: var(--greyColor);
- }
- .white-box .cell-item > .label.required {
- position: relative;
- }
- .white-box .cell-item > .label.required::after {
- content: '*';
- color: var(--Red);
- position: absolute;
- font-size: 30rpx;
- top: -15rpx;
- left: -15rpx;
- }
- .white-box .cell-item > .tit {
- color: var(--Black);
- flex: 1;
- width: 70%;
- text-align: right;
- }
- .white-box .cell-item > .tit .van-radio-group {
- display: flex;
- justify-content: flex-end;
- }
- .white-box .cell-item > .tit .van-radio-group .van-radio:not(:first-child) {
- margin-left: 30rpx;
- }
- .white-box .block-cell-item {
- color: var(--Black);
- padding: 30rpx 0;
- position: relative;
- }
- .white-box .block-cell-item::after {
- position: absolute;
- box-sizing: border-box;
- content: " ";
- pointer-events: none;
- right: 16rpx;
- bottom: 0;
- left: 16rpx;
- border-bottom: 2rpx solid #ebedf0;
- -webkit-transform: scaleY(0.5);
- transform: scaleY(0.5);
- }
- .white-box .block-cell-item .label {
- width: 100%;
- padding-bottom: 30rpx;
- }
- .white-box .block-cell-item .label.required {
- position: relative;
- }
- .white-box .block-cell-item .label.required::after {
- content: '*';
- color: var(--Red);
- position: absolute;
- font-size: 30rpx;
- top: -15rpx;
- left: -15rpx;
- }
- .white-box .block-cell-item .label .tips {
- font-size: 22rpx;
- color: var(--greyColor);
- }
- .white-box .block-cell-item .tit {
- width: 100%;
- color: var(--Black);
- }
- .white-box .block-cell-item .tit .van-radio-group {
- display: flex;
- justify-content: flex-end;
- }
- .white-box .block-cell-item .tit .van-radio-group .van-radio:not(:first-child) {
- margin-left: 30rpx;
- }
- .white-box .block-cell-item .tit .textarea {
- background-color: #F8F8F8;
- font-size: 30rpx;
- color: #B7B7B7;
- border-radius: 10rpx;
- padding: 30rpx;
- word-break: break-all;
- }
- .white-box .custom-white-box-content {
- padding-bottom: 30rpx;
- }
- .z-bg {
- background: #6600ff;
- color: #fff;
- }
- .l-bg {
- background: #0000FF;
- color: #fff;
- }
- .h-bg {
- background: #F87A7A;
- color: #fff;
- }
- .z-br {
- background: #fff;
- border: 1px solid #6600ff;
- color: #6600ff;
- }
- .chaochuyincang {
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- }
- .registrationDetails {
- padding-bottom: 120rpx;
- }
- .registrationDetails .appFirstBox {
- margin: 24rpx 0;
- padding: 24rpx 32rpx;
- background: white;
- display: flex;
- flex-direction: column;
- }
- .registrationDetails .appFirstBox .firstImg {
- width: 686rpx;
- height: 300rpx;
- }
- .registrationDetails .appFirstBox .appTitle {
- display: flex;
- align-items: center;
- margin: 24rpx 0;
- }
- .registrationDetails .appFirstBox .appTitle .titleName {
- font-size: 32rpx;
- color: #18172a;
- }
- .registrationDetails .appFirstBox .appTitle .titleType {
- background: rgba(3, 101, 249, 0.2);
- font-size: 28rpx;
- color: #0365f9;
- width: 112rpx;
- height: 48rpx;
- display: flex;
- align-items: center;
- justify-content: center;
- border-radius: 2px 2px 2px 2px;
- }
- .registrationDetails .appFirstBox .joinBox {
- display: flex;
- justify-content: space-between;
- align-items: center;
- padding-bottom: 24rpx;
- }
- .registrationDetails .appFirstBox .joinBox .joinName {
- font-size: 28rpx;
- color: #888888;
- }
- .registrationDetails .appFirstBox .joinBox .shoucang {
- display: flex;
- align-items: center;
- font-size: 28 rpx;
- color: #18172a;
- }
- .registrationDetails .appFirstBox .joinBox .shoucang .scImg {
- width: 32rpx;
- height: 28rpx;
- margin-right: 8rpx;
- }
- .registrationDetails .appFirstBox .contactBox {
- display: flex;
- align-items: center;
- justify-content: space-between;
- padding: 24rpx 0;
- border-top: 1px solid #E6E6E6;
- }
- .registrationDetails .appFirstBox .contactBox .contackLeft {
- display: flex;
- align-items: center;
- }
- .registrationDetails .appFirstBox .contactBox .phoneIcon {
- width: 64rpx;
- height: 64rpx;
- }
- .registrationDetails .appSecondBox {
- padding: 32rpx;
- background: white;
- }
- .registrationDetails .appSecondBox .secondBoxItem {
- display: flex;
- flex-direction: column;
- margin-bottom: 48rpx;
- }
- .registrationDetails .appSecondBox .secondBoxItem .secondBoxTitle {
- color: #222222;
- font-size: 32rpx;
- font-weight: 600;
- margin-bottom: 16rpx;
- }
- .registrationDetails .appSecondBox .secondBoxItem .secondBoxInfo {
- font-size: 28rpx;
- color: #666666;
- line-height: 40rpx;
- }
- .registrationDetails .appSecondBox .secondBoxItem .dhInfo {
- display: flex;
- justify-content: space-between;
- }
- .registrationDetails .appSecondBox .secondBoxItem .dhInfo .dhIcon {
- width: 36rpx;
- height: 36rpx;
- padding-left: 20rpx;
- border-left: 1px solid #E6E6E6;
- }
- .registrationDetails .bmBtn {
- width: 654rpx;
- height: 96rpx;
- display: flex;
- align-items: center;
- justify-content: center;
- color: white;
- background: silver;
- border-radius: 8rpx;
- margin: 48rpx 48rpx 0rpx 48rpx;
- }
|