123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190 |
- /* pages/set_info/set_info.wxss */
- .bg {
- position: fixed;
- top: 0;
- left: 0;
- width: 100%;
- height: 100%;
- }
- /* .logo {
- text-align: center;
- padding:0;
- margin: 0;
- } */
- .logo{
- position:absolute;
- top:0;
- left:0;
- width:100%;
- height:1334rpx;
- padding:0;
- margin: 0;
- z-index: 1
- }
- .content {
- position: fixed;
- top: 0;
- left: 0;
- width: 100%;
- height: 100%;
- /* display: flex;
- flex-direction: column;
- justify-content: center; */
- align-items: center;
- z-index: 1000
- }
- .age{
- background:rgba(0,0,0,0.3);
- border-radius:24rpx;
- text-align: center;
- margin: 184rpx 48rpx 0 48rpx;
- padding: 16rpx 36rpx;
- }
- .list-item{
- display: flex;
- justify-content: start;
- background:rgba(0,0,0,0.5);
- border-radius:16rpx;
- height:100rpx;
- line-height: 100rpx;
- margin: 40rpx 0;
- font-size:30rpx;
- font-family:Lantinghei SC;
- font-weight:600;
- color:rgba(255,198,116,1);
- }
- .age-item-name{
- /* height: 56rpx; */
- width: 29%;
- display: inline-block;
- text-align: center;
- margin: auto 0;
- }
- .age-item-name-border{
- height: 56rpx;
- border-right: 2rpx solid #DAA962;
- margin-left: 58rpx;
- }
- .age-item-inputs{
- margin: auto 0;
- /* padding-top: 16rpx; */
- }
- .age-item-input{
- /* width: 60%; */
- font-size:30rpx;
- font-family:Lantinghei SC;
- font-weight:600;
- display: inline-block;
- text-align: left;
- /* position: relative;
- top: 14rpx; */
- margin: auto 0;
-
- }
- .age-item-input-pl{
- color:rgba(255,198,116,0.5);
- }
- .age-item-bottom{
- font-size: 0;
- line-height: 0;
- border-width: 16rpx;
- border-color: #FFC674;
- border-bottom-width: 0;
- border-style: dashed;
- border-top-style: solid;
- border-left-color: transparent;
- border-right-color: transparent;
- margin: auto 0;
- /* position: relative;
- bottom: 10rpx; */
- }
- .age-item-top{
- font-size: 0;
- line-height: 0;
- border-width: 16rpx;
- border-color: #FFC674;
- border-top-width: 0;
- border-style: dashed;
- border-top-style: solid;
- border-left-color: transparent;
- border-right-color: transparent;
- margin: auto 0;
- /* position: relative;
- top: 10rpx; */
- }
- .list-pull-down{
- background:rgba(0,0,0,1);
- border-radius:0 0 16rpx 16rpx;
- font-size:30rpx;
- font-family:Lantinghei SC;
- font-weight:600;
- color: #fff;
-
- }
- .list-pull-item{
- text-align: center;
- padding: 25rpx 0;
- }
- .sex-active{
- background:rgba(0,0,0,1);
- border-radius:16rpx 16rpx 0 0 ;
- margin-bottom: 0;
- }
- .sex{
- background:rgba(0,0,0,0.3);
- border-radius:24rpx;
- text-align: center;
- margin: 78rpx 68rpx 0 68rpx;
- }
- .age-img{
- width: 205rpx;
- height: 47rpx;
- margin-top: 43rpx;
- }
- .sex-img{
- width: 164rpx;
- height: 48rpx;
- margin-top: 43rpx;
- }
- .age-item{
- width: 50%;
- text-align: center;
- display: inline-block;
- }
- .age-item-num{
- width:216rpx;
- height:64rpx;
- background:rgba(235,129,4,1);
- border-radius:32px;
- line-height: 64rpx;
- font-size: 30rpx;
- color: #000;
- display: inline-block;
- margin: 37rpx 0;
- }
- .age-item-image{
- width: 38rpx;
- height: 38rpx;
- position: relative;
- top: 11rpx;
- margin-right: 20rpx;
- }
- .women-img{
- width: 35rpx;
- height: 47rpx;
- }
- .footer{
- position: fixed;
- bottom: 121rpx;
- text-align: center;
- width: 100%;
- }
- .footer-img{
- width: 518rpx;
- height: 88rpx;
- }
- .age-active{
- background: #76CDFF;
- color: #fff;
- }
|