123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166 |
- .three_yards-three_yards {
- display: block;
- height: initial;
- }
- /* components/three_yards/three_yards.wxss */
- .three_yards-three_yards .text-green {
- color: green;
- }
- .three_yards-three_yards .text-red {
- color: red;
- }
- .three_yards-three_yards .upload {
- float: right;
- margin: 0;
- width: 150rpx;
- height: 150rpx;
- }
- .three_yards-three_yards .img_box {
- position: relative;
- }
- .three_yards-three_yards .DelImg {
- width: 40rpx;
- height: 40rpx;
- position: absolute;
- right: 0;
- top: 0;
- }
- .three_yards-three_yards .line {
- border-top: 2rpx dashed #e3e9f9;
- margin: 30rpx 0;
- }
- .three_yards-three_yards .cu-form-group {
- background-color: var(--white);
- padding: 1rpx 30rpx;
- display: flex;
- align-items: center;
- min-height: 100rpx;
- justify-content: space-between;
- /* margin-bottom: 30rpx; */
- }
- .three_yards-three_yards .cu-form-group .title {
- text-align: justify;
- padding-right: 30rpx;
- font-size: 28rpx;
- position: relative;
- height: 60rpx;
- line-height: 60rpx;
- }
- .three_yards-three_yards .cu-form-group input {
- flex: 1;
- font-size: 28rpx;
- color: #555;
- /* padding-right: 20rpx; */
- }
- .three_yards-three_yards .width {
- width: 100rpx;
- }
- .three_yards-three_yards .phone {
- margin-right: 40rpx;
- }
- .three_yards-three_yards .color333 {
- color: #333333;
- }
- .three_yards-three_yards .color2F8EFF {
- color: #2f8eff;
- }
- .three_yards-three_yards .phone-box {
- display: flex;
- justify-content: space-between;
- }
- .three_yards-three_yards .get-code {
- display: inline-block;
- width: 210rpx;
- height: 65rpx;
- background: #e4f2ff;
- border-radius: 34rpx;
- text-align: center;
- line-height: 65rpx;
- color: #2f8eff;
- font-size: 28rpx;
- }
- .three_yards-three_yards .newnucleate {
- font-size: 28rpx;
- height: 100rpx;
- padding: 30rpx 33rpx 0;
- }
- .three_yards-three_yards .left {
- float: left;
- }
- .three_yards-three_yards .right {
- float: right;
- text-align: right;
- }
- .three_yards-three_yards .img {
- width: 150rpx;
- height: 150rpx;
- }
- .three_yards-three_yards .Sho_box7 {
- width: 52rpx;
- height: 66rpx;
- padding: 0 !important;
- /* border-radius: 15rpx; */
- display: flex;
- justify-content: center;
- align-items: center;
- text-align: center;
- margin-left: 20rpx;
- }
- .three_yards-three_yards .orange {
- border: 1px solid #ffa939;
- }
- .three_yards-three_yards .blue {
- border: 1px solid #2f8eff;
- }
- .three_yards-three_yards .icon {
- width: 36rpx;
- height: 36rpx;
- margin-left: 12rpx;
- vertical-align: middle;
- }
- .three_yards-three_yards .poisition {
- position: relative;
- }
- .three_yards-three_yards .hidden-input {
- color: rgba(255, 255, 255, 0) !important;
- /* width: 474rpx;
- height: 66rpx; */
- width: 0;
- height: 0;
- text-align: left;
- position: absolute;
- /* background-color: pink; */
- top: 10px;
- left: 101px;
- /* opacity: 0.1;*/
- z-index: -1;
- }
- .three_yards-three_yards .marginTop {
- margin-top: 40rpx;
- }
|