123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162 |
- .profile-list .admin {
- padding-left: 15px;
- font-size: 30rpx;
- color: #333;
- }
- .address-box .left-name {
- width: 85px;
- }
- .address-cont-title .list {
- width: auto;
- padding: 24rpx;
- }
- .tui-picker-detail text {
- padding: 0 10rpx;
- }
- .infoText {
- line-height: 56rpx;
- display: block;
- }
- picker-view {
- background-color: white;
- padding: 0;
- width: 100%;
- height: 480rpx;
- bottom: 0;
- position: fixed;
- }
- picker-view-column view {
- vertical-align: middle;
- font-size: 28rpx;
- line-height: 28rpx;
- height: 100%;
- display: flex;
- align-items: center;
- justify-content: center;
- }
- .animation-element-wrapper {
- display: flex;
- position: fixed;
- left: 0;
- top: 0;
- height: 100%;
- width: 100%;
- z-index: 21;
- }
- .animation-element {
- display: flex;
- position: fixed;
- width: 100%;
- height: 570rpx;
- bottom: 0;
- background-color: rgba(255, 255, 255, 1);
- }
- .animation-button {
- margin-top: 20rpx;
- top: 20rpx;
- width: 400rpx;
- height: 100rpx;
- line-height: 100rpx;
- align-items: center;
- }
- .address-text {
- color: #999;
- display: inline-flex;
- position: fixed;
- margin-top: 20rpx;
- height: 50rpx;
- text-align: center;
- line-height: 50rpx;
- font-size: 30rpx;
- font-family: Arial, Helvetica, sans-serif;
- }
- .left-bt {
- left: 30rpx;
- }
- .right-bt {
- right: 30rpx;
- color: #ec5151;
- }
- .line {
- display: block;
- position: fixed;
- height: 1rpx;
- width: 100%;
- margin-top: 89rpx;
- background-color: #eee;
- }
- .address-box .right-cont input {
- width: 100%;
- font-size: 30rpx;
- color: #444;
- }
- .f-34 {
- font-size: 34rpx;
- }
- .f-32 {
- font-size: 32rpx;
- }
- .f-31 {
- font-size: 31rpx;
- }
- .f-28 {
- font-size: 28rpx;
- }
- .f-26 {
- font-size: 26rpx;
- }
- .f-24 {
- font-size: 24rpx;
- }
- .f-22 {
- font-size: 22rpx;
- }
- .b-r {
- border-right: 1rpx solid #eee;
- }
- .b-b {
- border-bottom: 1rpx solid #eee;
- }
- .b-t {
- border-top: 1rpx solid #eee;
- }
- .m-top4 {
- margin-top: 4rpx;
- }
- .m-top10 {
- margin-top: 10rpx;
- }
- .m-top20 {
- margin-top: 25rpx;
- }
- .m-top35 {
- margin-top: 35rpx;
- }
|