123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129 |
- .desc{
- color: rgb(176, 176, 176);
- margin-top: 10px;
- margin-bottom: 10px;
- display: block;
- }
- .myView{
- margin: 20rpx;
- height: 120rpx;
- background-color:rgb(25, 136, 249) ;
- border-radius: 15rpx;
- display: flex;
- align-items: center;
- justify-content: space-between;
- }
- .myView view{
- margin: 30rpx;
- color: aliceblue;
- }
- .mybutton{
- margin: 50rpx;
- height: 100rpx;
- background-color:rgb(25, 136, 249) ;
- border-radius: 120rpx;
- line-height:100rpx;
- text-align: center;
- }
- .mybutton view{
- margin: 30rpx;
- color: aliceblue;
- }
- .myDesc{
- margin: 20rpx;
- height: 165rpx;
- border-radius: 15rpx;
- border: 1rpx rgb(25, 136, 249) solid;
- }
- .myText{
- margin: 30rpx;
- border-radius: 15rpx;
- display: flex;
- align-items: center;
- justify-content: space-between;
- }
- .myInput>view{
- margin: 20rpx;
- height: 105rpx;
- border-radius: 15rpx;
- border: 1rpx rgb(25, 136, 249) solid;
- color: rgb(176, 176, 176);
- }
- .myInput>view>input{
- height: 105rpx;
- }
- .cs{
- padding-left: 20rpx;
- color: rgb(176, 176, 176);
- }
- .picker{
- padding-top:30rpx;
- padding-left: 20rpx;
- color: rgb(176, 176, 176);
- }
- .modal-mask{
- display: flex;
- justify-content: center;
- align-items: center;
- position: fixed;
- left: 0;
- right: 0;
- top: 0;
- bottom: 0;
- background-color: rgba(0, 0, 0, 0.5);
- z-index: 999;
- }
- .modal-dialog {
- width: 600rpx;
- height: 900rpx;
- overflow: hidden;
- position: fixed;
- margin: 0 auto;
- z-index: 9999;
- background: #f9f9f9;
- border-radius: 36rpx;
- }
- .phoneClass{
- margin-left: 12rpx;
- margin-bottom: 20rpx;
- width: 280rpx;
- height: 80rpx;
- line-height:80rpx;
- text-align: center;
- display: inline-block;
- border: 1rpx rgb(25, 136, 249) solid;
- border-radius: 15rpx
- }
- .phoneButton{
- margin: 30rpx;
- height: 80rpx;
- background-color:rgb(25, 136, 249) ;
- border-radius: 30rpx;
- line-height:80rpx;
- text-align: center;
- color:aliceblue;
- }
- .selectedPhoneClass{
- margin-left: 12rpx;
- margin-bottom: 20rpx;
- width: 280rpx;
- height: 80rpx;
- line-height:80rpx;
- text-align: center;
- display: inline-block;
- border: 1rpx rgb(25, 136, 249) solid;
- border-radius: 15rpx;
- background-color:rgb(25, 136, 249) ;
- color:aliceblue;
- }
-
|